File:  [Repository] / ImageArchive / zpt / AddImageDigilibForm.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 19:37:15 2004 UTC (20 years, 2 months ago) by dwinter
Branches: dwinter, MAIN
CVS tags: first, HEAD
zpt order neu

<html>
  <body>
    <h1> Add an Image to the Collection Folder</h1>
    <form action="manage_AddImageDigilib" method="post" enctype="multipart/form-data">
    <table>
      <tr>
	<td>ID</td>
	<td><input name="id"/></td>
      </tr>
      <tr>

      <tr>
	<td>Filename:</td>
	<td><input type="file" name="fileupload"></td>
      </tr>
   </table>
   <input type="submit">
   </form>

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