]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
update_daemon2: import single-file version from landure
[tt-rss.git] / tt-rss.php
index 34f11d1fd1214e5d2871025b22d661a24b0f4410..163686d702e3bc5f25c1815f5d8fae48c8882f08 100644 (file)
 <head>
        <title>Tiny Tiny RSS</title>
 
-       <link rel="stylesheet" type="text/css" href="tt-rss.css">
+       <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>">
 
        <?php   $user_theme = $_SESSION["theme"];
                if ($user_theme) { ?>
-               <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css">
+                       <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css?<?php echo $dt_add ?>">
        <?php } ?>
 
        <?php if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
@@ -103,11 +103,21 @@ window.onload = init;
 <div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
 
 <div id="header">
-       <div style="float : right">
+       <div class="topLinks">
        <?php if (!SINGLE_USER_MODE) { ?>
-                       <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
-                       (<a href="logout.php"><?php echo __('Logout') ?></a>)
+                       <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
        <?php } ?>
+       <a href="prefs.php"><?php echo __('Preferences') ?></a>
+
+       <?php if (defined('FEEDBACK_URL')) { ?>
+               | <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
+                               <?php echo __('Comments?') ?></a>
+       <?php } ?>
+
+       <?php if (!SINGLE_USER_MODE) { ?>
+                       | <a href="logout.php"><?php echo __('Logout') ?></a>
+       <?php } ?>
+
        <img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)" 
                src="images/new_version.png" title="New version is available!" 
                alt="new_version_icon">
@@ -129,7 +139,7 @@ window.onload = init;
                        <select id="quickMenuChooser" onchange="quickMenuChange()">
                                        <option value="qmcDefault" selected><?php echo __('Actions...') ?></option>
                                        <option value="qmcSearch"><?php echo __('Search') ?></option>
-                                       <option value="qmcPrefs"><?php echo __('Preferences') ?></option>
+                                       <!-- <option value="qmcPrefs"><?php echo __('Preferences') ?></option> -->
                                        <option disabled>--------</option>
                                        <option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
                                        <option value="qmcAddFeed"><?php echo __('&nbsp;&nbsp;Subscribe to feed') ?></option>
@@ -151,7 +161,7 @@ window.onload = init;
                <?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
 
                <?php echo __('Search:') ?>
-               <input name="query"
+               <input name="query" type="search"
                        onKeyPress="return filterCR(event, viewCurrentFeed)"
                        onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
 
@@ -222,7 +232,7 @@ window.onload = init;
                ?>
                </select>
        <?php } ?>
-       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+       <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
 </div>
 
 <?php db_close($link); ?>