File:  [Repository] / cdli / zpt / addVersionedFile.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 3 01:47:58 2005 UTC (18 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
*** empty log message ***

    1: <html>
    2:   <h2> Add a container for an versioned file </h2>
    3:   <p style="color:red">Please, do not upload files larger than 10 MB to avoid long download times!</p>
    4:   <form action="manage_addVersionedFile" method="post">
    5:     <table>
    6:       <tr>
    7: 	<td>
    8: 	  ID:
    9: 	</td>
   10: 	<td>
   11: 	  <input name="id"/>
   12: 	</td>
   13:       </tr>
   14: 
   15:       <tr>
   16: 	<td>
   17: 	  title:
   18: 	   </td>
   19: 	<td>
   20: 	  <input name="title"/>
   21: 	</td>
   22:       </tr>
   23:       <tr>
   24: 	<td><i>
   25: 	  locked By:
   26: 	   </i></td>
   27: 	<td>
   28: 	  <input name="lockedBy"/>
   29: 	</td>
   30:       </tr>
   31:     </table>
   32: <input type="submit" value="submit">
   33:   </form>
   34: </html>
   35: 

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