Last change
on this file since 1068 was
975,
checked in by Henrik Bettermann, 18 years ago
|
slips changed according to Kehinde's email
passport picture no more editable by student
|
-
Property svn:keywords set to
Id
|
File size:
1.4 KB
|
Line | |
---|
1 | <metal:html tal:define="pume python:context.portal_pumeresults(jamb_reg_no=request.get('nr'))[0]"> |
---|
2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
3 | <metal:main fill-slot="main"> |
---|
4 | <h3>PUME Results of <span tal:content="pume/name" /></h3> |
---|
5 | |
---|
6 | <br /> |
---|
7 | |
---|
8 | <strong tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin. |
---|
9 | Please check your admission details! |
---|
10 | <br /><br /></strong> |
---|
11 | |
---|
12 | <table> |
---|
13 | <tr> |
---|
14 | <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> |
---|
15 | </tr> |
---|
16 | <tr> |
---|
17 | <th>Name:</th><td tal:content="pume/name"></td> |
---|
18 | </tr> |
---|
19 | <tr> |
---|
20 | <th>Sex:</th><td tal:content="pume/sex"></td> |
---|
21 | </tr> |
---|
22 | <tr> |
---|
23 | <th>Score:</th><td tal:content="pume/score"></td> |
---|
24 | </tr> |
---|
25 | <tr> |
---|
26 | <th>Status:</th><td tal:content="pume/status"></td> |
---|
27 | </tr> |
---|
28 | <tr> |
---|
29 | <th>Course Requested:</th><td> <span tal:content="pume/course" /></td> |
---|
30 | </tr> |
---|
31 | <tr> |
---|
32 | <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td> |
---|
33 | </tr> |
---|
34 | </table> |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | </metal:main> |
---|
39 | </metal:body> |
---|
40 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.