source: WAeUP_SRP/trunk/skins/waeup_student/entry_results_view.pt @ 6982

Last change on this file since 6982 was 1123, checked in by Henrik Bettermann, 18 years ago
File size: 2.9 KB
Line 
1<metal:html tal:define="pume options/pume">
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4
5        <span tal:condition="python:pume['result_type']!='DE'">       
6        <div style="text-align: right">
7        <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}"
8            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')">
9            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
10            PUME Result Slip
11        </a>
12        </div>
13          <h3>PUME Results of <span tal:content="pume/name" /></h3>
14        </span>       
15                     
16        <span tal:condition="python:pume['result_type']=='DE'">
17        <div style="text-align: right">
18        <a href="" target="slip" tal:attributes="href string:entry_results_anon_slip?nr=${pume/jamb_reg_no}"
19            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')">
20            <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" />
21            PDE Result Slip
22        </a>
23        </div>         
24          <h3>PDE Results of <span tal:content="pume/name" /></h3>
25        </span>     
26       
27       <br />             
28       
29       <strong  tal:condition="python:pume.status=='Admitted'">You have been provisionally admitted into University of Benin.
30                                                               Please check your admission details!
31                                                               <br /><br /></strong>             
32       <strong  tal:condition="python:pume.status=='Not Admitted'">Sorry, you have not been admitted.
33                                                                   Do not check admission details! There are no more data available.
34                                                               <br /><br /></strong>                                                   
35                     
36       <table>
37        <tr>
38          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
39        </tr>
40        <tr>
41          <th>Name:</th><td tal:content="pume/name"></td>
42        </tr>
43        <tr>
44          <th>Sex:</th><td tal:content="pume/sex"></td>
45        </tr>       
46        <tr>
47          <th>Score:</th><td tal:content="pume/score"></td>
48        </tr>
49        <tr>
50          <th>Status:</th><td tal:content="pume/status"></td>
51        </tr>
52        <tr>
53          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
54        </tr>
55        <tr>
56          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
57        </tr>
58      </table>
59    </metal:main>
60  </metal:body>
61</metal:html>
Note: See TracBrowser for help on using the repository browser.