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

version 1.5, 2004/10/19 14:35:07 version 1.6, 2005/03/21 08:12:46
Line 1 Line 1
 <html>  <html>
   <h2>Versioned File - <span tal:content="here/title"/></h2>    <h2>Versioned File - <span tal:content="here/title"/></h2>
       <table>
   <p><a tal:attributes="href python:here.REQUEST['URL2']">Back to the Folder</a></p>      <tr>
   <p><a target="_blank" tal:attributes="href python:here.REQUEST['URL2']+'/acl_users/manage_main'">add a new User</a></p>        <td>
       <a tal:attributes="href python:here.REQUEST['URL2']">Back to the Folder</a><br>
       <a target="_blank" tal:attributes="href python:here.REQUEST['URL2']+'/acl_users/manage_main'">add a new User</a><br><br>
   <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>      <font size="+1" 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></font>
 <h3 tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/addVersionedFileObjectForm'">Upload New Version</a></h3>      <font size="+1" tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/addVersionedFileObjectForm'">Upload New Version</a></font>
        </td>
       </tr>
     </table>
 <h4><em>Download and lock</em> will lock the whole file not only the version!</h4>  <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>
Line 23 Line 26
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a href="">Log entry</a>      <a href="">Log entry</a>
       </th>        </th>
         <th align=left bgcolor="#cccccc" width="80">
       <a href="?sortField=comment">Comment</a>
         </th>
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a href="">Download</a>      <a href="">Download</a>
       </th>        </th>
Line 36 Line 42
     <td tal:content="python:version[1].getTime()"/>      <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()+'/manageVCommentForm'"><small tal:content="python:version[1].getVComment()"/></a></td>
     <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>
     <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="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>      <td tal:condition="not:python:here.lockedBy==''"><a>locked</a></td>

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


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