[966] | 1 | <metal:html tal:define="pume options/pume"> |
---|
[779] | 2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 3 | <metal:main fill-slot="main"> |
---|
| 4 | <div style="text-align: right"> |
---|
[966] | 5 | <a href="" target="slip" tal:attributes="href string:pume_anon_slip?nr=${pume/jamb_reg_no}" |
---|
[779] | 6 | onclick="javascript:window.open('','slip','width=600, height=700, directories=no, toolbar=no, location=no, menubar=yes, scrollbars=yes, status=no, resizable=no, dependent=no')"> |
---|
| 7 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 8 | PUME Result Slip |
---|
| 9 | </a> |
---|
| 10 | </div> |
---|
| 11 | |
---|
[966] | 12 | <h3>PUME Results of <span tal:content="pume/name" /></h3> |
---|
[826] | 13 | |
---|
[975] | 14 | <br /> |
---|
| 15 | |
---|
| 16 | <strong tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin. |
---|
| 17 | Please check your admission details! |
---|
[991] | 18 | <br /><br /></strong> |
---|
| 19 | <strong tal:condition="python:pume.status=='Not Admitted'">Sorry, you have not been admitted. |
---|
| 20 | Do not check admission details! There are no more data available. |
---|
| 21 | <br /><br /></strong> |
---|
[975] | 22 | |
---|
[966] | 23 | <table> |
---|
| 24 | <tr> |
---|
[968] | 25 | <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> |
---|
[966] | 26 | </tr> |
---|
| 27 | <tr> |
---|
[968] | 28 | <th>Name:</th><td tal:content="pume/name"></td> |
---|
[966] | 29 | </tr> |
---|
| 30 | <tr> |
---|
[968] | 31 | <th>Sex:</th><td tal:content="pume/sex"></td> |
---|
| 32 | </tr> |
---|
| 33 | <tr> |
---|
| 34 | <th>Score:</th><td tal:content="pume/score"></td> |
---|
[966] | 35 | </tr> |
---|
| 36 | <tr> |
---|
[968] | 37 | <th>Status:</th><td tal:content="pume/status"></td> |
---|
[966] | 38 | </tr> |
---|
| 39 | <tr> |
---|
[968] | 40 | <th>Course Requested:</th><td> <span tal:content="pume/course" /></td> |
---|
[966] | 41 | </tr> |
---|
[968] | 42 | <tr> |
---|
| 43 | <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td> |
---|
| 44 | </tr> |
---|
[966] | 45 | </table> |
---|
[779] | 46 | </metal:main> |
---|
| 47 | </metal:body> |
---|
| 48 | </metal:html> |
---|