File:  [Repository] / externalVersionedFile / zpt / addExternalVersionedFile.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 25 10:00:25 2004 UTC (19 years, 8 months ago) by dwinter
Branches: dwinter, MAIN
CVS tags: first, HEAD
new

    1: <html>
    2:   <h2> Add a container for an versioned file </h2>
    3:   <form action="manage_addExternalVersionedFile" method="post">
    4:     <table>
    5:       <tr>
    6: 	<td>
    7: 	  ID:
    8: 	</td>
    9: 	<td>
   10: 	  <input name="id"/>
   11: 	</td>
   12:       </tr>
   13: 
   14:       <tr>
   15: 	<td>
   16: 	  title:
   17: 	   </td>
   18: 	<td>
   19: 	  <input name="title"/>
   20: 	</td>
   21:       </tr>
   22:       <tr>
   23: 	<td><i>
   24: 	  locked By:
   25: 	   </i></td>
   26: 	<td>
   27: 	  <input name="lockedBy"/>
   28: 	</td>
   29:       </tr>
   30:     </table>
   31: <input type="submit" value="submit">
   32:   </form>
   33: </html>
   34: 

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