version 1.14, 2009/08/31 14:06:43
|
version 1.15, 2011/07/21 21:58:50
|
Line 125 Note that any file you download will hav
|
Line 125 Note that any file you download will hav
|
<td tal:content="lastVersion/getTime"/> |
<td tal:content="lastVersion/getTime"/> |
<td tal:content="lastVersion/lastEditor"/> |
<td tal:content="lastVersion/lastEditor"/> |
<td tal:content="lastVersion/getVersionComment"/> |
<td tal:content="lastVersion/getVersionComment"/> |
<td><a tal:attributes="href python:here.getObjUrl(result[0])+'/manageVCommentForm'"><small tal:content="python:lastVersion.getVComment()"/></a></td> |
<td><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+lastVersion.getId()+'/manageVCommentForm'"><small tal:content="python:lastVersion.getVComment()"/></a></td> |
<!-- <td><a tal:attributes="href python:version.absolute_url()+'/manageCommentForm'"><small tal:content="python:version.getComment()"/></a></td>--> |
<!-- <td><a tal:attributes="href python:version.absolute_url()+'/manageCommentForm'"><small tal:content="python:version.getComment()"/></a></td>--> |
<td><a tal:attributes="href python:here.getObjUrl(result[0])">download</a></td> |
<td><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+lastVersion.getId()+'/download'">download</a></td> |
|
|
<td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/downloadLocked'">download and lock</a></td> |
<td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+lastVersion.getId()+'/downloadLocked'">download and lock</a></td> |
<td tal:condition="not:python:version.lockedBy==''"><a>locked</a></td> |
<td tal:condition="not:python:version.lockedBy==''"><a>locked</a></td> |
|
|
<td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+version.title+'/addCDLIFileObjectForm?come_from='+here.URLquote(here.absolute_url())">Upload New Version</a> </td> |
<td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+'/'+lastVersion.getId()+'/addCDLIFileObjectForm?come_from='+here.URLquote(here.absolute_url())">Upload New Version</a> </td> |
<td tal:condition="not:python:version.lockedBy==''"> |
<td tal:condition="not:python:version.lockedBy==''"> |
<b tal:attributes="href python:here.getObjUrl(result[0])+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="version/lockedBy"/></b> |
<b tal:attributes="href python:here.getObjUrl(result[0])+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="version/lockedBy"/></b> |
<a tal:attributes="href python:here.getObjUrl(result[0])+'/unlock'">unlock</a> |
<a tal:attributes="href python:here.getObjUrl(result[0])+'/unlock'">unlock</a> |