Diff for /cdli/zpt/basketObject_index_html.zpt between versions 1.3 and 1.4

version 1.3, 2005/12/08 17:11:31 version 1.4, 2006/02/28 15:17:51
Line 51 Line 51
       <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 76 Line 79
       <b tal:attributes="href python:here.getObjUrl(version.getId())+'/addVersionedFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b>&nbsp;        <b tal:attributes="href python:here.getObjUrl(version.getId())+'/addVersionedFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b>&nbsp;
       <a tal:attributes="href python:here.getObjUrl(version.getId())+'/unlock'">unlock</a>        <a tal:attributes="href python:here.getObjUrl(version.getId())+'/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>

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


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