10 lines
No EOL
726 B
Text
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" %> (<% story.online %><% story.commentcounter prefix=", " anchor="comments" %>)</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td><span class="storyTitle"><% story.title suffix="<br />" %></span><% story.text limit="200" suffix=" ..." %></td>
|
|
<td width="10" nowrap="nowrap"> </td>
|
|
<td align="right" class="small" nowrap="nowrap"><% story.editlink prefix="... " suffix="<br />" %><% story.viewlink prefix="... " suffix="<br />" %><% story.onlinelink prefix="... " suffix="<br />" %><% story.deletelink prefix="... " %></td>
|
|
</tr>
|
|
</table> |