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

Last change on this file since 4043 was 3727, checked in by Henrik Bettermann, 16 years ago
  • more customizations for OIS
  • fetch all student object titles from getStudentObjectTitles.py
File size: 886 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                            titles here/getStudentObjectTitles;">
5      <span tal:condition="not: info">
6        <span tal:content="here/illegal_view" />
7      </span>
8      <span tal:condition="info">
9        <a href=""
10           tal:attributes="href string:${here/academicsParent}">
11          <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
12          Up one level
13        </a>           
14        <h3>My <span tal:content="titles/StudentPersonal" /></h3>
15        <br />
16        <span tal:omit-tag=""
17              tal:content="structure python: info['per_doc'].render(
18              layout_mode='view',
19              layout_id='student_personal_fe')"
20              />
21      </span>
22    </metal:main>
23</metal:body>
Note: See TracBrowser for help on using the repository browser.