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

version 1.3, 2004/06/02 18:03:59 version 1.8, 2004/06/04 15:13:33
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 type="text/javascript" tal:replace="structure here/zogilib/createHeadJS"></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/option_js'" type="text/javascript"></script>  
       <script type="text/javascript" tal:content="structure here/zogilib/createParamJS"></script>  
       <script language="javascript" type="text/javascript">        <script language="javascript" type="text/javascript">
     <!--      <!--
         function formgo(box)          function formgo(box)
Line 34 Line 29
     <!-- page navigation -->      <!-- page navigation -->
     <p><br><br><br>      <p><br><br><br>
       <form>        <form>
         <select size="1" onChange="formgo(this)" style="background-color:#d7d7cc">          <select size="1" onchange="formgo(this)" style="background-color:#d7d7cc">
           <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">            <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">
         <option tal:condition="python:here.REQUEST.get('pn')==page[0]" selected tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>          <option tal:condition="python:here.REQUEST.get('pn')==page[0]" selected tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>
         <option tal:condition="not:python:here.REQUEST.get('pn')==page[0]" tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>          <option tal:condition="not:python:here.REQUEST.get('pn')==page[0]" tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>
Line 56 Line 51
      </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 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" action="setParams">
Line 70 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 href="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:replace="structure python:here.zogilib.generateScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>  <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>
 <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.3  
changed lines
  Added in v.1.8


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