moved to filemgr
This commit is contained in:
parent
31b6666e46
commit
e458ddb886
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
<form method="post" action="<% response.action %>" enctype="multipart/form-data">
|
|
||||||
<table border="0" width="400" cellspacing="0" cellpadding="3">
|
|
||||||
<tr>
|
|
||||||
<td class="small" nowrap="nowrap">Local file:</td>
|
|
||||||
<td nowrap="nowrap"><% input type="file" name="rawfile" width="10" %></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td valign="top" class="small" nowrap="nowrap">Name:</td>
|
|
||||||
<td><% input name="alias" size="30" %><br /><span class="small">If you do not specify a name, Antville will create one based on the name of the local file.</small></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="small" valign="top" nowrap="nowrap">Description:</td>
|
|
||||||
<td nowrap="nowrap"><% input type="textarea" name="description" cols="25" rows="3" %></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="small" valign="top" nowrap="nowrap"> </td>
|
|
||||||
<td nowrap="nowrap"><br /><% input type="button" name="save" value="Save" %> <% input type="button" name="cancel" value="Cancel" %></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form>
|
|
Loading…
Add table
Reference in a new issue