- fixed creator/createtime line since images might not have a creator (after import) - minor change in layout
17 lines
815 B
Text
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"> </span><br />
|
|
<span class="small"><% image.creator as="link" %><% image.createtime format="short" prefix=" on " %></span></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>
|
|
|