]> git.wh0rd.org - tt-rss.git/blobdiff - digest.php
add some more lockfiles to update_daemon2
[tt-rss.git] / digest.php
index 94489eb0bd9f251e32c6a33303fd6f6a1bc042ed..c2ff2a330e48f001c180893f07deb555b8320d67 100644 (file)
@@ -24,8 +24,9 @@
 
 <html>
 <head>
-       <title>Tiny Tiny Digest</title>
+       <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"/>
 
 
        <script type="text/javascript">
                Event.observe(window, 'load', function() {
-                       digest_init();
+                       init();
                });
        </script>
 </head>
 <body id="ttrssDigest">
+       <div id="overlay" style="display : block">
+               <div id="overlay_inner">
+               <noscript>
+                       <p>
+                       <?php print_error(__("Your browser doesn't support Javascript, which is required
+                       for this application to function properly. Please check your
+                       browser settings.")) ?></p>
+               </noscript>
+
+               <img src="images/indicator_white.gif"/>
+                       <?php echo __("Loading, please wait...") ?>
+               </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">&nbsp;</div>
+                       <div id="xebBtn" align='center'>
+                               <button onclick="closeErrorBox()"><?php echo __('Close this window') ?></button>
+                       </div>
+               </div>
+       </div>
+
        <div id="header">
 
        <div class="links">
 
        </div>
 
-       Tiny Tiny Digest
+       <?php echo __('Tiny Tiny RSS') ?>
 
        </div>
        <div id="content">
-               <div id="title">
+               <!-- <div id="title">
                        <div id="search">
                                <input name="search" type="search"></input>
                                <button>Search</button>
                        <em>TODO</em>
 
                        <div id="latest-content"> </div>
-               </div>
+               </div> -->
 
                <div id="feeds">
-                       <h1>feeds</h1>
+                       <h1><?php echo __('feeds') ?></h1>
 
                        <ul id="feeds-content"> </ul>
                </div>
 
                <div id="headlines">
-                       <h1>headlines</h1>
+                       <h1><a href="#" onclick="viewfeed(-4)"><?php echo __('headlines') ?></a>: 
+                               <span id="headlines-title"></span></h1>
 
                        <ul id="headlines-content"> </ul>
                </div>
                 v<?php echo VERSION ?> 
        <?php } ?>
        &copy; 2005&ndash;<?php echo date('Y') ?> 
-       <a href="http://fakecake.org/">Andrew Dolgov</a></div>
+       <a href="http://fakecake.org/">Andrew Dolgov</a>
+       
+       <br/>
+
+       <a href="tt-rss.php">
+               <?php echo __("You are viewing the digest page. Click to open full version.") ?></a>
+
+</div>
 
 </body>