Diff for /cdli/zpt/BasketContainerMain.zpt between versions 1.5 and 1.6

version 1.5, 2006/08/24 09:28:29 version 1.6, 2007/03/22 19:56:22
Line 9 Line 9
   <tal:block tal:define="sortField python:here.REQUEST.get('sortField','date');    <tal:block tal:define="sortField python:here.REQUEST.get('sortField','date');
                         versions python:here.getBaskets(sortField=sortField)">                          versions python:here.getBaskets(sortField=sortField)">
                                                 
   <form id="addBasket" tal:condition="python:len(versions)>0"  action="basketContainer/manageBaskets">    <form id="addBasket" tal:condition="python:len(versions)>0"  action="manageBaskets">
   <p>    <p>
   <input type="submit" name="submit" value="delete" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).    <input type="submit" name="submit" value="delete" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).
   </p>    </p>
     <p>
     <input type="submit" name="submit" value="join" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).
     </p>
      <p>
     <input type="submit" name="submit" value="subtract" class="button"> 
       <select name="basket2">
           <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:version[1].title"/>
       </select>
       from
       <select name="basket1">
           <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:version[1].title"/>
       </select>
     </p>
   <table  width="100%" border=0 cellspacing=1 cellpadding=2 class="filelist">    <table  width="100%" border=0 cellspacing=1 cellpadding=2 class="filelist">
     <tr>      <tr>
           <th align=left bgcolor="#222222">active</th>            <th align=left bgcolor="#222222">active</th>

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


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