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

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

pume view modified

  • Property svn:keywords set to Id
File size: 1.5 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       <table>
16        <tr>
17          <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td>
18        </tr>
19        <tr>
20          <th>Name:</th><td tal:content="pume/name"></td>
21        </tr>
22        <tr>
23          <th>Sex:</th><td tal:content="pume/sex"></td>
24        </tr>       
25        <tr>
26          <th>Score:</th><td tal:content="pume/score"></td>
27        </tr>
28        <tr>
29          <th>Status:</th><td tal:content="pume/status"></td>
30        </tr>
31        <tr>
32          <th>Course Requested:</th><td> <span tal:content="pume/course" /></td>
33        </tr>
34        <tr>
35          <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td>
36        </tr>
37      </table>
38    </metal:main>
39  </metal:body>
40</metal:html>
Note: See TracBrowser for help on using the repository browser.