Diff for /ECHO_content/vlp/library_template.zpt between versions 1.10 and 1.11

version 1.10, 2004/07/14 13:33:31 version 1.11, 2004/07/22 18:57:07
Line 68 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('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" tal:omit-tag=""/>

Removed from v.1.10  
changed lines
  Added in v.1.11


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