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

version 1.2, 2006/02/02 19:19:24 version 1.3, 2006/02/13 20:35:35
Line 108  selectButton=document.getElementById('se Line 108  selectButton=document.getElementById('se
     <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td>
           
     <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Upload New Version</a></td>      <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addCDLIFileObjectForm'">Upload New Version</a></td>
     <td tal:condition="not:python:lastVersion.lockedBy==''">      <td tal:condition="not:python:lastVersion.lockedBy==''">
       <b tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">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>
        <a tal:repeat="collection python:version[1].isContainedInBaskets()" tal:content="collection/title"
        tal:attributes="href python:collection.getLastVersion().absolute_url()"/>  </td>
       </tr>        </tr>
     </span>      </span>
    </table>     </table>

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


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