1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

tabbed preferences

This commit is contained in:
Andrew Dolgov
2005-10-28 18:58:20 +01:00
parent c5142ccae7
commit f5a50b25d6
5 changed files with 149 additions and 62 deletions

View File

@@ -31,50 +31,24 @@
</tr>
<? } ?>
<tr>
<td class="prefsToolbar" valign="middle" align="right">
<td class="prefsTabs" align="left" valign="bottom">
<input id="feedConfigTab" class="prefsTab" type="submit" value="Feed Configuration"
onclick="selectTab('feedConfig')">
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
onclick="selectTab('filterConfig')">
<? if (ENABLE_LABELS) { ?>
<input id="labelConfigTab" class="prefsTab" type="submit" value="Label Editor"
onclick="selectTab('labelConfig')">
<? } ?>
</td>
<td class="prefsToolbar" valign="middle" align="right">
<input type="submit" onclick="gotoMain()" class="button" value="Return to main">
</td>
</tr>
</tr>
</tr>
<td id="prefContent" class="prefContent" valign="top">
<h2>Feed Configuration</h2><div id="piggie">&nbsp;</div>
<td id="prefContent" class="prefContent" valign="top" colspan="2">
<div class="expPane" id="feedConfPane">
<a class="button"
href="javascript:expandPane('feedConfPane')">Expand section &gt;</a>
</div>
<h2>OPML Import</h2>
<div class="expPane">
<form enctype="multipart/form-data" method="POST" action="opml.php">
File: <input id="opml_file" name="opml_file" type="file">&nbsp;
<input class="button" name="op" onclick="return validateOpmlImport();"
type="submit" value="Import">
</form>
</div>
<h2>Content Filtering</h2>
<div class="expPane" id="filterConfPane">
<a class="button"
href="javascript:expandPane('filterConfPane')">Expand section &gt;</a>
</div>
<? if (ENABLE_LABELS) { ?>
<h2>Label Editor</h2>
<div class="expPane" id="labelConfPane">
<a class="button"
href="javascript:expandPane('labelConfPane')">Expand section &gt;</a>
</div>
<? } ?>
<p>Loading, please wait...</p>
</td>
</tr>