Diff for /versionedFile/zpt/versionFileFolderMain.zpt between versions 1.7 and 1.8

version 1.7, 2005/02/24 18:07:41 version 1.8, 2005/03/02 18:21:17
Line 20 Line 20
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a >Last log entry</a>      <a >Last log entry</a>
       </th>        </th>
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc" width="80">
     <a >Comment</a>      <a >Comment</a>
       </th>        </th>
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
Line 43 Line 43
     <td tal:content="lastVersion/getTime"/>      <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:version[1].absolute_url()+'/manageCommentForm'"><small tal:content="python:getattr(version[1],'comment_date','Add')"/></a></td>          <td><a tal:attributes="href python:version[1].absolute_url()+'/manageCommentForm'"><small tal:content="python:getattr(version[1],'comment','Add')"/></a></td>
     <td><a tal:attributes="href python:lastVersion.absolute_url()">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>

Removed from v.1.7  
changed lines
  Added in v.1.8


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