|
|
| version 1.8, 2005/03/02 18:21:17 | version 1.10, 2005/03/21 08:12:46 |
|---|---|
| Line 21 | Line 21 |
| <a >Last log entry</a> | <a >Last log entry</a> |
| </th> | </th> |
| <th align=left bgcolor="#cccccc" width="80"> | <th align=left bgcolor="#cccccc" width="80"> |
| <a >Comment</a> | <a href="?sortField=comment">Comment</a> |
| </th> | </th> |
| <th align=left bgcolor="#cccccc"> | <th align=left bgcolor="#cccccc"> |
| <a>Download<br><font size="-1"><a tal:attributes="href python:here.absolute_url()+'/helpDownload'" target="help">(help)</a></font></a> | <a>Download<br><font size="-1"><a tal:attributes="href python:here.absolute_url()+'/helpDownload'" target="help">(help)</a></font></a> |
| 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','Add')"/></a></td> | <td><a tal:attributes="href python:lastVersion.absolute_url()+'/manageVCommentForm'"><small tal:content="python:lastVersion.getVComment()"/></a></td> |
| <!--<td><a tal:attributes="href python:version[1].absolute_url()+'/manageCommentForm'"><small tal:content="python:version[1].getComment()"/></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> |