17 lines
573 B
Smarty
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] <a href="{link}">{title}</a>[/not-ajax][ajax] -- <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] |