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

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

signatures added
more information for using the admission checking form added

File size: 1.3 KB
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             
22              <br /><br />
23              <table  width=100%>
24              <tr >
25              <td width=50%>Date:</td><td>Date:</td>
26              </tr>
27              </table>
28             
29              <br /><br /><br /><br />
30              <table  width=100% frame="above">
31              <tr >
32              <td width=50%>Student</td><td>Clearance Officer</td>
33              </tr>
34              </table>             
35             
36             
37      </span>
38    </metal:main>
39  </metal:body>
40</metal:html>
Note: See TracBrowser for help on using the repository browser.