Diff for /cdli/zpt/CDLIFileFolderMain.zpt between versions 1.4 and 1.5

version 1.4, 2006/02/15 21:57:39 version 1.5, 2006/02/28 15:17:52
Line 105  selectButton=document.getElementById('se Line 105  selectButton=document.getElementById('se
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a>Upload</a>      <a>Upload</a>
       </th>        </th>
         <th>
          &nbsp;
          </th>
     </tr>      </tr>
     <span tal:omit-tag="" tal:define="sortField python:here.REQUEST.get('sortField','title')" tal:repeat="version versions">      <span tal:omit-tag="" tal:define="sortField python:here.REQUEST.get('sortField','title')" tal:repeat="version versions">
       <tr tal:define="lastVersion python:version[1].getLastVersion()">        <tr tal:define="lastVersion python:version[1].getLastVersion()">
Line 128  selectButton=document.getElementById('se Line 131  selectButton=document.getElementById('se
       <b tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b>&nbsp;<a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/unlock'">unlock</a>        <b tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b>&nbsp;<a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/unlock'">unlock</a>
     </td>      </td>
     <td>      <td>
      <a tal:repeat="collection python:version[1].isContainedInBaskets()" tal:content="collection/title"       <a tal:repeat="collection python:version[1].isContainedInBaskets(context=here)" tal:content="collection/title"
      tal:attributes="href python:collection.getLastVersion().absolute_url()"/>  </td>       tal:attributes="href python:collection.getLastVersion().absolute_url()"/>  </td>
       </tr>        </tr>
     </span>      </span>

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


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