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

Last change on this file since 984 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.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        <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                     
20       <table>
21        <tr>
22          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
23        </tr>
24        <tr>
25          <th>Name:</th><td tal:content="pume/name"></td>
26        </tr>
27        <tr>
28          <th>Sex:</th><td tal:content="pume/sex"></td>
29        </tr>       
30        <tr>
31          <th>Score:</th><td tal:content="pume/score"></td>
32        </tr>
33        <tr>
34          <th>Status:</th><td tal:content="pume/status"></td>
35        </tr>
36        <tr>
37          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
38        </tr>
39        <tr>
40          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
41        </tr>
42      </table>
43    </metal:main>
44  </metal:body>
45</metal:html>
Note: See TracBrowser for help on using the repository browser.