source: WAeUP_SRP/trunk/skins/waeup_student/personal_view.pt @ 3702

Last change on this file since 3702 was 1783, checked in by Henrik Bettermann, 17 years ago
  • assertViewable removed and page templates adjusted, so that no traceback occurs.
  • 'Previous Session' action added
  • waeup_content_master.pt removed
  • and more
File size: 791 bytes
Line 
1<metal:body use-macro="here/main_template/macros/master">
2    <metal:main fill-slot="main"
3                tal:define="info context/getPersonalInfo">
4      <span tal:condition="not: info">
5        <span tal:content="here/illegal_view" />
6      </span>
7      <span tal:condition="info">
8        <a href=""
9           tal:attributes="href string:${here/academicsParent}">
10          <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
11          Up one level
12        </a>           
13        <h3>My Personal Record</h3>
14        <br />
15        <span tal:omit-tag=""
16              tal:content="structure python: info['per_doc'].render(
17              layout_mode='view',
18              layout_id='student_personal_fe')"
19              />
20      </span>
21    </metal:main>
22</metal:body>
Note: See TracBrowser for help on using the repository browser.