antville/code/Image/preview.skin
Robert Gaggl 9ccce682ae - instead of manually constructing the image-code call code_macro()
- fixed creator/createtime line since images might not have a creator (after import)
- minor change in layout
2003-11-23 18:53:35 +00:00

17 lines
815 B
Text

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="small" nowrap="nowrap"><span class="commentHead">&nbsp;</span><br />
<span class="small"><% image.creator as="link" %><% image.createtime format="short" prefix="&nbsp;on&nbsp;" %></span></td>
</tr>
<tr>
<td><div class="storyTitle"><% image.alias %></div>
<% image.topic prefix="Gallery: " as="link" %>
<div class="small">(<% image.fileext %>, <% image.width %>&times;<% image.height %> pixels)</div>
<span class="small"><b>Code:&nbsp;</b><% image.code %></span></td>
<td align="right" class="small" valign="top" nowrap="nowrap"><% image.editlink prefix="...&nbsp;" suffix="<br />" %><% image.deletelink prefix="...&nbsp;" %></td>
</tr>
<tr>
<td colspan="2"><% image.show what="thumbnail" vspace="5" %></td>
</tr>
</table>