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

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

bugs fixed after testing (please check!)

  • Property svn:keywords set to Id
File size: 944 bytes
RevLine 
[739]1<metal:html tal:define="info context/getDocumentInfo;
[1162]2                        s_name context/getStudentName;
[913]3                        is_so context/isSectionOfficer;"
[739]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>
[1162]13         <span tal:condition="python:is_so and s_name">
[1161]14           <span tal:content="s_name" />:
[739]15         </span>
16         <span tal:content="here/title_or_id" />
17      </h3>
[772]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')" />
[739]23     
[772]24      </metal:main>
[739]25   
26    <metal:sub fill-slot="sub"/>
27  </metal:body>
28</metal:html>
Note: See TracBrowser for help on using the repository browser.