Annotation of zogiLib/zpt/addZogiLibForm.zpt, revision 1.4
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.4 ! dwinter 12: <td>Basis URL zu Digilib Server:</td><td><input size=100 name="digilibBaseUrl" value="http://nausikaa2.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler?"></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>
1.3 dwinter 18: <h3>Select Template</h3>
19: <input type="radio" value="book" name="version" checked>Book Template
20: <input type="radio" value="image" name="version">Image Template
21:
1.1 dwinter 22: <input type="submit" value="submit">
23: </form>
24: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>