Annotation of zogiLib/zpt/changeZogiLibForm.zpt, revision 1.8

1.1       dwinter     1: <html>
1.2       dwinter     2:   <h2>Change the Zogilib Entries</h2>
                      3:   <form method="post" action="changeZogiLib">
1.1       dwinter     4:     <table>
                      5:       <tr>
                      6:    <td>Title</td><td><input size=50 name="title" tal:attributes="value here/title"></td>
                      7:       </tr>
                      8:       <tr>
1.8     ! casties     9:    <td>Base URL of digilib server</td><td><input size=100 name="dlServerURL" tal:attributes="value here/dlServerURL"></td>
1.1       dwinter    10:       </tr>
                     11:       <tr>
1.7       casties    12:    <td><i>Local path to the images (optional)</i></td><td><input size=100 name="localFileBase" tal:attributes="value here/localFileBase"></td>
1.1       dwinter    13:       </tr>
1.4       casties    14:       <tr>
1.7       casties    15:    <td><i>Prefix -- name of the local instance (optional)</i></td><td><input size=100 name="basePath" tal:attributes="value here/basePath"></td>
1.4       casties    16:       </tr>
1.5       casties    17:       <tr>
1.7       casties    18:    <td><i>Window target name (optional)</i></td><td><input size=100 name="dlTarget" tal:attributes="value here/dlTarget"></td>
1.5       casties    19:       </tr>
1.1       dwinter    20:      </table>
1.3       casties    21: 
                     22:      <h3>Select Template</h3>
                     23:      <input tal:condition="python:here.layout=='book'" type="radio" value="book" name="version" checked/>
1.6       dwinter    24:      <input tal:condition="not:python:here.layout=='book'" type="radio" value="book" name="version"/>
1.3       casties    25:    Book Template
1.6       dwinter    26:      <input tal:condition="not:python:here.layout=='image'" type="radio" value="image" name="version"/>
1.3       casties    27:      <input tal:condition="python:here.layout=='image'" type="radio" value="image" name="version" checked/>
1.6       dwinter    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:    
1.3       casties    33:      <p><input type="submit" value="submit" /></p>
1.1       dwinter    34:   </form>
                     35: </html>

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