Annotation of zogiLib/zpt/addZogiLibForm.zpt, revision 1.2

1.1       dwinter     1: <html>
1.2     ! dwinter     2:   <h2>Add the Zogilib Entries</h2>
        !             3:   <form method="post" action="manage_addZogiLib">
1.1       dwinter     4:     <table>
                      5:       <tr>
                      6:    <td>ID</td><td><input size=50 name="id"></td>
                      7:       </tr>      
                      8:       <tr>
                      9:    <td>Title</td><td><input size=50 name="title" ></td>
                     10:       </tr>
                     11:       <tr>
1.2     ! dwinter    12:    <td>Basis URL zu Digilib Server:</td><td><input size=100 name="digilibBaseUrl"></td>
1.1       dwinter    13:       </tr>
                     14:       <tr>
                     15:    <td>Pfad ab dem die Bilder zugreifbar sind (z.Zt nur lokal):</td><td><input size=100 name="localFileBase"></td>
                     16:       </tr>
                     17:      </table>
                     18:     <input type="submit" value="submit">
                     19:   </form>
                     20: </html>

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