diff --git a/digest.css b/digest.css index d96cc49682473f8e0d4b046430d227d5f30f9394..70728c70e9f99d6e00f6e5df83e9b0b5300487c0 100644 --- a/digest.css +++ b/digest.css @@ -1,6 +1,6 @@ body { background : #f0f0f0; - color : gray; + color : black; font-family : sans-serif; font-size : 12px; } @@ -28,6 +28,7 @@ a:hover { font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif; margin-left : 1em; margin-right : 1em; + color : gray; } #header div.links { @@ -50,6 +51,7 @@ a:hover { #footer { font-size : 12px; text-align : center; + color : gray; } /*#content h1 { diff --git a/digest.js b/digest.js index b788535fc067c617b1bfe3474276252fa84099e5..0b5a3f66ab008f99515bfc4fed8a24468d38d52a 100644 --- a/digest.js +++ b/digest.js @@ -579,7 +579,6 @@ function parse_headlines(transport, replace, no_effects) { function init() { try { - new Ajax.Request("backend.php", { parameters: "backend.php?op=rpc&subop=digest-init", onComplete: function(transport) { diff --git a/digest.php b/digest.php index 43eb04121a8c729729ce27d4a3f5113655e78508..c2ff2a330e48f001c180893f07deb555b8320d67 100644 --- a/digest.php +++ b/digest.php @@ -26,6 +26,7 @@ <head> <title>Tiny Tiny RSS</title> <link rel="stylesheet" type="text/css" href="digest.css?<?php echo $dt_add ?>"/> + <link rel="stylesheet" type="text/css" href="infobox.css?<?php echo $dt_add ?>"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> @@ -64,6 +65,17 @@ </div> </div> + <div id="dialog_overlay" style="display : none"> </div> + + <div id="errorBoxShadow" style="display : none"> + <div id="errorBox"> + <div id="xebTitle"><?php echo __('Fatal Exception') ?></div><div id="xebContent"> </div> + <div id="xebBtn" align='center'> + <button onclick="closeErrorBox()"><?php echo __('Close this window') ?></button> + </div> + </div> + </div> + <div id="header"> <div class="links">