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

version 1.1, 2006/02/02 19:19:24 version 1.2, 2006/02/13 20:35:35
Line 9 Line 9
   
       
   <h2>CDLI File Storage</h2>    <h2>CDLI File Storage</h2>
   <p>Basket: <span tal:replace="python:here.getId()"/> contains <span tal:replace="here/numberOfItems"/> items</p>    <p>Basket: <span tal:replace="python:here.aq_parent.title"/> contains <span tal:replace="here/numberOfItems"/> items</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 (combined in one file)</a>
     
Line 73 Line 73
     <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result)+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result)+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:version.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:version.lockedBy==''"><a>locked</a></td>
           
     <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result)+'/'+version.title+'/addVersionedFileObjectForm'">Upload New Version</a></td>      <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result)+'/'+version.title+'/addCDLIFileObjectForm'">Upload New Version</a></td>
     <td tal:condition="not:python:version.lockedBy==''">      <td tal:condition="not:python:version.lockedBy==''">
       <b tal:attributes="href python:here.getObjUrl(result)+'/addVersionedFileObjectForm'">Locked by: <span tal:replace="version/lockedBy"/></b>&nbsp;        <b tal:attributes="href python:here.getObjUrl(result)+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="version/lockedBy"/></b>&nbsp;
       <a tal:attributes="href python:here.getObjUrl(result)+'/unlock'">unlock</a>        <a tal:attributes="href python:here.getObjUrl(result)+'/unlock'">unlock</a>
     </td>      </td>
    </tr>     </tr>

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


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