source: WAeUP_SRP/trunk/skins/waeup_student/pume_anon_view.pt @ 999

Last change on this file since 999 was 991, checked in by Henrik Bettermann, 18 years ago

message text changed

  • Property svn:keywords set to Id
File size: 2.2 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        <div style="text-align: right">
5        <a href="" target="slip" tal:attributes="href string:pume_anon_slip?nr=${pume/jamb_reg_no}"
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
12        <h3>PUME Results of <span tal:content="pume/name" /></h3>
13                           
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!
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>                                                   
22                     
23       <table>
24        <tr>
25          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
26        </tr>
27        <tr>
28          <th>Name:</th><td tal:content="pume/name"></td>
29        </tr>
30        <tr>
31          <th>Sex:</th><td tal:content="pume/sex"></td>
32        </tr>       
33        <tr>
34          <th>Score:</th><td tal:content="pume/score"></td>
35        </tr>
36        <tr>
37          <th>Status:</th><td tal:content="pume/status"></td>
38        </tr>
39        <tr>
40          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
41        </tr>
42        <tr>
43          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
44        </tr>
45      </table>
46    </metal:main>
47  </metal:body>
48</metal:html>
Note: See TracBrowser for help on using the repository browser.