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

version 1.2, 2004/07/08 15:15:06 version 1.3, 2004/07/08 15:55:27
Line 5 Line 5
   <p><a target="_blank" tal:attributes="href python:here.REQUEST['URL2']+'/acl_users/manage_main'">add a new User</a></p>    <p><a target="_blank" tal:attributes="href python:here.REQUEST['URL2']+'/acl_users/manage_main'">add a new User</a></p>
   
   
   <h3 tal:condition="not:python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/addVersionedFileObjectForm'">No upload possible: File is locked by <span tal:replace="python:here.lockedBy"/></a>&nbsp;<a tal:attributes="href python:here.REQUEST['URL1']+'/unlock'">unlock</a></h3>    <h3 tal:condition="not:python:here.lockedBy==''"><a>No upload possible: File is locked by <span tal:replace="python:here.lockedBy"/></a>&nbsp;<a tal:attributes="href python:here.REQUEST['URL1']+'/unlock'">unlock</a></h3>
 <h3 tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/addVersionedFileObjectForm'">Upload New Version</a></h3>  <h3 tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/addVersionedFileObjectForm'">Upload New Version</a></h3>
   <h4><em>Download and lock</em> will lock the whole file not only the version!</h4>
   <table  width="100%" border=0 cellspacing=1 cellpadding=2>    <table  width="100%" border=0 cellspacing=1 cellpadding=2>
     <tr>      <tr>
       <th align=left bgcolor="#88ff88">File</th>        <th align=left bgcolor="#88ff88">File</th>
Line 36 Line 36
     <td tal:content="python:version[1].bobobase_modification_time()"/>      <td tal:content="python:version[1].bobobase_modification_time()"/>
     <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</a></td>      <td><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/download'">download</a></td>
     <td><a tal:attributes="href python:here.REQUEST['URL1']+'/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>
           
       </tr>        </tr>
    </table>     </table>

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


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