Sourcecode in File/mgrlistitem.skin:
1: <div class="listSeparator"> </div>
2: <table width="100%" cellspacing="0" cellpadding="0">
3: <tr>
4: <td colspan="2" class="small"><strong>Macro:</strong> <% file name="<% file.alias %>" %>
5: <div class="ample"><strong>Details: </strong><% file.filesize %><% file.mimetype prefix=" " %><% file.clicks prefix=", " no="0 downloads" one="1 download" more=" downloads"%></div></td>
6: </tr>
7: <tr>
8: <td><div class="storyTitle"><% file.alias %></div>
9: <div class="storyDate"><% file.creator as="link" %> on <% file.createtime format="short" %></div></td>
10: <td class="small" align="right" valign="top" rowspan="2" nowrap="nowrap"><% file.editlink prefix=" ... " suffix="<br />" %><% file.viewlink text="download" prefix=" ... " suffix="<br />" %><% file.deletelink prefix="... " %></td>
11: </tr>
12: <tr>
13: <td>
14: <p><% file.description suffix="<br />" %></p>
15: </td>
16: </tr>
17: </table>
18:
|