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

version 1.2, 2003/12/04 19:02:59 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)</p>      <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 14
     <td>Filename:</td>      <td>Filename:</td>
     <td><input type="file" name="fileupload"></td>      <td><input type="file" name="fileupload"></td>
       </tr>        </tr>
       </table>
       <br><br><br><br><br><br><br><br><br>
   
               
       <input type="submit">   
       <table>
       <tr>        <tr>
     <td colspan=2>      <td colspan=2>
                 <br><br>                  <br><br>

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


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