Diff for /ECHO_content/vlp/library_template.zpt between versions 1.5 and 1.6

version 1.5, 2004/06/02 18:15:46 version 1.6, 2004/06/02 19:00:55
Line 57 Line 57
 <body onload="dl_init()" tal:define="dummy here/zogilib/storeQuery" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">  <body onload="dl_init()" tal:define="dummy here/zogilib/storeQuery" 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" action="setParams" tal:define="dummy here/zogilib/storeQuery">
    <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>
Line 72 Line 72
 </form>  </form>
   
 <div tal:replace="structure python:here.zogilib.createScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>  <div tal:replace="structure python:here.zogilib.createScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>
 <div tal:replace="structure here/createAuxDiv"/>  <div tal:replace="structure here/zogilib/createAuxDiv"/>
   
 </tal:block> <!-- end fill-slot body-->  </tal:block> <!-- end fill-slot body-->
 </body>  </body>

Removed from v.1.5  
changed lines
  Added in v.1.6


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