initial check-in
This commit is contained in:
parent
efc302e658
commit
666a8734ac
19 changed files with 275 additions and 0 deletions
17
code/Image/mgrlistitem.skin
Normal file
17
code/Image/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"><% image.creator as="link" %><% image.createtime format="short" prefix=" on " %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div class="storyTitle"><% image.alias %></div>
|
||||
<% image.topic prefix="Gallery: " as="link" %>
|
||||
<div class="small">(<% image.fileext %>, <% image.width %>×<% image.height %> pixels)</div>
|
||||
<span class="small"><b>Code: </b><% image.code %></span></td>
|
||||
<td align="right" class="small" valign="top" nowrap="nowrap"><% image.editlink prefix="... " suffix="<br />" %><% image.deletelink prefix="... " %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><% image.show what="thumbnail" vspace="5" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue