Last change
on this file since 1019 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
|
Rev | Line | |
---|
[966] | 1 | <metal:html tal:define="pume python:context.portal_pumeresults(jamb_reg_no=request.get('nr'))[0]"> |
---|
[779] | 2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 3 | <metal:main fill-slot="main"> |
---|
[966] | 4 | <h3>PUME Results of <span tal:content="pume/name" /></h3> |
---|
| 5 | |
---|
[975] | 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 | |
---|
[966] | 12 | <table> |
---|
| 13 | <tr> |
---|
[968] | 14 | <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> |
---|
[966] | 15 | </tr> |
---|
| 16 | <tr> |
---|
[968] | 17 | <th>Name:</th><td tal:content="pume/name"></td> |
---|
[966] | 18 | </tr> |
---|
| 19 | <tr> |
---|
[968] | 20 | <th>Sex:</th><td tal:content="pume/sex"></td> |
---|
| 21 | </tr> |
---|
| 22 | <tr> |
---|
| 23 | <th>Score:</th><td tal:content="pume/score"></td> |
---|
[966] | 24 | </tr> |
---|
| 25 | <tr> |
---|
[968] | 26 | <th>Status:</th><td tal:content="pume/status"></td> |
---|
[966] | 27 | </tr> |
---|
| 28 | <tr> |
---|
[968] | 29 | <th>Course Requested:</th><td> <span tal:content="pume/course" /></td> |
---|
[966] | 30 | </tr> |
---|
[968] | 31 | <tr> |
---|
| 32 | <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td> |
---|
| 33 | </tr> |
---|
[966] | 34 | </table> |
---|
[975] | 35 | |
---|
| 36 | |
---|
| 37 | |
---|
[779] | 38 | </metal:main> |
---|
| 39 | </metal:body> |
---|
| 40 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.