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

version 1.8, 2004/06/04 15:13:33 version 1.9, 2004/06/07 18:46:51
Line 54 Line 54
 <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">
   <form method="get" action="setParams">    <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>
      <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>       <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>
      <option tal:attributes="value python:here.zogilib.getSmallerWS()">smaller</option>       <option tal:attributes="value python:here.zogilib.getSmallerWS()">smaller</option>
      <option value="1">1 x</option>       <option value="1">1 x</option>
        <option value="1.5">1.5 x</option>
      <option value="2">2 x</option>       <option value="2">2 x</option>
      <option value="3">3 x</option>       <option value="3">3 x</option>
    </select>     </select>
    <a href="javascript:setMark()">set a mark</a>     <input tal:condition="here/zogilib/isStaticHTML" type="submit"/>   
    <a href="javascript:getRef(1)">get the reference</a>     <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:setMark()">set a mark</a>
    <a tal:attributes="href python:'javascript:openWin(\''+here.zogilib.zogilibPath()+'optionwindow\',\'Viewing Options\',\'width=300,height=250\')'">options</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="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=""/>
 <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>  <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>

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


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