Diff for /ImageArchive/Attic/addImage.zpt between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2003/12/03 08:46:45 version 1.3, 2003/12/10 19:01:58
Line 1 Line 1
 <html>  <html>
   <body>    <body>
     <h1> Add an Image to the Collection Folder</h1>      <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 and _)</p>
     <form action="addImage2" method="post" enctype="multipart/form-data">      <form action="addImage2" method="post" enctype="multipart/form-data">
     <table>      <table>
       <!--<tr>        <!--<tr>
Line 14 Line 15
     <td><input type="file" name="fileupload"></td>      <td><input type="file" name="fileupload"></td>
       </tr>        </tr>
    </table>     </table>
       <br><br><br><br><br><br><br><br><br>
   
   
       <input type="submit">   
       <table>
         <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">     <input type="submit">
    </form>     </form>

Removed from v.1.1.1.1  
changed lines
  Added in v.1.3


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