antville/code/Story/listitem.skin

10 lines
655 B
Text
Raw Normal View History

2001-12-10 23:27:04 +00:00
<table border="0" cellspacing="0" cellpadding="0" width="100%">
2001-11-18 13:22:59 +00:00
<tr>
2001-12-10 23:27:04 +00:00
<td colspan="3" class="small"><% this.author as="link" %>, <% this.createtime format="long" %><% this.commentcounter prefix="&nbsp;(" suffix=")" %></td>
2001-11-18 13:22:59 +00:00
</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>