Annotation of zogiLib/zpt/addZogiLibForm.zpt, revision 1.9
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>
1.9 ! casties 6: <td>ID</td><td><input size=50 name="id" /></td>
1.1 dwinter 7: </tr>
8: <tr>
1.9 ! casties 9: <td><i>Title</i></td><td><input size=50 name="title" /></td>
1.1 dwinter 10: </tr>
11: <tr>
1.9 ! casties 12: <td>Base URL of digilib server</td><td><input size=100 name="dlServerURL" value="http://nausikaa2.mpiwg-berlin.mpg.de/digitallibrary" /></td>
1.1 dwinter 13: </tr>
14: <tr>
1.9 ! casties 15: <td><i>Local path to the images (optional)</i></td><td><input size=100 name="localFileBase" /></td>
1.1 dwinter 16: </tr>
1.5 casties 17: <tr>
1.9 ! casties 18: <td><i>Prefix -- name of the local instance (optional)</i></td><td><input size=100 name="basePath" /></td>
1.5 casties 19: </tr>
1.6 casties 20: <tr>
1.9 ! casties 21: <td><i>Window target name (optional)</i></td><td><input size=100 name="dlTarget" /></td>
1.6 casties 22: </tr>
1.1 dwinter 23: </table>
1.3 dwinter 24: <h3>Select Template</h3>
1.9 ! casties 25: <input type="radio" value="book" name="version" checked />Book Template
! 26: <input type="radio" value="image" name="version" />Image Template
! 27: <input type="radio" value="metaData" name="version" />Template with Metadata
1.3 dwinter 28:
1.9 ! casties 29: <p><input type="submit" value="submit" /></p>
1.1 dwinter 30: </form>
31: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>