File:  [Repository] / zogiLib / zpt / changeZogiLibForm.zpt
Revision 1.9: download - view: text, annotated - select for diffs - revision graph
Fri Jul 23 15:28:21 2004 UTC (19 years, 11 months ago) by casties
Branches: MAIN
CVS tags: v0_9, gen2, Root_v0_9, HEAD
removed localFileBase variable, added configurable dlToolbarBaseURL

<html>
  <h2>Change the Zogilib Entries</h2>
  <form method="post" action="changeZogiLib">
    <table>
      <tr>
	<td>Title</td><td><input size=50 name="title" tal:attributes="value here/title"></td>
      </tr>
      <tr>
	<td>Base URL of digilib server web application (without &quot;/servlet/Scaler?&quot;)</td><td><input size=50 name="dlServerURL" tal:attributes="value here/dlServerURL"></td>
      </tr>
      <tr>
	<td><i>Prefix of the local instance (optional)</i></td><td><input size=50 name="basePath" tal:attributes="value here/basePath"></td>
      </tr>
      <tr>
	<td><i>Frame target name (optional)</i></td><td><input size=50 name="dlTarget" tal:attributes="value here/dlTarget"></td>
      </tr>
      <tr>
	<td><i>Base URL for digilib toolbar enabled page (optional)</i></td><td><input size=50 name="dlToolbarBaseURL" tal:attributes="value here/dlToolbarBaseURL"></td>
      </tr>
     </table>

     <h3>Select Template</h3>
     <input tal:condition="python:here.layout=='book'" type="radio" value="book" name="version" checked/>
     <input tal:condition="not:python:here.layout=='book'" type="radio" value="book" name="version"/>
	Book Template
     <input tal:condition="not:python:here.layout=='image'" type="radio" value="image" name="version"/>
     <input tal:condition="python:here.layout=='image'" type="radio" value="image" name="version" checked/>
     Image Template
   <input tal:condition="python:here.layout=='metaData'" type="radio" value="metaData" name="version" checked/>
   <input tal:condition="not:python:here.layout=='metaData'" type="radio" value="metaData" name="version"/>
     Metadata Template
	
     <p><input type="submit" value="submit" /></p>
  </form>
</html>

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