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

version 1.9, 2004/06/07 18:46:51 version 1.10, 2004/07/14 13:33:31
Line 53 Line 53
   
 <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" tal:define="dummy python:here.REQUEST.form.setdefault('pn',here.REQUEST.get('pn'))">
     <!--<span tal:replace="structure here/REQUEST"/>-->
   <form method="get" tal:attributes="action python:here.zogilib.zogilibPath()+'setDLParams'">    <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>

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


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