Last change
on this file since 970 was
968,
checked in by Henrik Bettermann, 18 years ago
|
pume view modified
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | <metal:html tal:define="pume python:context.portal_pumeresults(jamb_reg_no=request.get('nr'))[0]"> |
---|
2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
3 | <metal:main fill-slot="main"> |
---|
4 | <h3>PUME Results of <span tal:content="pume/name" /></h3> |
---|
5 | |
---|
6 | <br /> |
---|
7 | <table> |
---|
8 | <tr> |
---|
9 | <th>JAMB Registration Number:</th><td tal:content="pume/jamb_reg_no"></td> |
---|
10 | </tr> |
---|
11 | <tr> |
---|
12 | <th>Name:</th><td tal:content="pume/name"></td> |
---|
13 | </tr> |
---|
14 | <tr> |
---|
15 | <th>Sex:</th><td tal:content="pume/sex"></td> |
---|
16 | </tr> |
---|
17 | <tr> |
---|
18 | <th>Score:</th><td tal:content="pume/score"></td> |
---|
19 | </tr> |
---|
20 | <tr> |
---|
21 | <th>Status:</th><td tal:content="pume/status"></td> |
---|
22 | </tr> |
---|
23 | <tr> |
---|
24 | <th>Course Requested:</th><td> <span tal:content="pume/course" /></td> |
---|
25 | </tr> |
---|
26 | <tr> |
---|
27 | <th>Course Code:</th><td><span tal:content="pume/course_code_org" /></td> |
---|
28 | </tr> |
---|
29 | </table> |
---|
30 | </metal:main> |
---|
31 | </metal:body> |
---|
32 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.