mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 11:39:14 +00:00
basic functionality pass 10
This commit is contained in:
19
prefs.php
19
prefs.php
@@ -2,6 +2,7 @@
|
||||
<head>
|
||||
<title>Tiny Tiny RSS</title>
|
||||
<link rel="stylesheet" href="tt-rss.css" type="text/css">
|
||||
<script type="text/javascript" src="functions.js"></script>
|
||||
<script type="text/javascript" src="prefs.js"></script>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
@@ -23,27 +24,19 @@
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<td class="content" id="content" valign="top" colspan="2">
|
||||
<td class="prefContent" valign="top" colspan="2">
|
||||
<h2>Feed Configuration</h2>
|
||||
|
||||
<!-- <input type="submit" value="Add feed"> -->
|
||||
|
||||
<!-- <table class="prefAddFeed">
|
||||
<tr><td>Title:</td><td><input id="fadd_title"></td></tr>
|
||||
<tr><td>Link:</td><td><input id="fadd_link"></td></tr>
|
||||
<tr><td colspan="2" align="right">
|
||||
<a class="button" href="javascript:addFeed()">Add feed</a></td></tr>
|
||||
</table> -->
|
||||
|
||||
<table class="prefAddFeed">
|
||||
<tr><td>Title:</td><td><input id="fadd_title"></td>
|
||||
<td>Link:</td><td><input id="fadd_link"></td></tr>
|
||||
<tr><td colspan="4" align="right">
|
||||
<td><input id="fadd_link"></td>
|
||||
<td colspan="4" align="right">
|
||||
<a class="button" href="javascript:addFeed()">Add feed</a></td></tr>
|
||||
</table>
|
||||
|
||||
<div id="feeds"> </div>
|
||||
|
||||
<p><a class="button" href="javascript:removeSelectedFeeds()">Remove Selected</a>
|
||||
|
||||
<hr>
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user