3 <title>Tiny Tiny RSS</title>
4 <link rel="stylesheet" href="tt-rss.css" type="text/css">
5 <script type="text/javascript" src="functions.js"></script>
6 <script type="text/javascript" src="tt-rss.js"></script>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <? require_once "version.php" ?>
11 <? require_once "config.php" ?>
13 <body onload="init()">
15 <table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
17 <td class="header" valign="middle" colspan="2">
22 <td class="toolbar" colspan="2">
23 <table width="100%" cellspacing="0" cellpadding="0">
25 <table id="notify"><tr><td width="100%" id="notify_body"> </td>
26 <td><img onclick="javascript:notify('')" alt="Close"
27 src="images/close.png"></td></table>
29 <td class="toolbar" valign="middle" align="right">
30 <a href="prefs.php" class="button">Preferences</a></td>
35 <td valign="top" rowspan="3" class="feeds">
37 <div id="feeds"> </div>
39 <p align="center">All feeds:
42 href="javascript:scheduleFeedUpdate(true)">Update</a>
45 href="javascript:catchupAllFeeds()">Mark as read</a></p>
48 <td valign="top" class="headlinesToolbarBox">
50 <!-- <tr><td id="headlinesTitle" class="headlinesTitle">
53 <tr><td class="headlinesToolbar">
54 Search: <input id="searchbox"
55 onblur="javascript:enableHotkeys()" onfocus="javascript:disableHotkeys()"
56 onchange="javascript:search()">
57 <a class="button" href="javascript:resetSearch()">Reset</a>
61 <select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
62 <option>All Posts</option>
63 <option>Starred</option>
68 <select id="limitbox" onchange="javascript:viewCurrentFeed(0, '')">
75 Feed: <a class="button"
76 href="javascript:viewCurrentFeed(0, 'ForceUpdate')">Update</a>
79 href="javascript:viewCurrentFeed(0, 'MarkAllRead')">Mark as read</a>
85 <td id="headlines" class="headlines" valign="top">
86 <iframe name="headlines-frame"
87 id="headlines-frame" class="headlinesFrame"> </iframe>
90 <td class="content" id="content" valign="top">
91 <iframe name="content-frame" id="content-frame" class="contentFrame"> </iframe>
95 <td colspan="2" class="notify">
96 <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
97 <? if (WEB_DEMO_MODE) { ?>
98 <br>Running in demo mode, some functionality is disabled.