File:  [Repository] / zogiLib / zpt / addZogiLibForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 25 18:32:14 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Lauft nun als ZogiLib

<html>
  <h2>Add the Zogilib Entries</h2>
  <form method="post" action="manage_addZogiLib">
    <table>
      <tr>
	<td>ID</td><td><input size=50 name="id"></td>
      </tr>      
      <tr>
	<td>Title</td><td><input size=50 name="title" ></td>
      </tr>
      <tr>
	<td>Basis URL zu Digilib Server:</td><td><input size=100 name="digilibBaseUrl"></td>
      </tr>
      <tr>
	<td>Pfad ab dem die Bilder zugreifbar sind (z.Zt nur lokal):</td><td><input size=100 name="localFileBase"></td>
      </tr>
     </table>
    <input type="submit" value="submit">
  </form>
</html>

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