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

Last change on this file since 2162 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
RevLine 
[1783]1<metal:body use-macro="here/main_template/macros/master">
[1292]2    <metal:main fill-slot="main"
3                tal:define="info context/getPersonalInfo">
[1167]4      <span tal:condition="not: info">
[1783]5        <span tal:content="here/illegal_view" />
[1167]6      </span>
[1783]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>           
[1167]13        <h3>My Personal Record</h3>
14        <br />
15        <span tal:omit-tag=""
[1186]16              tal:content="structure python: info['per_doc'].render(
[1167]17              layout_mode='view',
18              layout_id='student_personal_fe')"
19              />
20      </span>
21    </metal:main>
[1292]22</metal:body>
Note: See TracBrowser for help on using the repository browser.