ttrss/tt-rss.php

49 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">
2005-08-22 04:56:40 +00:00
<script type="text/javascript" src="functions.js"></script>
2005-08-21 10:13:10 +00:00
<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-22 04:56:40 +00:00
<td class="toolbar" colspan="2">
<table width="100%" cellspacing="0" cellpadding="0">
<td valign="middle"> <div id="notify">&nbsp;</div></td>
<td class="toolbar" valign="middle" align="right">
<a href="prefs.php" class="button">Preferences</a></td>
</tr></table>
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>
2005-08-22 04:56:40 +00:00
<td colspan="2" class="notify">
2005-08-22 09:31:55 +00:00
<a href="">Tiny-Tiny RSS</a> v0.2-pre &copy; 2005 Andrew Dolgov
2005-08-21 10:13:10 +00:00
</td>
</td>
</table>
</body>
</html>