antville/code/Story/listitem.skin

10 lines
No EOL
716 B
Text

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