Rev | Line | |
---|
[556] | 1 | <metal:html tal:define="info context/getDocumentInfo; |
---|
| 2 | is_manager info/is_manager|nothing;" |
---|
| 3 | > |
---|
| 4 | <metal:body use-macro="here/waeup_content_master/macros/master"> |
---|
| 5 | <metal:block fill-slot="header"> |
---|
| 6 | <a href="" |
---|
| 7 | tal:attributes="href string:${here/academicsParent}"> |
---|
| 8 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
| 9 | Up one level |
---|
| 10 | </a> |
---|
| 11 | <h3 tal:content="here/title_or_id" /> |
---|
| 12 | </metal:block> |
---|
| 13 | <metal:main fill-slot="main"> |
---|
| 14 | <span tal:omit-tag="" |
---|
| 15 | tal:content="structure python: info['doc'].render(layout_mode='view')" /> |
---|
| 16 | |
---|
| 17 | </metal:main> |
---|
| 18 | |
---|
| 19 | <metal:sub fill-slot="sub"/> |
---|
| 20 | </metal:body> |
---|
| 21 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.