Diff for /ECHO_content/vlp/library_template.zpt between versions 1.9 and 1.13

version 1.9, 2004/06/07 18:46:51 version 1.13, 2005/01/31 11:15:50
Line 20 Line 20
     </tal:block>      </tal:block>
    </head>     </head>
   
 <table metal:fill-slot="subnav" border="1" cellspacing="0" cellpadding="8" width="80">  <table metal:fill-slot="nav" border="1" cellspacing="0" cellpadding="8" width="80">
     <tr>      <tr>
       <td bgcolor="#d6d6cc" valign="top">        <td bgcolor="#d6d6cc" valign="top">
     <!-- bibliographic data and link to transcription -->      <!-- bibliographic data and link to transcription -->
     <p tal:content="structure here/title">Aeby, Chr. 1883. Schema des Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der J. Dalp'schen Buchhandlung (K. Schmid) </p>      <p tal:content="structure python:here.getTitle()">Aeby, Chr. 1883. Schema des Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der J. Dalp'schen Buchhandlung (K. Schmid) </p>
                     
     <!-- page navigation -->      <!-- page navigation -->
     <p><br><br><br>      <p><br><br><br>
Line 53 Line 53
   
 <body onload="dl_init()" tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">  <body onload="dl_init()" tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">
 <div id="navigation">  <div id="navigation">
   <tal:block metal:fill-slot="body">    <tal:block metal:fill-slot="body" tal:define="dummy python:here.REQUEST.form.setdefault('pn',here.REQUEST.get('pn'))">
     <!--<span tal:replace="structure here/REQUEST"/>-->
   <form method="get" tal:attributes="action python:here.zogilib.zogilibPath()+'setDLParams'">    <form method="get" tal:attributes="action python:here.zogilib.zogilibPath()+'setDLParams'">
    <select onchange="setDLParam(event, this)" name="ws">     <select onchange="setDLParam(event, this)" name="ws">
      <option value="1" selected>Size</option>       <option value="1" selected>Size</option>
Line 67 Line 68
    <input tal:condition="here/zogilib/isStaticHTML" type="submit"/>        <input tal:condition="here/zogilib/isStaticHTML" type="submit"/>   
    <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:setMark()">set a mark</a>     <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:setMark()">set a mark</a>
    <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:getRef(1)">get the reference</a>     <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:getRef(1)">get the reference</a>
    <a tal:condition="not:here/zogilib/isStaticHTML" tal:attributes="href python:'javascript:openWin(\''+here.zogilib.zogilibPath()+'optionwindow\',\'Options\',\'width=300,height=250,resizable\')'">options</a>     <a tal:condition="not:here/zogilib/isStaticHTML" tal:attributes="href python:'javascript:openWin(\''+here.zogilib.zogilibPath()+'optionwindow?frametarget=\'+dlTarget,\'Options\',\'width=300,height=250,resizable\')'">options</a>
    <a tal:condition="here/zogilib/isStaticHTML" tal:attributes="href python:here.zogilib.zogilibPath()+'optionwindow'" target="_blank">options</a>     <a tal:condition="here/zogilib/isStaticHTML" tal:attributes="href python:here.zogilib.zogilibPath()+'optionwindow'" target="_blank">options</a>
 </form>  </form>
 <div tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" tal:omit-tag=""/>  <div tal:define="dummy python:here.zogilib.storeQuery('ws=1.5&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" tal:omit-tag=""/>
 <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>  <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>
 <div tal:replace="structure here/zogilib/createAuxDiv"/>  <div tal:replace="structure here/zogilib/createAuxDiv"/>
   

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


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