Diff for /cdli/zpt/BasketVersionMain.zpt between versions 1.2 and 1.3

version 1.2, 2006/02/13 20:35:35 version 1.3, 2006/02/17 12:10:39
Line 7 Line 7
                     previous python:batch.previous;                      previous python:batch.previous;
                     next python:batch.next">                      next python:batch.next">
   
       <h2>Basket: <span tal:replace="python:here.aq_parent.title"/></h2>
   <h2>CDLI File Storage</h2>    <p>contains <span tal:replace="here/numberOfItems"/> items
   <p>Basket: <span tal:replace="python:here.aq_parent.title"/> contains <span tal:replace="here/numberOfItems"/> items</p>    <a tal:attributes="href python:here.aq_parent.absolute_url()+'/history'">View history</a>
     </p>
   <p><a tal:attributes="href python:here.getId()+'/downloadObjectsAsOneFile'"> download basket (combined in one file)</a>    <p><a tal:attributes="href python:here.getId()+'/downloadObjectsAsOneFile'"> download basket (combined in one file)</a>
  <p><a tal:attributes="href python:here.getId()+'/downloadObjectsAsOneFile?lock=yes'"> download basket and lock (combined in one file)</a>   <p><a tal:attributes="href python:here.getId()+'/downloadObjectsAsOneFile?lock=yes'"> download basket and lock all files(combined in one file)</a>
     
   <p>    <p>
     <a tal:condition="previous"      <a tal:condition="previous"

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


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