summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 13:02:00 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 13:02:00 +0100
commitf0601b870ceb69b5e29493eac6ad0111e60a8ac4 (patch)
treec6bff19aa93a778245b8da84528ced89e646e406 /tt-rss.php
parent4f0d779c3679334c96a553c24f9683ef692ed3df (diff)
iframify main interface, numerous javascript cleanups
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php37
1 files changed, 32 insertions, 5 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 87061338a..ec4e8b6ef 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -28,7 +28,7 @@
</td>
</tr>
<tr>
- <td valign="top" rowspan="2" class="feeds">
+ <td valign="top" rowspan="3" class="feeds">
<div id="feeds">&nbsp;</div>
@@ -41,14 +41,41 @@
href="javascript:catchupAllFeeds()">Mark as read</a></p>
</td>
+ <td valign="top" class="headlinesToolbarBox">
+ <table width="100%">
+ <!-- <tr><td id="headlinesTitle" class="headlinesTitle">
+ &nbsp;
+ </td></tr> -->
+ <tr><td class="headlinesToolbar">
+ Search: <input id="searchbox"
+ onblur="javascript:enableHotkeys()" onfocus="javascript:disableHotkeys()"
+ onchange="javascript:search()">
+ <a class="button" href="javascript:resetSearch()">Reset</a>
+
+ &nbsp;View:
+
+ <select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
+ <option>All Posts</option>
+ <option>Starred</option>
+ </select>
+
+ &nbsp;Feed: <a class="button"
+ href="javascript:viewCurrentFeed(0, 'ForceUpdate')">Update</a>
+
+ <a class="button"
+ href="javascript:viewCurrentFeed(0, 'MarkAllRead')">Mark as read</a>
+
+ </td></tr>
+ </table>
+ </td>
+</tr><tr>
<td id="headlines" class="headlines" valign="top">
- Please select the feed.
+ <iframe name="headlines-frame"
+ id="headlines-frame" class="headlinesFrame"> </iframe>
</td>
</tr>
<td class="content" id="content" valign="top">
- <? if (ENABLE_CONTENT_IFRAME) { ?>
- <iframe id="content-frame" class="contentFrame"> </iframe>
- <? } ?>
+ <iframe name="content-frame" id="content-frame" class="contentFrame"> </iframe>
</td>
</tr>
<tr>