Diff for /zogiLib/zpt/changeZogiLibForm.zpt between versions 1.2 and 1.8

version 1.2, 2004/03/25 18:32:14 version 1.8, 2004/07/22 17:30: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</td><td><input size=100 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>Local path to the images (optional)</i></td><td><input size=100 name="localFileBase" tal:attributes="value here/localFileBase"></td>
         </tr>
         <tr>
       <td><i>Prefix -- name of the local instance (optional)</i></td><td><input size=100 name="basePath" tal:attributes="value here/basePath"></td>
         </tr>
         <tr>
       <td><i>Window target name (optional)</i></td><td><input size=100 name="dlTarget" tal:attributes="value here/dlTarget"></td>
       </tr>        </tr>
      </table>       </table>
      <input type="submit" value="submit">  
        <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>    </form>
 </html>  </html>

Removed from v.1.2  
changed lines
  Added in v.1.8


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