FileMgr/new.skin
general parameters used in this skin:
  • response.action

Sourcecode in FileMgr/new.skin:
1:   <form method="post" action="<% response.action %>" enctype="multipart/form-data">
2:   <table border="0" width="400" cellspacing="0" cellpadding="3">
3:   <tr>
4:   <td class="small" nowrap="nowrap">Local file:</td>
5:   <td nowrap="nowrap"><% input type="file" name="rawfile" size="20" %></td>
6:   </tr>
7:   <tr>
8:   <td valign="top" class="small" nowrap="nowrap">Name:</td>
9:   <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>
10:  </tr>
11:  <tr>
12:  <td class="small" valign="top" nowrap="nowrap">Description:</td>
13:  <td nowrap="nowrap"><% input type="textarea" name="description" cols="25" rows="3" %></td>
14:  </tr>
15:  <tr>
16:  <td class="small" valign="top" nowrap="nowrap">&nbsp;</td>
17:  <td nowrap="nowrap"><br /><% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></td>
18:  </tr>
19:  </table>
20:  </form>
21: