Annotation of versionedFile/dtml/newFileAdd.dtml, revision 1.1.1.1

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>
                     25:    <textarea type="text" cols=80 rows=20 name="vC">TEST</textarea>
                     26:    </td> 
                     27:  </tr>
                     28:   <tr>
                     29:     <td align="left" valign="top">
                     30:     File (Filename must only contain A-Z,'.' and '_')
                     31:     </td>
                     32:     <td align="left" valign="top">
                     33:     <input type="file" name="file" size="25" value="" />
                     34:     </td>
                     35:   </tr>
                     36:     <tr>
                     37:     <td align="left" valign="top">
                     38:     </td>
                     39:     <td align="left" valign="top">
                     40:     <div class="form-element">
                     41:     <input class="form-element" type="submit" name="submit" 
                     42:      value=" Add " /> 
                     43:     </div>
                     44:     </td>
                     45:   </tr>
                     46: </table>
                     47: </form>
                     48: 
                     49: <dtml-var manage_page_footer>
                     50: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>