antville/code/Story/listitem.skin
2001-12-10 23:27:04 +00:00

10 lines
No EOL
655 B
Text

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="3" class="small"><% this.author as="link" %>, <% this.createtime format="long" %><% this.commentcounter prefix="&nbsp;(" suffix=")" %></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>&nbsp;</td>
<td align="right" class="small" 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>