Diff for /cdli/zpt/viewCDLIFile.zpt between versions 1.6 and 1.8

version 1.6, 2006/08/24 09:28:29 version 1.8, 2006/10/05 06:38:13
Line 46 Line 46
         <tal:block tal:condition="not:python:here.lockedBy==''">          <tal:block tal:condition="not:python:here.lockedBy==''">
             <b tal:attributes="href python:here.REQUEST['URL1']+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="here/lockedBy"/></b>&nbsp;&nbsp;&nbsp;&nbsp;<a tal:attributes="href python:here.REQUEST['URL2']+'/unlock'">unlock</a>              <b tal:attributes="href python:here.REQUEST['URL1']+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="here/lockedBy"/></b>&nbsp;&nbsp;&nbsp;&nbsp;<a tal:attributes="href python:here.REQUEST['URL2']+'/unlock'">unlock</a>
         </tal:block>          </tal:block>
         <pre class="atf_file" tal:content="here/data"/>          <pre class="atf_file" tal:content="here/getData"/>
     </tal:block>      </tal:block>
  </html>   </html>
   

Removed from v.1.6  
changed lines
  Added in v.1.8


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