source: WAeUP_SRP/trunk/skins/waeup_student/entry_results_anon_slip.pt @ 1446

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

Page templates slimmed down
bug in reserve_accommodation fixed

File size: 1.6 KB
Line 
1<metal:body use-macro="here/main_template/macros/master">
2    <metal:main fill-slot="main"
3                tal:define="pume python:context.portal_pumeresults(jamb_reg_no=request.get('nr'))[0]">
4   
5   
6       <span tal:condition="python:pume['result_type']!='DE'">
7         <h3>PUME Results of <span tal:content="pume/name" /></h3>
8       </span>
9                                   
10       <span tal:condition="python:pume['result_type']=='DE'">
11         <h3>PDE Results of <span tal:content="pume/name" /></h3>
12       </span>         
13
14
15       <br />     
16       
17       <strong  tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin.
18                                                               Please check your admission details!
19                                                               <br /><br /></strong>
20                             
21       <table>
22        <tr>
23          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
24        </tr>
25        <tr>
26          <th>Name:</th><td tal:content="pume/name"></td>
27        </tr>
28        <tr>
29          <th>Sex:</th><td tal:content="pume/sex"></td>
30        </tr>       
31        <tr>
32          <th>Score:</th><td tal:content="pume/score"></td>
33        </tr>
34        <tr>
35          <th>Status:</th><td tal:content="pume/status"></td>
36        </tr>
37        <tr>
38          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
39        </tr>
40        <tr>
41          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
42        </tr>
43      </table>
44     
45    </metal:main>
46</metal:body>
47
Note: See TracBrowser for help on using the repository browser.