|
|
| version 1.1, 2004/03/22 15:46:07 | version 1.3, 2004/07/08 15:55:27 |
|---|---|
| Line 1 | Line 1 |
| <html> | <html> |
| <h2>Versioned File Folder - <span tal:content="here/title"/></h2> | <h2>Versioned File Folder - <span tal:content="here/title"/></h2> |
| <span tal:replace="structure here/header_html"/> | |
| <p><a target="_blank" tal:attributes="href python:here.REQUEST['URL1']+'/acl_users/manage_main'">add a new User</a></p> | <p><a target="_blank" tal:attributes="href python:here.REQUEST['URL1']+'/acl_users/manage_main'">add a new User</a></p> |
| <p><a tal:attributes="href python:here.REQUEST['URL1']+'/addFileForm'">add a new File</a></p> | <p><a tal:attributes="href python:here.REQUEST['URL1']+'/addFileForm'">add a new File</a></p> |
| <table width="100%" border=0 cellspacing=1 cellpadding=2> | <table width="100%" border=0 cellspacing=1 cellpadding=2> |
| Line 37 | Line 38 |
| <td tal:content="lastVersion/bobobase_modification_time"/> | <td tal:content="lastVersion/bobobase_modification_time"/> |
| <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</a></td> | <td><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/'+lastVersion.getId()+'/download'">download</a></td> |
| <td><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="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Upload New Version</a></td> | <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Upload New Version</a></td> |
| <td tal:condition="not:python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></a> <a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/unlock'">unlock</a></td> | <td tal:condition="not:python:lastVersion.lockedBy==''"> |
| <b tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b> <a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/unlock'">unlock</a> | |
| </td> | |
| </tr> | </tr> |
| </span> | </span> |
| </table> | </table> |