Story/mgrlistitem.skin
Sourcecode in Story/mgrlistitem.skin:
1:   <div class="listSeparator">&nbsp;</div>
2:   <table cellspacing="0" cellpadding="0" width="100%">
3:   <tr>
4:   <% story.switch name="online" on="" off='<td rowspan="2" width="10" align="center" valign="top" nowrap="nowrap" class="listFlag">o<br />f<br />f<br />l<br />i<br />n<br />e<td rowspan="2" width="5" nowrap="nowrap"></td>' %>
5:   <td colspan="3" class="small"><strong>Macro:</strong>&nbsp;&lt;% story id="<% story.id %>" %&gt;<br />
6:   <div class="ample"><strong>Status:&nbsp;</strong><% story.online yes="online" no="offline" %><% story.topic prefix=" in " as="link" text="topic" %><% story.commentcounter prefix=",&nbsp;" anchor="comments" %></div></td>
7:   </tr>
8:   <tr valign="top">
9:   <td><div class="storyTitle"><% story.content part="title" %></div>
10:  <div class="storyDate"><% story.creator as="link" %><% story.createtime format="short" prefix=" on&nbsp;" %></div>
11:  <% story.content part="text" limit="200" %></td>
12:  <td width="10" nowrap="nowrap">&nbsp;</td>
13:  <td align="right" class="small" nowrap="nowrap"><% story.editlink prefix="...&nbsp;" suffix="<br />" %><% story.viewlink prefix="...&nbsp;" suffix="<br />" %><% story.onlinelink mode="toggle" prefix="...&nbsp;" suffix="<br />" %><% story.deletelink prefix="...&nbsp;" %></td>
14:  </tr>
15:  </table>
16: