[1292] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 2 | <metal:main fill-slot="main" |
---|
| 3 | tal:define="pume options/pume; |
---|
| 4 | result_type pume/result_type"> |
---|
[1123] | 5 | |
---|
[1805] | 6 | |
---|
| 7 | <span tal:condition="python:result_type not in ('DE','CEST')"> |
---|
[1123] | 8 | <div style="text-align: right"> |
---|
| 9 | <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}" |
---|
| 10 | 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')"> |
---|
| 11 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 12 | PUME Result Slip |
---|
| 13 | </a> |
---|
| 14 | </div> |
---|
| 15 | <h3>PUME Results of <span tal:content="pume/name" /></h3> |
---|
| 16 | </span> |
---|
| 17 | |
---|
[1805] | 18 | |
---|
[1169] | 19 | <span tal:condition="python:result_type == 'DE'"> |
---|
[1123] | 20 | <div style="text-align: right"> |
---|
| 21 | <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}" |
---|
| 22 | 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')"> |
---|
| 23 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 24 | PDE Result Slip |
---|
| 25 | </a> |
---|
| 26 | </div> |
---|
| 27 | <h3>PDE Results of <span tal:content="pume/name" /></h3> |
---|
| 28 | </span> |
---|
| 29 | |
---|
[1805] | 30 | <span tal:condition="python:result_type == 'CEST'"> |
---|
| 31 | <div style="text-align: right"> |
---|
| 32 | <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}" |
---|
| 33 | 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')"> |
---|
| 34 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
[1807] | 35 | CEST Result Slip |
---|
[1805] | 36 | </a> |
---|
| 37 | </div> |
---|
| 38 | <h3>CEST Results of <span tal:content="pume/name" /></h3> |
---|
| 39 | </span> |
---|
| 40 | |
---|
[1123] | 41 | <br /> |
---|
| 42 | |
---|
| 43 | <strong tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin. |
---|
| 44 | Please check your admission details! |
---|
| 45 | <br /><br /></strong> |
---|
| 46 | <strong tal:condition="python:pume.status=='Not Admitted'">Sorry, you have not been admitted. |
---|
| 47 | Do not check admission details! There are no more data available. |
---|
| 48 | <br /><br /></strong> |
---|
| 49 | |
---|
| 50 | <table> |
---|
| 51 | <tr> |
---|
[1805] | 52 | <th>Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> |
---|
[1123] | 53 | </tr> |
---|
| 54 | <tr> |
---|
| 55 | <th>Name:</th><td tal:content="pume/name"></td> |
---|
| 56 | </tr> |
---|
| 57 | <tr> |
---|
| 58 | <th>Sex:</th><td tal:content="pume/sex"></td> |
---|
| 59 | </tr> |
---|
| 60 | <tr> |
---|
| 61 | <th>Score:</th><td tal:content="pume/score"></td> |
---|
| 62 | </tr> |
---|
| 63 | <tr> |
---|
| 64 | <th>Status:</th><td tal:content="pume/status"></td> |
---|
| 65 | </tr> |
---|
| 66 | <tr> |
---|
| 67 | <th>Course Requested:</th><td> <span tal:content="pume/course" /></td> |
---|
| 68 | </tr> |
---|
| 69 | <tr> |
---|
| 70 | <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td> |
---|
| 71 | </tr> |
---|
| 72 | </table> |
---|
| 73 | </metal:main> |
---|
[1292] | 74 | </metal:body> |
---|
| 75 | |
---|