|
|
@ -17,6 +17,8 @@
|
|
|
|
$dt_add = get_script_dt_add();
|
|
|
|
$dt_add = get_script_dt_add();
|
|
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<title>Tiny Tiny RSS : Preferences</title>
|
|
|
|
<title>Tiny Tiny RSS : Preferences</title>
|
|
|
@ -85,45 +87,28 @@ window.onload = init;
|
|
|
|
|
|
|
|
|
|
|
|
<ul id="debug_output"></ul>
|
|
|
|
<ul id="debug_output"></ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="fatal_error"><div id="fatal_error_inner">
|
|
|
|
<div id="fatal_error"><div id="fatal_error_inner">
|
|
|
|
<h1>Fatal Error</h1>
|
|
|
|
<h1>Fatal Error</h1>
|
|
|
|
<div id="fatal_error_msg">Unknown Error</div>
|
|
|
|
<div id="fatal_error_msg">Unknown Error</div>
|
|
|
|
</div></div>
|
|
|
|
</div></div>
|
|
|
|
|
|
|
|
|
|
|
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
|
|
|
|
<div id="prefHeader">
|
|
|
|
<?php if (get_pref($link, 'DISPLAY_HEADER')) { ?>
|
|
|
|
<?php if (!SINGLE_USER_MODE) { ?>
|
|
|
|
<tr>
|
|
|
|
<div style="float : right">
|
|
|
|
<td colspan="2">
|
|
|
|
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
|
|
|
|
|
|
|
<td rowspan="2" class="header" valign="middle">
|
|
|
|
|
|
|
|
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td valign="top" class="notifyBox">
|
|
|
|
|
|
|
|
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr><tr><td class="welcomePrompt">
|
|
|
|
|
|
|
|
<?php if (!SINGLE_USER_MODE) { ?>
|
|
|
|
|
|
|
|
Hello, <b><?php echo $_SESSION["name"] ?></b>
|
|
|
|
|
|
|
|
(<a href="logout.php">Logout</a>)
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr></table>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td class="small">
|
|
|
|
|
|
|
|
<div id="notify" class="notify_sm"><span id="notify_body"> </span></div>
|
|
|
|
|
|
|
|
<div id="userDlgShadow"><div id="userDlg"> </div></div>
|
|
|
|
|
|
|
|
</td><td class="welcomePrompt">
|
|
|
|
|
|
|
|
<?php if (!SINGLE_USER_MODE) { ?>
|
|
|
|
|
|
|
|
Hello, <b><?php echo $_SESSION["name"] ?></b>
|
|
|
|
Hello, <b><?php echo $_SESSION["name"] ?></b>
|
|
|
|
(<a href="logout.php">Logout</a>)
|
|
|
|
(<a href="logout.php">Logout</a>)
|
|
|
|
<?php } ?>
|
|
|
|
</div>
|
|
|
|
</td></tr>
|
|
|
|
<?php } ?>
|
|
|
|
<?php } ?>
|
|
|
|
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
|
|
|
|
<tr>
|
|
|
|
</div>
|
|
|
|
<td class="prefsTabs" align="left" valign="bottom">
|
|
|
|
|
|
|
|
|
|
|
|
<div id="prefTabs">
|
|
|
|
|
|
|
|
<div class="return">
|
|
|
|
|
|
|
|
<a href="#" onclick="gotoMain()">Exit preferences</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<input id="genConfigTab" class="prefsTab" type="submit" value="Preferences"
|
|
|
|
<input id="genConfigTab" class="prefsTab" type="submit" value="Preferences"
|
|
|
|
onclick="selectTab('genConfig')">
|
|
|
|
onclick="selectTab('genConfig')">
|
|
|
|
<input id="feedConfigTab" class="prefsTab" type="submit" value="My Feeds"
|
|
|
|
<input id="feedConfigTab" class="prefsTab" type="submit" value="My Feeds"
|
|
|
@ -142,29 +127,11 @@ window.onload = init;
|
|
|
|
<input id="userConfigTab" class="prefsTab" type="submit" value="User Manager"
|
|
|
|
<input id="userConfigTab" class="prefsTab" type="submit" value="User Manager"
|
|
|
|
onclick="selectTab('userConfig')">
|
|
|
|
onclick="selectTab('userConfig')">
|
|
|
|
<?php } ?>
|
|
|
|
<?php } ?>
|
|
|
|
</td>
|
|
|
|
</div>
|
|
|
|
<td class="prefsToolbar" valign="middle" align="right">
|
|
|
|
|
|
|
|
<input type="submit" onclick="gotoMain()" class="button" value="Return to main">
|
|
|
|
<div id="prefContent">
|
|
|
|
</td>
|
|
|
|
<p>Loading, please wait...</p>
|
|
|
|
</tr>
|
|
|
|
</div>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<td id="prefContent" class="prefContent" valign="top" colspan="2">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>Loading, please wait...</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td class="footer" colspan="2">
|
|
|
|
|
|
|
|
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2006 Andrew Dolgov
|
|
|
|
|
|
|
|
<?php if (WEB_DEMO_MODE) { ?>
|
|
|
|
|
|
|
|
<br>Running in demo mode, some functionality is disabled.
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php db_close($link); ?>
|
|
|
|
<?php db_close($link); ?>
|
|
|
|
|
|
|
|
|
|
|
|