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

version 1.4, 2004/07/26 17:01:29 version 1.5, 2004/07/27 07:56:21
Line 21 Line 21
     <a >Last log entry</a>      <a >Last log entry</a>
       </th>        </th>
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a>Download</a>      <a>Download<br><font size="-1"><a tal:attributes="href python:here.absolute_url()+'/helpDownload'" target="help">(help)</a></font></a>
       </th>        </th>
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a>Downl. and lock</a>      <a>Downl. and lock</a>
Line 40 Line 40
     <td tal:content="lastVersion/bobobase_modification_time"/>      <td tal:content="lastVersion/bobobase_modification_time"/>
     <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:here.REQUEST['URL1']+'/'+version[0]+'/'+lastVersion.getId()+'/download'">download</a></td>      <td><a tal:attributes="href python:lastVersion.absolute_url()">download</a></td>
           
     <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td>

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


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