Annotation of ImageArchive/zpt/addImage.zpt, revision 1.2

1.1       dwinter     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 and _)</p>
1.2     ! dwinter     5:    <p>The imagename <b> must have</b> a suffix which defines the imageformat, i.e. jpeg,jpg, tiff, tif, png,... . </p>
1.1       dwinter     6:     <form action="addImage2" method="post" enctype="multipart/form-data">
                      7:     <table>
                      8:       <!--<tr>
                      9:    <td>ID</td>
                     10:    <td><input name="id"/></td>
                     11:       </tr>
                     12:       <tr>-->
                     13: 
                     14:       <tr>
                     15:    <td>Filename:</td>
                     16:    <td><input type="file" name="fileupload"></td>
                     17:       </tr>
                     18:     </table>
                     19:     <br><br><br><br><br><br><br><br><br>
                     20: 
                     21: 
                     22:     <input type="submit">  
1.2     ! dwinter    23:    <!--
1.1       dwinter    24:     <table>
                     25:       <tr>
                     26:    <td colspan=2>
                     27:                 <br><br>
                     28:        <h2>-- DOES NOT WORK YET -- Metadata (optional)</h2>
                     29:    </td>
                     30:       </tr>
                     31:       <tr> 
                     32:    <td><i>Metadata URL:</td>
                     33:    <td><input type="text" name="meta"></td>
                     34:       </tr>
                     35:       <tr>
                     36:    <td><input type="checkbox" name="use_default"></td>
                     37:    <td> or use the collection default. </td>
                     38:    </table>
                     39:    <input type="submit">
1.2     ! dwinter    40:    -->
        !            41:    </form>

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