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

version 1.3, 2004/06/02 18:03:59 version 1.5, 2004/06/02 18:15:46
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <head>    <head>
   
     <title tal:content="here/title">lit25146 a0001</title>      <title tal:content="here/title">lit25146 a0001</title>
     
     <tal:block metal:fill-slot="script">      <tal:block metal:fill-slot="script">
       <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/js_lib_js'" type="text/javascript"></script>        <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/js_lib_js'" type="text/javascript"></script>
       <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/dl_lib_js'" type="text/javascript"></script>        <script tal:attributes="src python:here.REQUEST['URL1']+'/zogilib/dl_lib_js'" type="text/javascript"></script>
Line 56 Line 54
      </tr>       </tr>
       </table>        </table>
   
 <body onload="dl_init()" 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">
Line 73 Line 71
    <a href="javascript:openWin(\''+here.REQUEST['URL1']+'/zogilib/optionwindow\',\'Options\',\'width=300,height=250\')'">options</a>     <a href="javascript:openWin(\''+here.REQUEST['URL1']+'/zogilib/optionwindow\',\'Options\',\'width=300,height=250\')'">options</a>
 </form>  </form>
   
 <div tal:replace="structure python:here.zogilib.generateScalerImg(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/createAuxDiv"/>
   
 </tal:block> <!-- end fill-slot body-->  </tal:block> <!-- end fill-slot body-->

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


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