Sourcecode in Story/mgrlistitem.skin:
1: <div class="listSeparator"> </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> <% story id="<% story.id %>" %><br />
6: <div class="ample"><strong>Status: </strong><% story.online yes="online" no="offline" %><% story.topic prefix=" in " as="link" text="topic" %><% story.commentcounter prefix=", " 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 " %></div>
11: <% story.content part="text" limit="200" %></td>
12: <td width="10" nowrap="nowrap"> </td>
13: <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>
14: </tr>
15: </table>
16:
|