source: WAeUP_SRP/trunk/skins/waeup_student/clearance_slip.pt @ 1033

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

some layout modifications

File size: 908 bytes
Line 
1<metal:html tal:define="info context/getStudentInfo">
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4      <span tal:condition="not: info">
5        <metal:block use-macro="here/error_not_found/macros/not_found" />
6      </span>
7      <span tal:condition="info">
8           
9        <h3>Clearance/Eligibility Slip</h3>
10        <br />
11        <span tal:omit-tag=""
12              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
13              layout_mode='view_info',
14              layout_id='student_application_fe')"
15              />       
16        <span tal:omit-tag=""
17              tal:content="structure python: info['clear_doc'].render(proxy=info['clear_doc'],
18              layout_mode='view',
19              layout_id='student_clearance_fe')"
20              />
21      </span>
22    </metal:main>
23  </metal:body>
24</metal:html>
Note: See TracBrowser for help on using the repository browser.