Diff for /cdli/zpt/BasketContainerMain.zpt between versions 1.7 and 1.8

version 1.7, 2007/03/23 13:58:11 version 1.8, 2009/08/31 14:06:43
Line 20 Line 20
    <p>     <p>
   <input type="submit" name="submit" value="subtract" class="button">     <input type="submit" name="submit" value="subtract" class="button"> 
     <select name="basket2">      <select name="basket2">
         <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:version[1].title"/>          <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:here.unicodify(version[1].title)"/>
     </select>      </select>
     from      from
     <select name="basket1">      <select name="basket1">
         <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:version[1].title"/>          <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:here.unicodify(version[1].title)"/>
     </select>      </select>
     and store in <input type="text" name="subtractBasket">       and store in <input type="text" name="subtractBasket"> 
   </p>    </p>
Line 79 Line 79
   
     <td tal:attributes="class python: active">      <td tal:attributes="class python: active">
     <input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids">      <input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids">
     <a tal:content="python:version[1].title" tal:attributes="href python:lastVersion.absolute_url()"/></td>      <a tal:content="python:here.unicodify(version[1].title)" tal:attributes="href python:lastVersion.absolute_url()"/></td>
     <td tal:attributes="class python: active">      <td tal:attributes="class python: active">
     <nobr><span tal:replace="lastVersion/getId"/>      <nobr><span tal:replace="lastVersion/getId"/>
     <a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></nobr>      <a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></nobr>

Removed from v.1.7  
changed lines
  Added in v.1.8


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