#headlines ul#headlines-content div.info a {
color : gray;
+ font-weight : bold;
}
+#headlines ul#headlines-content div.info a:hover {
+ color : #659a4c;
+}
article.excerpt + "</div>" +
"<div style='display : none' class='content'>" +
article.content + "</div>" +
- "<div class='info'><a>" + feed.title + "</a> " + " @ " +
+ "<div class='info'><a href=\#\" onclick=\"viewfeed("+feed.id+")\">" +
+ feed.title + "</a> " + " @ " +
new Date(article.updated * 1000) + "</div>" +
"</div></li>";
</div>
- Tiny Tiny Digest
+ <?php echo __('Tiny Tiny RSS') ?>
</div>
<div id="content">
- <div id="title">
+ <!-- <div id="title">
<div id="search">
<input name="search" type="search"></input>
<button>Search</button>
<em>TODO</em>
<div id="latest-content"> </div>
- </div>
+ </div> -->
<div id="feeds">
- <h1>feeds</h1>
+ <h1><?php echo __('feeds') ?></h1>
<ul id="feeds-content"> </ul>
</div>
<div id="headlines">
- <h1>headlines</h1>
+ <h1><?php echo __('headlines') ?></h1>
<ul id="headlines-content"> </ul>
</div>