Diff for /versionedFile/zpt/versionHistory.zpt between versions 1.3 and 1.5

version 1.3, 2004/07/08 15:55:27 version 1.5, 2004/10/19 14:35:07
Line 33 Line 33
     <tr tal:repeat="version python:here.getVersions()">      <tr tal:repeat="version python:here.getVersions()">
     <td tal:content="python:version[1].title"/>      <td tal:content="python:version[1].title"/>
     <td tal:content="python:version[1].versionNumber"/>      <td tal:content="python:version[1].versionNumber"/>
     <td tal:content="python:version[1].bobobase_modification_time()"/>      <td tal:content="python:version[1].getTime()"/>
     <td tal:content="python:version[1].lastEditor()"/>      <td tal:content="python:version[1].lastEditor()"/>
     <td tal:content="python:version[1].versionComment"/>      <td tal:content="python:version[1].versionComment"/>
     <td><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/download'">download</a></td>      <td><a tal:attributes="href python:version[1].absolute_url()">download</a></td>
     <td tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:here.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:here.lockedBy==''"><a>locked</a></td>
           

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


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