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

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

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