Annotation of zogiLib/zpt/addZogiLibForm.zpt, revision 1.10
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.10 ! casties 12: <td>Base URL of digilib server web application (without "/servlet/Scaler?")</td><td><input size=50 name="dlServerURL" value="http://nausikaa2.mpiwg-berlin.mpg.de/digitallibrary" /></td>
1.1 dwinter 13: </tr>
14: <tr>
1.10 ! casties 15: <td><i>Prefix of the local instance (optional)</i></td><td><input size=50 name="basePath" /></td>
1.1 dwinter 16: </tr>
1.5 casties 17: <tr>
1.10 ! casties 18: <td><i>Frame target name (optional)</i></td><td><input size=50 name="dlTarget" /></td>
1.5 casties 19: </tr>
1.6 casties 20: <tr>
1.10 ! casties 21: <td><i>Base URL for digilib toolbar enabled page (optional)</i></td><td><input size=50 name="dlToolbarBaseURL" /></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>