Annotation of ImageArchive/zpt/addImageMD.zpt, revision 1.1

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>
        !             5:    <p>The imagename <b> must have</b> a suffix which defines the imageformat, i.e. jpeg,jpg, tiff, tif, png,... . </p>
        !             6:     <form action="addImage2" method="post" enctype="multipart/form-data">
        !             7:     <table>
        !             8:   
        !             9: 
        !            10:       <tr>
        !            11:    <td>Filename:</td>
        !            12:    <td><input type="file" name="_fileupload"></td>
        !            13:       </tr>
        !            14:     </table>
        !            15:    <input type="hidden" name="-db" value="vision_main">
        !            16:        artist_author <input type="text" size="40" name="artist_author"><br>
        !            17:        object_title <input type="text" size="40" name="object_title"><br>
        !            18:        inscription <input type="text" size="40" name="inscription"><br>
        !            19: 
        !            20:    </form>
        !            21: 
        !            22:     <input type="submit">  
        !            23: 
        !            24:    </form>

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