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, 6 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
*** empty log message ***

<html>
  <h2> Add a container for an versioned file </h2>
  <p style="color:red">Please, do not upload files larger than 10 MB to avoid long download times!</p>
  <form action="manage_addVersionedFile" method="post">
    <table>
      <tr>
	<td>
	  ID:
	</td>
	<td>
	  <input name="id"/>
	</td>
      </tr>

      <tr>
	<td>
	  title:
	   </td>
	<td>
	  <input name="title"/>
	</td>
      </tr>
      <tr>
	<td><i>
	  locked By:
	   </i></td>
	<td>
	  <input name="lockedBy"/>
	</td>
      </tr>
    </table>
<input type="submit" value="submit">
  </form>
</html>


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