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

Last change on this file since 1186 was 1186, checked in by joachim, 18 years ago

optimized personal_view

File size: 831 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        <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>
23  </metal:block>
24</metal:html>
Note: See TracBrowser for help on using the repository browser.