2 error_reporting(E_ERROR | E_WARNING | E_PARSE);
4 require_once "functions.php";
5 require_once "sessions.php";
6 require_once "sanity_check.php";
7 require_once "version.php";
8 require_once "config.php";
9 require_once "db-prefs.php";
11 $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
13 login_sequence($link);
15 $dt_add = get_script_dt_add();
17 no_cache_incantation();
20 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
21 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
24 <title>Tiny Tiny RSS</title>
26 <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>">
28 <?php $user_theme = $_SESSION["theme"];
30 <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css?<?php echo $dt_add ?>">
33 <?php if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
35 <?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
36 <?php if ($user_css_url) { ?>
37 <link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/>
41 <script type="text/javascript" src="pngfix.js"></script>
42 <link rel="stylesheet" type="text/css" href="ie6.css">
46 <link rel="stylesheet" type="text/css" href="ie7.css">
49 <link rel="shortcut icon" type="image/png" href="images/favicon.png">
51 <script type="text/javascript" src="prototype.js"></script>
52 <script type="text/javascript" src="scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
53 <script type="text/javascript" src="localized_js.php?<?php echo $dt_add ?>"></script>
54 <script type="text/javascript" src="tt-rss.js?<?php echo $dt_add ?>"></script>
55 <script type="text/javascript" src="functions.js?<?php echo $dt_add ?>"></script>
56 <script type="text/javascript" src="feedlist.js?<?php echo $dt_add ?>"></script>
57 <script type="text/javascript" src="viewfeed.js?<?php echo $dt_add ?>"></script>
59 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
61 <script type="text/javascript">
62 if (navigator.userAgent.match("Opera")) {
63 document.write('<link rel="stylesheet" type="text/css" href="opera.css">');
65 if (navigator.userAgent.match("Gecko") && !navigator.userAgent.match("KHTML")) {
66 document.write('<link rel="stylesheet" type="text/css" href="gecko.css">');
71 <body onresize="resize_headlines()">
74 <div id="overlay_inner">
75 <p><?php echo __("Loading, please wait...") ?></p>
77 <div class="error"><?php echo
78 __("Your browser doesn't support Javascript, which is required
79 for this application to function properly. Please check your
80 browser settings.") ?></div>
85 <div id="notify" class="notify"><span id="notify_body"> </span></div>
87 <div id="fatal_error"><div id="fatal_error_inner">
89 <div id="fatal_error_msg">Unknown Error</div>
92 <div id="dialog_overlay"> </div>
94 <script type="text/javascript">
95 if (document.addEventListener) {
96 document.addEventListener("DOMContentLoaded", init, null);
101 <ul id="debug_output"></ul>
103 <div id="infoBoxShadow"><div id="infoBox"> </div></div>
106 <div class="topLinks">
107 <?php if (!SINGLE_USER_MODE) { ?>
108 <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
110 <a href="prefs.php"><?php echo __('Preferences') ?></a>
112 <?php if (defined('FEEDBACK_URL')) { ?>
113 | <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
114 <?php echo __('Comments?') ?></a>
117 <?php if (!SINGLE_USER_MODE) { ?>
118 | <a href="logout.php"><?php echo __('Logout') ?></a>
121 <img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
122 src="images/new_version.png" title="New version is available!"
123 alt="new_version_icon">
125 <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
128 <div id="feeds-holder">
129 <div id="dispSwitch">
130 <a id="dispSwitchPrompt"
131 href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
133 <div id="feeds-frame"> </div>
138 <div style="float : right">
139 <select id="quickMenuChooser" onchange="quickMenuChange()">
140 <option value="qmcDefault" selected><?php echo __('Actions...') ?></option>
141 <option value="qmcSearch"><?php echo __('Search') ?></option>
142 <!-- <option value="qmcPrefs"><?php echo __('Preferences') ?></option> -->
143 <option disabled>--------</option>
144 <option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
145 <option value="qmcAddFeed"><?php echo __(' Subscribe to feed') ?></option>
146 <option value="qmcEditFeed"><?php echo __(' Edit this feed') ?></option>
147 <!-- <option value="qmcClearFeed"><?php echo __(' Clear articles') ?></option> -->
148 <option value="qmcRemoveFeed"><?php echo __(' Unsubscribe') ?></option>
149 <option disabled>--------</option>
150 <option style="color : #5050aa" disabled><?php echo __('All feeds:') ?></option>
151 <option value="qmcCatchupAll"><?php echo __(' Mark as read') ?></option>
152 <option value="qmcShowOnlyUnread"><?php echo __(' (Un)hide read feeds') ?></option>
153 <option disabled>--------</option>
154 <option style="color : #5050aa" disabled><?php echo __('Other actions:') ?></option>
155 <option value="qmcAddFilter"><?php echo __(' Create filter') ?></option>
159 <form id="main_toolbar_form" onsubmit='return false'>
161 <input type="submit" value="<<"
162 id="collapse_feeds_btn" onclick="collapse_feedlist()"
163 title="<?php echo __('Collapse feedlist') ?>" style="display : none">
165 <input type="submit" value="<?php echo __("Toggle Feedlist") ?>"
166 id="toggle_feeds_btn"
167 onclick="toggle_feedlist()" style="display : none">
169 <?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
171 <?php echo __('Search:') ?>
172 <input name="query" type="search"
173 onKeyPress="return filterCR(event, viewCurrentFeed)"
174 onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
178 <?php echo __('View:') ?>
179 <select name="view_mode" onchange="viewCurrentFeed(0, '')">
180 <option selected value="adaptive"><?php echo __('Adaptive') ?></option>
181 <option value="all_articles"><?php echo __('All Articles') ?></option>
182 <option value="marked"><?php echo __('Starred') ?></option>
183 <option value="unread"><?php echo __('Unread') ?></option>
186 <?php echo __('Limit:') ?>
188 $limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");
190 $def_art_limit = get_pref($link, 'DEFAULT_ARTICLE_LIMIT');
192 if ($def_art_limit >= 0 && !array_key_exists($def_art_limit, $limits)) {
193 $limits[$def_art_limit] = $def_art_limit;
198 if (!$def_art_limit) {
202 print_select_hash("limit", $def_art_limit, $limits,
203 'onchange="viewCurrentFeed(0, \'\')"');
209 <input class="button" type="submit"
210 onclick="return viewCurrentFeed('ForceUpdate')"
211 value="<?php echo __('Update') ?>">
215 <!-- <input class="button" type="submit"
216 onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
218 <!-- <input class="button" type="submit"
219 onclick="catchupCurrentFeed()" value="Mark as read"> -->
223 <?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
224 <div id="headlines-frame" class="headlines_normal">
225 <div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
226 <div id="content-frame"><div class="whiteBox"> </div></div>
228 <div id="headlines-frame" class="headlines_cdm">
229 <div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
233 <?php if (defined('_DEBUG_USER_SWITCH')) { ?>
234 <select id="userSwitch" onchange="userSwitch()">
236 foreach (array('admin', 'fox', 'test') as $u) {
237 $op_sel = ($u == $_SESSION["name"]) ? "selected" : "";
238 print "<option $op_sel>$u</option>";
243 <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005–2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
246 <?php db_close($link); ?>
248 <script type="text/javascript">
250 function statechange() {
251 if (document.readyState == "interactive") init();
254 if (document.readyState) {
255 if (document.readyState == "interactive" || document.readyState == "complete") {
258 document.onreadystatechange = statechange;