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

version 1.7, 2006/10/04 07:18:23 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.7  
changed lines
  Added in v.1.8


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