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

version 1.2, 2004/05/28 15:43:35 version 1.3, 2004/06/02 18:03:59
Line 4 Line 4
     <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/navigation_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/option_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 python:here.zogilib.generateTopJavaScript()"></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 21 Line 22
         }          }
         // -->          // -->
       </script>        </script>
   
   
        
     </tal:block>      </tal:block>
    </head>     </head>
   
Line 58 Line 56
      </tr>       </tr>
       </table>        </table>
   
 <body onload="init()" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">  <body onload="dl_init()" 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 onchange="setDLParam(event)" method="get" action="setParam">    <form method="get" action="setParams">
    <select 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.biggerWS()">bigger</option>       <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>
      <option tal:attributes="value python:here.zogilib.smallerWS()">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="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:mark()">set a mark</a>     <a href="javascript:setMark()">set a mark</a>
    <a href="javascript:ref(1)">get the reference</a>     <a href="javascript:getRef(1)">get the reference</a>
    <a href="javascript:wd=window.open('zogilib/options','Options','width=300,height=250');void('');wd.focus();">options</a>     <a href="javascript:openWin(\''+here.REQUEST['URL1']+'/zogilib/optionwindow\',\'Options\',\'width=300,height=250\')'">options</a>
 </form>  </form>
   
 <div id="scaler" tal:content="structure python:here.zogilib.generateScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>  <div tal:replace="structure python:here.zogilib.generateScalerImg(here.REQUEST.QUERY_STRING+'&fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)"/>
 <span tal:replace="structure here/zogilib/generateDivs"/>  <div tal:replace="structure here/createAuxDiv"/>
   
   
   
   
   
 </tal:block> <!-- end fill-slot body-->  </tal:block> <!-- end fill-slot body-->
 </body>  </body>

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


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