summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-06 02:24:30 +0100
committerAndrew Dolgov <[email protected]>2005-09-06 02:24:30 +0100
commit5f89f7803b18d2c66a076bf7c3b9a7221dc3278f (patch)
treecfdc37a639d9c4541cf3da72431118274d430c36 /tt-rss.php
parent6abab33066499c06b5dea96d3a46d9cf236af6a0 (diff)
new article toolbar
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index bd43dacd6..8be41276f 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -88,7 +88,15 @@
</td>
</tr><tr>
<td class="content" id="content" valign="top">
- <iframe name="content-frame" id="content-frame" class="contentFrame"> </iframe>
+ <table width="100%" height="100%" cellspacing="0" cellpadding="0">
+ <tr>
+ <tr class="titleTop"><td align="right"><b>Title:</b></td>
+ <td width="100%">-FIXME-</td></tr>
+ <tr class="titleBottom"><td align="right"><b>Link:</b></td>
+ <td>-FIXME-</td></tr>
+ <tr><td height="100%" colspan="2">
+ <iframe name="content-frame" id="content-frame" class="contentFrame"> </iframe>
+ </td></tr></table>
</td>
</tr>
<tr>