Diff for /versionedFile/zpt/versionFileFolderMain.zpt between versions 1.5 and 1.6

version 1.5, 2004/07/27 07:56:21 version 1.6, 2004/10/19 14:35:07
Line 37 Line 37
     <span tal:replace="lastVersion/versionNumber"/>      <span tal:replace="lastVersion/versionNumber"/>
     <font size="-1"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></font>      <font size="-1"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></font>
     </td>      </td>
     <td tal:content="lastVersion/bobobase_modification_time"/>      <td tal:content="lastVersion/getTime"/>
     <td tal:content="lastVersion/lastEditor"/>      <td tal:content="lastVersion/lastEditor"/>
     <td tal:content="lastVersion/versionComment"/>      <td tal:content="lastVersion/versionComment"/>
     <td><a tal:attributes="href python:lastVersion.absolute_url()">download</a></td>      <td><a tal:attributes="href python:lastVersion.absolute_url()">download</a></td>

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


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