4 require_once "sanity_check.php";
5 require_once "version.php";
6 require_once "config.php";
7 require_once "db-prefs.php";
8 require_once "functions.php";
10 $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
12 login_sequence($link);
17 <title>Tiny Tiny RSS</title>
19 <link rel="stylesheet" type="text/css" href="tt-rss.css">
21 <? $user_theme = $_SESSION["theme"];
23 <link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
26 <? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
27 <? if ($user_css_url) { ?>
28 <link type="text/css" href="<?= $user_css_url ?>"/>
31 <? if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { ?>
33 <link rel="stylesheet" href="tt-rss_compact.css" type="text/css">
37 <link title="Compact Stylesheet" rel="alternate stylesheet"
38 type="text/css" href="tt-rss_compact.css"/>
42 <script type="text/javascript" src="functions.js"></script>
43 <script type="text/javascript" src="tt-rss.js"></script>
44 <!--[if gte IE 5.5000]>
45 <script type="text/javascript" src="pngfix.js"></script>
47 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
50 <body onload="init()">
52 <table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
53 <? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
55 <td colspan="2" class="headerBox">
56 <table cellspacing="0" cellpadding="0" width="100%"><tr>
57 <td rowspan="2" class="header" valign="middle">
58 <img src="images/ttrss_logo.png" alt="logo">
60 <td valign="top" class="notifyBox">
61 <div id="notify"><span id="notify_body"> </span></div>
64 <div id="userDlgShadow"><div id="userDlg"> </div></div>
66 </tr><tr><td class="welcomePrompt">
67 <? if (!SINGLE_USER_MODE) { ?>
68 Hello, <b><?= $_SESSION["name"] ?></b>
69 (<a href="logout.php">Logout</a>)
78 <div id="notify"><span id="notify_body"> </span></div>
79 <div id="userDlgShadow"><div id="userDlg"> </div></div>
80 </td><td class="welcomePrompt">
81 <? if (!SINGLE_USER_MODE) { ?>
82 Hello, <b><?= $_SESSION["name"] ?></b>
83 (<a href="logout.php">Logout</a>)
88 <? if (get_pref($link, 'COMBINED_DISPLAY_MODE'))
91 $feeds_rowspan = 3; ?>
92 <td valign="top" rowspan="<?= $feeds_rowspan ?>" class="feeds">
93 <table class="innerFeedTable"
94 cellspacing="0" cellpadding="0" height="100%" width="100%">
97 <a id="dispSwitchPrompt" href="javascript:toggleTags()">display tags</a>
100 <tr><td height="100%" width="100%" valign="top">
102 <? if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
104 <iframe frameborder="0"
105 src="backend.php?op=error&msg=Loading,%20please wait..."
106 id="feeds-frame" name="feeds-frame" class="feedsFrameWithActions"> </iframe>
108 <div align="center">All feeds:
110 <select id="allFeedsChooser">
111 <option>Update</option>
112 <option>Mark as read</option>
113 <option>Show only unread</option>
116 <input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
122 <iframe frameborder="0"
123 src="backend.php?op=error&msg=Loading,%20please wait..."
124 id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
131 <td valign="top" class="headlinesToolbarBox">
132 <table width="100%" cellpadding="0" cellspacing="0">
134 <tr><td class="headlinesToolbar" id="headlinesToolbar">
136 <? if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
138 <input id="searchbox"
139 onblur="javascript:enableHotkeys()" onfocus="javascript:disableHotkeys()"
140 onchange="javascript:search()">
141 <select id="searchmodebox">
142 <option>This feed</option>
143 <option>All feeds</option>
147 class="button" onclick="javascript:search()" value="Search">
155 <select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
156 <option selected>Adaptive</option>
157 <option>All Articles</option>
158 <option>Starred</option>
159 <option>Unread</option>
164 <select id="limitbox" onchange="javascript:viewCurrentFeed(0, '')">
167 $limits = array(15 => 15, 30 => 30, 60 => 60);
169 $def_art_limit = get_pref($link, 'DEFAULT_ARTICLE_LIMIT');
171 print $def_art_limit;
173 if ($def_art_limit >= 0) {
174 $limits[$def_art_limit] = $def_art_limit;
179 array_push($limits, 0);
181 foreach ($limits as $key) {
183 if ($key == $def_art_limit) { print " selected"; }
186 if ($limits[$key] == 0) { print "All"; } else { print $limits[$key]; }
193 <!-- Selection:
195 <select id="headopbox">
196 <option id="hopToggleRead">Toggle (un)read</option>
199 <input class="button" type="submit" onclick="headopGo()" value="Go"> -->
201 Feed: <input class="button" type="submit"
202 onclick="javascript:viewCurrentFeed(0, 'ForceUpdate')" value="Update">
204 <input class="button" type="submit" id="btnMarkFeedAsRead"
205 onclick="javascript:viewCurrentFeed(0, 'MarkAllRead')" value="Mark as read">
209 Actions: <select id="quickMenuChooser">
210 <option id="qmcPrefs" selected>Preferences...</option>
211 <option disabled>--------</option>
212 <option style="color : #5050aa" disabled>Feed actions:</option>
213 <option id="qmcAddFeed"> Add new feed...</option>
214 <option id="qmcRemoveFeed"> Remove this feed...</option>
215 <!-- <option>Edit this feed</option> -->
216 <option disabled>--------</option>
217 <option style="color : #5050aa" disabled>All feeds:</option>
218 <option id="qmcUpdateFeeds"> Update</option>
219 <option id="qmcCatchupAll"> Mark as read</option>
220 <option id="qmcShowOnlyUnread"> Show only unread</option>
221 <option disabled>--------</option>
222 <option style="color : #5050aa" disabled>Other actions:</option>
223 <option id="qmcAddFilter"> Add filter...</option>
225 <input type="submit" class="button" onclick="quickMenuGo()" value="Go">
231 <? if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
233 <td id="headlines" class="headlines2" valign="top">
234 <iframe frameborder="0" name="headlines-frame"
235 id="headlines-frame" class="headlinesFrame"
236 src="backend.php?op=error&msg=No%20feed%20selected."></iframe>
241 <td id="headlines" class="headlines" valign="top">
242 <iframe frameborder="0" name="headlines-frame"
243 id="headlines-frame" class="headlinesFrame"
244 src="backend.php?op=error&msg=No%20feed%20selected."></iframe>
247 <td class="content" id="content" valign="top">
248 <iframe frameborder="0" name="content-frame"
249 id="content-frame" class="contentFrame"> </iframe>
253 <? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
255 <td colspan="2" class="footer">
256 <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
257 <? if (WEB_DEMO_MODE) { ?>
258 <br>Running in demo mode, some functionality is disabled.
265 <? db_close($link); ?>