new article toolbar
This commit is contained in:
parent
6abab33066
commit
5f89f7803b
|
@ -214,7 +214,7 @@
|
||||||
|
|
||||||
print "<table class=\"postTable\" width=\"100%\" cellspacing=\"0\"
|
print "<table class=\"postTable\" width=\"100%\" cellspacing=\"0\"
|
||||||
cellpadding=\"0\">";
|
cellpadding=\"0\">";
|
||||||
|
/*
|
||||||
print "<tr class=\"titleTop\"><td align=\"right\"><b>Title:</b></td>
|
print "<tr class=\"titleTop\"><td align=\"right\"><b>Title:</b></td>
|
||||||
<td width=\"100%\">".$line["title"]."</td>
|
<td width=\"100%\">".$line["title"]."</td>
|
||||||
<td> </td></tr>";
|
<td> </td></tr>";
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
|
|
||||||
print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
|
print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
|
||||||
<td><a href=\"".$line["link"]."\">".$line["link"]."</a> $comments_prompt</td>
|
<td><a href=\"".$line["link"]."\">".$line["link"]."</a> $comments_prompt</td>
|
||||||
<td> </td></tr>";
|
<td> </td></tr>"; */
|
||||||
print "<tr><td valign=\"top\" class=\"post\"
|
print "<tr><td valign=\"top\" class=\"post\"
|
||||||
colspan=\"2\">" . $line["content"] . "</td>
|
colspan=\"2\">" . $line["content"] . "</td>
|
||||||
<td valign=\"top\">$feed_icon</td>
|
<td valign=\"top\">$feed_icon</td>
|
||||||
|
@ -367,8 +367,8 @@
|
||||||
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
|
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||||
$line["title"] . "</a>";
|
$line["title"] . "</a>";
|
||||||
|
|
||||||
print "<tr class='$class' id='RROW-$id'
|
print "<tr class='$class' id='RROW-$id'";
|
||||||
onclick=\"javascript:view($id,$feed_id)\">";
|
// onclick=\"javascript:view($id,$feed_id)\">
|
||||||
|
|
||||||
print "<td id='FUPDPIC-$id' valign='center'
|
print "<td id='FUPDPIC-$id' valign='center'
|
||||||
class='headlineUpdateMark'>$update_pic</td>";
|
class='headlineUpdateMark'>$update_pic</td>";
|
||||||
|
|
19
tt-rss.css
19
tt-rss.css
|
@ -148,6 +148,13 @@ div.headlineToolbar {
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.articleToolbar {
|
||||||
|
border-width : 0px 0px 1px 0px;
|
||||||
|
border-color : #c0c0c0;
|
||||||
|
border-style : solid;
|
||||||
|
padding : 10px;
|
||||||
|
background : #f0f0f0;
|
||||||
|
}
|
||||||
table.main td.headlines {
|
table.main td.headlines {
|
||||||
height : 25%;
|
height : 25%;
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
|
@ -336,21 +343,22 @@ div.errorBox {
|
||||||
margin : 20px;
|
margin : 20px;
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
}
|
}
|
||||||
table.postTable tr.titleTop, table.postTable tr.titleBottom {
|
|
||||||
|
tr.titleTop, tr.titleBottom {
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.postTable td.titleIcon {
|
td.titleIcon {
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-color : #d0d0d0;
|
border-color : #d0d0d0;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.postTable tr.titleTop td {
|
tr.titleTop td {
|
||||||
padding : 5px 10px 0px 10px;
|
padding : 5px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.postTable tr.titleBottom td {
|
tr.titleBottom td {
|
||||||
padding : 3px 10px 5px 10px;
|
padding : 3px 10px 5px 10px;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-color : #d0d0d0;
|
border-color : #d0d0d0;
|
||||||
|
@ -358,9 +366,8 @@ table.postTable tr.titleBottom td {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.postTable td.post {
|
td.post {
|
||||||
padding : 20px;
|
padding : 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#piggie {
|
#piggie {
|
||||||
|
|
10
tt-rss.php
10
tt-rss.php
|
@ -88,7 +88,15 @@
|
||||||
</td>
|
</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td class="content" id="content" valign="top">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue