ttrss/tt-rss.php

48 lines
1.1 KiB
PHP
Raw Normal View History

2005-08-21 10:13:10 +00:00
<html>
<head>
<title>Tiny Tiny RSS</title>
<link rel="stylesheet" href="tt-rss.css" type="text/css">
<script type="text/javascript" src="tt-rss.js"></script>
2005-08-21 13:46:43 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2005-08-21 10:13:10 +00:00
</head>
<body onload="init()">
2005-08-21 13:46:43 +00:00
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
2005-08-21 10:13:10 +00:00
<tr>
2005-08-21 11:11:53 +00:00
<td class="header" valign="middle" colspan="2">
Tiny Tiny RSS
</td>
</tr>
<tr>
2005-08-21 16:16:41 +00:00
<!-- <td class="toolbar" valign="middle" >
Search: <input name="q" onclick=\"javascript:search(this);\">
</td> -->
2005-08-21 11:11:53 +00:00
<td class="toolbar" valign="middle" colspan="2">
2005-08-22 03:20:00 +00:00
<a href="prefs.php" class="button">Preferences</a>
2005-08-21 15:23:44 +00:00
<!-- <a class="button" href="javascript:refresh()">Refresh</a> -->
2005-08-21 10:13:10 +00:00
</td>
</tr>
<tr>
<td valign="top" rowspan="2" id="feeds" class="feeds">
2005-08-21 15:23:44 +00:00
&nbsp;
2005-08-21 10:13:10 +00:00
</td>
<td id="headlines" class="headlines" valign="top">
2005-08-21 15:01:18 +00:00
Please select the feed.
2005-08-21 10:13:10 +00:00
</td>
</tr>
<td class="content" id="content" valign="top">
2005-08-21 15:01:18 +00:00
&nbsp;
2005-08-21 10:13:10 +00:00
</td>
</tr>
<tr>
<td colspan="2" id="notify" class="notify">
2005-08-21 16:23:19 +00:00
<a href="">Tiny-Tiny RSS</a> v0.1 &copy; 2005 Andrew Dolgov
2005-08-21 10:13:10 +00:00
</td>
</td>
</table>
</body>
</html>