Diff for /zogiLib/zpt/changeZogiLibForm.zpt between versions 1.5 and 1.9

version 1.5, 2004/06/21 16:19:56 version 1.9, 2004/07/23 15:28:21
Line 6 Line 6
     <td>Title</td><td><input size=50 name="title" tal:attributes="value here/title"></td>      <td>Title</td><td><input size=50 name="title" tal:attributes="value here/title"></td>
       </tr>        </tr>
       <tr>        <tr>
     <td>Basis URL zu Digilib Server:</td><td><input size=100 name="digilibBaseUrl" tal:attributes="value here/digilibBaseUrl"></td>      <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>
       <tr>        <tr>
     <td>Pfad ab dem die Bilder zugreifbar sind (z.Zt nur lokal):</td><td><input size=100 name="localFileBase" tal:attributes="value here/localFileBase"></td>      <td><i>Prefix of the local instance (optional)</i></td><td><input size=50 name="basePath" tal:attributes="value here/basePath"></td>
       </tr>        </tr>
       <tr>        <tr>
     <td>Prefix Pfad (optional):</td><td><input size=100 name="basePath" tal:attributes="value here/basePath"></td>      <td><i>Frame target name (optional)</i></td><td><input size=50 name="dlTarget" tal:attributes="value here/dlTarget"></td>
       </tr>        </tr>
       <tr>        <tr>
     <td>Window target name (optional):</td><td><input size=100 name="dlTarget" tal:attributes="value here/dlTarget"></td>      <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>        </tr>
      </table>       </table>
   
      <h3>Select Template</h3>       <h3>Select Template</h3>
      <input tal:condition="python:here.layout=='book'" type="radio" value="book" name="version" checked/>       <input tal:condition="python:here.layout=='book'" type="radio" value="book" name="version" checked/>
      <input tal:condition="python:here.layout=='image'" type="radio" value="book" name="version"/>       <input tal:condition="not:python:here.layout=='book'" type="radio" value="book" name="version"/>
     Book Template      Book Template
      <input tal:condition="python:here.layout=='book'" type="radio" value="image" name="version"/>       <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/>       <input tal:condition="python:here.layout=='image'" type="radio" value="image" name="version" checked/>
     Image Template      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>       <p><input type="submit" value="submit" /></p>
   </form>    </form>
 </html>  </html>

Removed from v.1.5  
changed lines
  Added in v.1.9


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