updated logo, fix FUPDPIC handling
This commit is contained in:
parent
f7181e9b61
commit
ad99045e8b
14
backend.php
14
backend.php
|
@ -373,11 +373,16 @@
|
|||
|
||||
$class = ($lnum % 2) ? "even" : "odd";
|
||||
|
||||
$id = $line["id"];
|
||||
$feed_id = $line["feed_id"];
|
||||
|
||||
if ($line["last_read_ts"] < $line["updated_ts"] && $line["unread"] == "f") {
|
||||
$update_pic = "<img src=\"images/updated.png\" alt=\"Updated\">";
|
||||
$update_pic = "<img id='FUPDPIC-$id' src=\"images/updated.png\"
|
||||
alt=\"Updated\">";
|
||||
++$num_unread;
|
||||
} else {
|
||||
$update_pic = "<img src=\"images/blank_icon.png\" alt=\"Updated\">";
|
||||
$update_pic = "<img id='FUPDPIC-$id' src=\"images/blank_icon.png\"
|
||||
alt=\"Updated\">";
|
||||
}
|
||||
|
||||
if ($line["unread"] == "t") {
|
||||
|
@ -385,9 +390,6 @@
|
|||
++$num_unread;
|
||||
}
|
||||
|
||||
$id = $line["id"];
|
||||
$feed_id = $line["feed_id"];
|
||||
|
||||
if ($line["marked"] == "t") {
|
||||
$marked_pic = "<img id=\"FMARKPIC-$id\" src=\"images/mark_set.png\"
|
||||
alt=\"Reset mark\" onclick='javascript:toggleMark($id, false)'>";
|
||||
|
@ -402,7 +404,7 @@
|
|||
print "<tr class='$class' id='RROW-$id'";
|
||||
// onclick=\"javascript:view($id,$feed_id)\">
|
||||
|
||||
print "<td id='FUPDPIC-$id' valign='center' align='center'
|
||||
print "<td valign='center' align='center'
|
||||
class='headlineUpdateMark'>$update_pic</td>";
|
||||
|
||||
print "<td valign='center' align='center'
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
height="25.000000pt"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.42"
|
||||
sodipodi:docbase="/home/fox"
|
||||
inkscape:version="0.42.2"
|
||||
sodipodi:docbase="/naboo/home/fox/public_html/testbox/tt-rss/images"
|
||||
sodipodi:docname="ttrss_logo.svg"
|
||||
inkscape:export-filename="/home/fox/ttrss_logo.png"
|
||||
inkscape:export-filename="/naboo/home/fox/public_html/testbox/tt-rss/images/ttrss_logo.png"
|
||||
inkscape:export-xdpi="150.00000"
|
||||
inkscape:export-ydpi="150.00000">
|
||||
<defs
|
||||
|
@ -52,7 +52,7 @@
|
|||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6000000"
|
||||
inkscape:cx="109.86875"
|
||||
inkscape:cy="46.667736"
|
||||
inkscape:cy="3.8105931"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:window-width="1600"
|
||||
|
@ -80,7 +80,10 @@
|
|||
x="3.750001"
|
||||
y="23.750002"
|
||||
id="text1306"
|
||||
sodipodi:linespacing="125.00000%"><tspan
|
||||
sodipodi:linespacing="125.00000%"
|
||||
inkscape:export-filename="/naboo/home/fox/public_html/testbox/tt-rss/images/ttrss_logo.png"
|
||||
inkscape:export-xdpi="180.00000"
|
||||
inkscape:export-ydpi="180.00000"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1308"
|
||||
x="3.7500010"
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue