Last change
on this file since 17936 was
1805,
checked in by Henrik Bettermann, 17 years ago
|
preparations for viewing CEST results
|
File size:
1.8 KB
|
Line | |
---|
1 | <metal:body use-macro="here/slip_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'] not in ('DE','CEST')"> |
---|
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 | <span tal:condition="python:pume['result_type']=='CEST'"> |
---|
15 | <h3>CEST Results of <span tal:content="pume/name" /></h3> |
---|
16 | </span> |
---|
17 | |
---|
18 | <br /> |
---|
19 | |
---|
20 | <strong tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin. |
---|
21 | Please check your admission details! |
---|
22 | <br /><br /></strong> |
---|
23 | |
---|
24 | <table> |
---|
25 | <tr> |
---|
26 | <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> |
---|
27 | </tr> |
---|
28 | <tr> |
---|
29 | <th>Name:</th><td tal:content="pume/name"></td> |
---|
30 | </tr> |
---|
31 | <tr> |
---|
32 | <th>Sex:</th><td tal:content="pume/sex"></td> |
---|
33 | </tr> |
---|
34 | <tr> |
---|
35 | <th>Score:</th><td tal:content="pume/score"></td> |
---|
36 | </tr> |
---|
37 | <tr> |
---|
38 | <th>Status:</th><td tal:content="pume/status"></td> |
---|
39 | </tr> |
---|
40 | <tr> |
---|
41 | <th>Course Requested:</th><td> <span tal:content="pume/course" /></td> |
---|
42 | </tr> |
---|
43 | <tr> |
---|
44 | <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td> |
---|
45 | </tr> |
---|
46 | </table> |
---|
47 | |
---|
48 | </metal:main> |
---|
49 | </metal:body> |
---|
50 | |
---|
Note: See
TracBrowser for help on using the repository browser.