antville/code/File/edit.skin

20 lines
858 B
Text

<table border="0" width="400" cellspacing="0" cellpadding="3">
<form method="get" action="<% response.action %>">
<tr>
<td colspan="2">To insert this file into a story copy/paste the following code: <pre>&lt;% file name="<% file.alias %>" %&gt;</pre><br /></td>
</tr>
<tr>
<td class="small" valign="top" nowrap="nowrap">Description:</td>
<td nowrap="nowrap"><% file.description as="editor" width="25" %></td>
</tr>
<tr>
<td class="small" nowrap="nowrap"></td>
<td class="small" nowrap="nowrap"><% file.filesize prefix="<b>size:</b>&nbsp;" suffix="<br />" %>
<% file.mimetype prefix="<b>format:</b>&nbsp;" suffix="<br />" %></td>
</tr>
<tr>
<td class="small" valign="top" nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% input type="button" name="save" value="save" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></td>
</tr>
</form>
</table>