Annotation of versionedFile/dtml/newFileAdd.dtml, revision 1.3
1.1 dwinter 1: <dtml-var manage_page_header>
2:
3: <dtml-var "manage_form_title(this(), _,
4: form_title='Add %s' % Kind,
5: help_product='OFSP',
6: help_topic='File_Add.stx'
7: )">
8:
9: <p class="form-help">
10: Select a file to upload from your local computer by clicking the
11: <em>Browse</em> button.
12: </p>
13: <p>Add Version: <dtml-var version></p>
14:
15: <form action="addFile" method="post"
16: enctype="multipart/form-data">
17:
18:
19: <table cellspacing="0" cellpadding="2" border="0">
20: <tr>
21: <td align="left" valign="top">
22: Version Comment (required)
23: </td>
24: <td>
1.3 ! dwinter 25: <textarea type="text" cols=80 rows=20 name="vC"></textarea>
! 26: </td>
! 27: </tr>
! 28: <tr>
! 29: <td align="left" valign="top">
! 30: Author
! 31: </td>
! 32: <td>
! 33: <textarea name="author" type="text" cols="30" rows=1><dtml-var AUTHENTICATED_USER></textarea>
1.1 dwinter 34: </td>
35: </tr>
36: <tr>
37: <td align="left" valign="top">
1.2 dwinter 38: File (Filename must only contain A-Z,'.' and '_'; and the suffix must not be 'txt'!)
1.1 dwinter 39: </td>
40: <td align="left" valign="top">
41: <input type="file" name="file" size="25" value="" />
42: </td>
43: </tr>
44: <tr>
45: <td align="left" valign="top">
46: </td>
47: <td align="left" valign="top">
48: <div class="form-element">
49: <input class="form-element" type="submit" name="submit"
50: value=" Add " />
51: </div>
52: </td>
53: </tr>
54: </table>
55: </form>
56:
57: <dtml-var manage_page_footer>
58:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>