sibtracker/templates/default/fav/news.tpl

8 lines
381 B
Smarty
Raw Normal View History

2019-05-18 13:46:03 +08:00
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr onmouseover ="this.bgColor = '#FAF4C7'" onmouseout ="this.bgColor = '#FFFFFF'">
<td width="15%">&nbsp;{category}</td>
<td width="70%"><a href="{link}">{title}</a></td>
<td align="center" width="10%">{date}</td>
<td align="center" width="5%">{favorites}</td>
</tr>
</table>