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

version 1.4, 2004/07/27 07:56:21 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:version[1].absolute_url()">download</a></td>      <td><a tal:attributes="href python:version[1].absolute_url()">download</a></td>

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


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