antville/code/Story/listitem.skin

10 lines
No EOL
726 B
Text

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="3" class="small"><% story.creator as="link" %>, <% story.createtime format="short" %>&nbsp;(<% story.online %><% story.commentcounter prefix=",&nbsp;" anchor="comments" %>)</td>
</tr>
<tr valign="top">
<td><span class="storyTitle"><% story.title suffix="<br />" %></span><% story.text limit="200" suffix="&nbsp;..." %></td>
<td width="10" nowrap="nowrap">&nbsp;</td>
<td align="right" class="small" nowrap="nowrap"><% story.editlink prefix="...&nbsp;" suffix="<br />" %><% story.viewlink prefix="...&nbsp;" suffix="<br />" %><% story.onlinelink prefix="...&nbsp;" suffix="<br />" %><% story.deletelink prefix="...&nbsp;" %></td>
</tr>
</table>