Diff for /ImageArchive/Attic/addImage.zpt between versions 1.1 and 1.2

version 1.1, 2003/12/03 08:46:45 version 1.2, 2003/12/04 19:02:59
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)</p>
     <form action="addImage2" method="post" enctype="multipart/form-data">      <form action="addImage2" method="post" enctype="multipart/form-data">
     <table>      <table>
       <!--<tr>        <!--<tr>
Line 13 Line 14
     <td>Filename:</td>      <td>Filename:</td>
     <td><input type="file" name="fileupload"></td>      <td><input type="file" name="fileupload"></td>
       </tr>        </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>     </table>
    <input type="submit">     <input type="submit">
    </form>     </form>

Removed from v.1.1  
changed lines
  Added in v.1.2


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