source: WAeUP_SRP/trunk/skins/waeup_academics/academics_document_view.pt @ 686

Last change on this file since 686 was 556, checked in by joachim, 18 years ago

new views for academic data,

File size: 714 bytes
Line 
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.