Diff for /ECHO_content/vlp/library_template.zpt between versions 1.7 and 1.8

version 1.7, 2004/06/02 21:54:42 version 1.8, 2004/06/04 15:13:33
Line 65 Line 65
    </select>     </select>
    <a href="javascript:setMark()">set a mark</a>     <a href="javascript:setMark()">set a mark</a>
    <a href="javascript:getRef(1)">get the reference</a>     <a href="javascript:getRef(1)">get the reference</a>
    <a tal:attributes="href python:'javascript:openWin(\''+here.REQUEST['URL1']+'/zogilib/optionwindow\',\'Options\',\'width=300,height=250\')'">options</a>     <a tal:attributes="href python:'javascript:openWin(\''+here.zogilib.zogilibPath()+'optionwindow\',\'Viewing Options\',\'width=300,height=250\')'">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('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" tal:omit-tag=""/>
 <div tal:replace="structure python:here.zogilib.createScalerImg(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"/>
   
 </tal:block> <!-- end fill-slot body-->  </tal:block> <!-- end fill-slot body-->

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


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