sibtracker/templates/default/newslist/newslist.tpl
2019-05-18 13:46:03 +08:00

17 lines
573 B
Smarty

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr onmouseover ="this.bgColor = '#FAF4C7'" onmouseout ="this.bgColor = '#FFFFFF'">
<td width="1%"> {spoiler}</td>
<td width="1000px" height="20px">[not-ajax]&nbsp;&nbsp;<a href="{link}">{title}</a>[/not-ajax][ajax]&nbsp; -- <a href="{link}">{title}</a>[/ajax]</td>
<td width="20%"><center>{rating}</center></td>
<td width="20%"><center>{date}</center></td>
<td width="10%"><right>{author}</right></td>
</tr>
</table>
[ajax]
<fieldset>
<legend>{title}</legend>
{story}
</fieldset>
<br>
[/ajax]