12 lines
No EOL
851 B
Text
12 lines
No EOL
851 B
Text
<table cellspacing="0" cellpadding="0" width="100%">
|
|
<tr>
|
|
<td colspan="3" class="small"><% story.creator as="link" %> on <% story.createtime format="short" %> (<% story.online %><% story.commentcounter prefix=", " anchor="comments" %>)</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td><span class="storyTitle"><% story.content part="title" suffix="<br />" %></span>
|
|
<span class="small"><b>Code: </b><% story id="<% story.id %>" %></span><br />
|
|
<% story.content part="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 mode="toggle" prefix="... " suffix="<br />" %><% story.deletelink prefix="... " %></td>
|
|
</tr>
|
|
</table> |