initial check-in
This commit is contained in:
parent
efc302e658
commit
666a8734ac
19 changed files with 275 additions and 0 deletions
17
code/File/mgrlistitem.skin
Normal file
17
code/File/mgrlistitem.skin
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="listSeparator"> </div>
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="2" class="small"><% file.creator as="link" %> on <% file.createtime format="short" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div class="storyTitle"><% file.alias %></div>
|
||||
<div class="small">(<% file.mimetype suffix=", " %><% file.filesize %><% file.clicks prefix=", " no="0 downloads" one="1 download" more=" downloads"%>)</div>
|
||||
<div class="small"><b>Code: </b><% file name="<% file.alias %>" %></div></td>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p><% file.description suffix="<br />" %></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue