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"><% 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:&nbsp;</b>&lt;% file name="<% file.alias %>" %&gt;</div></td>
<td class="small" align="right" valign="top" rowspan="2" nowrap="nowrap"><% file.editlink prefix="&nbsp;&nbsp;...&nbsp;" suffix="<br />" %><% file.viewlink text="download" prefix="&nbsp;&nbsp;...&nbsp;" suffix="<br />" %><% file.deletelink prefix="...&nbsp;" %></td>
</tr>
<tr>
<td>
<p><% file.description suffix="<br />" %></p>
</td>
</tr>
</table>