source: WAeUP_SRP/trunk/skins/waeup_default/waeup_document_view.pt @ 1107

Last change on this file since 1107 was 913, checked in by Henrik Bettermann, 18 years ago

is_* keys removed from get* functions

  • Property svn:keywords set to Id
File size: 958 bytes
Line 
1<metal:html tal:define="info context/getDocumentInfo;
2                        s_info context/getStudentInfo;
3                        is_so context/isSectionOfficer;"
4            >
5  <metal:body use-macro="here/waeup_content_master/macros/master">
6    <metal:block fill-slot="header">
7      <a href=""
8         tal:attributes="href string:${here/academicsParent}">
9        <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
10        Up one level
11      </a>
12      <h3>
13         <span tal:condition="python:is_so and s_info">
14           <span tal:content="s_info/student/Title" />:
15         </span>
16         <span tal:content="here/title_or_id" />
17      </h3>
18      <br />
19      </metal:block>
20      <metal:main fill-slot="main">
21        <span tal:omit-tag="" 
22              tal:content="structure python: info['doc'].render(layout_mode='view')" />
23     
24      </metal:main>
25   
26    <metal:sub fill-slot="sub"/>
27  </metal:body>
28</metal:html>
Note: See TracBrowser for help on using the repository browser.