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

version 1.1, 2006/02/02 19:19:24 version 1.4, 2006/02/28 15:17:52
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.getId()"/> 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"
Line 51 Line 52
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a>Upload</a>      <a>Upload</a>
       </th>        </th>
         <th>
         C
         </th>
     </tr>      </tr>
                 
   <tal:x repeat="result batch">    <tal:x repeat="result batch">
Line 73 Line 77
     <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>
       <td>
        <a tal:repeat="collection python:version.isContainedInBaskets(context=here)" tal:content="collection/title"
        tal:attributes="href python:collection.getLastVersion().absolute_url()"/>  </td>
    </tr>     </tr>
     </tal:x>      </tal:x>
   </tal:x>    </tal:x>

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


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