initial check-in
This commit is contained in:
parent
efc302e658
commit
666a8734ac
19 changed files with 275 additions and 0 deletions
12
code/Story/mgrlistitem.skin
Normal file
12
code/Story/mgrlistitem.skin
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue