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

Added Metadata backlinks

    1: <html>
    2:   <body>
    3:     <h1> Add an Image to the Collection Folder</h1>
    4: 	<p>Please make sure, that the filename contains no space or special character (other than a-Z and 0-9)</p>
    5:     <form action="addImage2" method="post" enctype="multipart/form-data">
    6:     <table>
    7:       <!--<tr>
    8: 	<td>ID</td>
    9: 	<td><input name="id"/></td>
   10:       </tr>
   11:       <tr>-->
   12: 
   13:       <tr>
   14: 	<td>Filename:</td>
   15: 	<td><input type="file" name="fileupload"></td>
   16:       </tr>
   17: 
   18:       
   19:       <tr>
   20: 	<td colspan=2>
   21:                 <br><br>
   22: 		<h2>-- DOES NOT WORK YET -- Metadata (optional)</h2>
   23: 	</td>
   24:       </tr>
   25:       <tr>	
   26: 	<td><i>Metadata URL:</td>
   27: 	<td><input type="text" name="meta"></td>
   28:       </tr>
   29:       <tr>
   30: 	<td><input type="checkbox" name="use_default"></td>
   31: 	<td> or use the collection default. </td>
   32:    </table>
   33:    <input type="submit">
   34:    </form>

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