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

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

made login after createReturningStudent work
session_result_view is not yet ready

File size: 867 bytes
Line 
1<metal:html tal:define="info context/getPersonalInfo">
2  <span tal:condition="not: info">
3    <span tal:content="here/illegal_view" />
4  </span>
5  <metal:block tal:condition="info">
6  <metal:body use-macro="here/waeup_content_master/macros/master">
7    <metal:main fill-slot="main">
8      <span tal:condition="not: info">
9        <metal:block use-macro="here/error_not_found/macros/not_found" />
10      </span>
11      <span tal:condition="info"
12            tal:define="review_state info/review_state">
13           
14
15        <h3>My Personal Record</h3>
16        <br />
17        <span tal:omit-tag=""
18              tal:content="structure python: info['per_doc'].render(proxy=info['per_doc'],
19              layout_mode='view',
20              layout_id='student_personal_fe')"
21              />
22      </span>
23    </metal:main>
24  </metal:body>
25  </metal:block>
26</metal:html>
Note: See TracBrowser for help on using the repository browser.