|
|
| version 1.4, 2004/07/26 17:01:29 | version 1.9, 2005/03/05 11:56:32 |
|---|---|
| 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" width="80"> | |
| <a href="?sortField=comment">Comment</a> | |
| </th> | |
| <th align=left bgcolor="#cccccc"> | <th align=left bgcolor="#cccccc"> |
| <a>Download</a> | <a>Download<br><font size="-1"><a tal:attributes="href python:here.absolute_url()+'/helpDownload'" target="help">(help)</a></font></a> |
| </th> | </th> |
| <th align=left bgcolor="#cccccc"> | <th align=left bgcolor="#cccccc"> |
| <a>Downl. and lock</a> | <a>Downl. and lock</a> |
| Line 37 | Line 40 |
| <span tal:replace="lastVersion/versionNumber"/> | <span tal:replace="lastVersion/versionNumber"/> |
| <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/bobobase_modification_time"/> | <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:here.REQUEST['URL1']+'/'+version[0]+'/'+lastVersion.getId()+'/download'">download</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 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> |
| <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td> | <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td> |