File:  [Repository] / ImageArchive / Attic / AddImageDigilibForm.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Dec 3 08:46:45 2003 UTC (20 years, 6 months ago) by dwinter
Branches: dwinter
CVS tags: alpha
erste version des ImageArchive Frontends


<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>