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

    1: <html>
    2:   <h2>Change the Zogilib Entries</h2>
    3:   <form method="post" action="changeZogiLib">
    4:     <table>
    5:       <tr>
    6: 	<td>Title</td><td><input size=50 name="title" tal:attributes="value here/title"></td>
    7:       </tr>
    8:       <tr>
    9: 	<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>
   10:       </tr>
   11:       <tr>
   12: 	<td><i>Prefix of the local instance (optional)</i></td><td><input size=50 name="basePath" tal:attributes="value here/basePath"></td>
   13:       </tr>
   14:       <tr>
   15: 	<td><i>Frame target name (optional)</i></td><td><input size=50 name="dlTarget" tal:attributes="value here/dlTarget"></td>
   16:       </tr>
   17:       <tr>
   18: 	<td><i>Base URL for digilib toolbar enabled page (optional)</i></td><td><input size=50 name="dlToolbarBaseURL" tal:attributes="value here/dlToolbarBaseURL"></td>
   19:       </tr>
   20:      </table>
   21: 
   22:      <h3>Select Template</h3>
   23:      <input tal:condition="python:here.layout=='book'" type="radio" value="book" name="version" checked/>
   24:      <input tal:condition="not:python:here.layout=='book'" type="radio" value="book" name="version"/>
   25: 	Book Template
   26:      <input tal:condition="not:python:here.layout=='image'" type="radio" value="image" name="version"/>
   27:      <input tal:condition="python:here.layout=='image'" type="radio" value="image" name="version" checked/>
   28:      Image Template
   29:    <input tal:condition="python:here.layout=='metaData'" type="radio" value="metaData" name="version" checked/>
   30:    <input tal:condition="not:python:here.layout=='metaData'" type="radio" value="metaData" name="version"/>
   31:      Metadata Template
   32: 	
   33:      <p><input type="submit" value="submit" /></p>
   34:   </form>
   35: </html>

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