|
|
| version 1.10, 2005/03/21 08:12:46 | version 1.11, 2005/08/15 09:48:35 |
|---|---|
| Line 37 | Line 37 |
| <tr tal:define="lastVersion python:version[1].getLastVersion()"> | <tr tal:define="lastVersion python:version[1].getLastVersion()"> |
| <td tal:content="python:version[1].title"/> | <td tal:content="python:version[1].title"/> |
| <td> | <td> |
| <span tal:replace="lastVersion/versionNumber"/> | <span tal:replace="lastVersion/getVersionNumber"/> |
| <font size="-1"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></font> | <font size="-1"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></font> |
| </td> | </td> |
| <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/getVersionComment"/> |
| <td><a tal:attributes="href python:lastVersion.absolute_url()+'/manageVCommentForm'"><small tal:content="python:lastVersion.getVComment()"/></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: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> |