File:  [Repository] / ImageArchive / Attic / addImage.zpt.~1.2.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Dec 10 19:11:59 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

ZPT fur selection

<html>
  <body>
    <h1> Add an Image to the Collection Folder</h1>
	<p>Please make sure, that the filename contains no space or special character (other than a-Z and 0-9)</p>
    <form action="addImage2" 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>

      
      <tr>
	<td colspan=2>
                <br><br>
		<h2>-- DOES NOT WORK YET -- Metadata (optional)</h2>
	</td>
      </tr>
      <tr>	
	<td><i>Metadata URL:</td>
	<td><input type="text" name="meta"></td>
      </tr>
      <tr>
	<td><input type="checkbox" name="use_default"></td>
	<td> or use the collection default. </td>
   </table>
   <input type="submit">
   </form>

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