initial check-in

This commit is contained in:
Robert Gaggl 2003-12-08 22:59:01 +00:00
parent efc302e658
commit 666a8734ac
19 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<div class="listSeparator">&nbsp;</div>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="small"><% image.creator as="link" %><% image.createtime format="short" prefix="&nbsp;on&nbsp;" %></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>