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

1.1       dwinter     1: <html>
                      2:   <body>
                      3:     <h1> Add an Image Collection Folder</h1>
                      4:     <form action="manage_AddImageCollection" method="get">
                      5:     <table>
                      6:       <tr>
                      7:    <td>ID</td>
                      8:    <td><input name="id"/></td>
                      9:       </tr>
                     10:       <tr>
                     11:    <td>Title</td>
                     12:    <td><input name="title"/></td>
                     13:       </tr>
1.2     ! dwinter    14:     <tr>
        !            15:    <td>Viewerpath path (i.e. path to the images relativ to the <em>Basis for images</em>:</td>
        !            16:    <td><input size="100" name="ImageViewerPath" value="imageFolder"></td>
1.1       dwinter    17:       </tr>
1.2     ! dwinter    18:       <tr> 
        !            19:    <td>Server Path:</td>
        !            20:    <td><input size="100" name="serverPath" value="http://127.0.0.1:8080/zogilib_images"></td>
        !            21:     </tr>
        !            22:     <tr>
        !            23:     <td>Basis for scaled images:</td>
        !            24:    <td><input size="100" name="destBasis" value="/docuserver/scaled/"></td>
        !            25:     </tr>
        !            26:        <tr>
        !            27:     <td>Basis for images</td>
        !            28:    <td><input size="100" name="srcBasis" value="/docuserver/images"></td>
        !            29:     </tr>
1.1       dwinter    30:    <tr>    
1.2     ! dwinter    31:    <td><i>String for Metasearch (optional):</i></td>
1.1       dwinter    32:    <td><input name="defaultMetaString"></td>
                     33:       </tr>
                     34:    </table>
                     35:    <input type="submit">
                     36:    </form>

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