Last change
on this file since 966 was
966,
checked in by joachim, 18 years ago
|
created new catalog pumeresults for pumeresult checking
modified pume_anon_view and pume_anon_slip to use it.
|
-
Property svn:keywords set to
Id
|
File size:
871 bytes
|
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 Nr</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>Score</th><td tal:content="pume/score"></td> |
---|
16 | </tr> |
---|
17 | <tr> |
---|
18 | <th>Status</th><td tal:content="pume/status"></td> |
---|
19 | </tr> |
---|
20 | <tr> |
---|
21 | <th>Course Requested</th><td tal:content="pume/course"></td> |
---|
22 | </tr> |
---|
23 | </table> |
---|
24 | </metal:main> |
---|
25 | </metal:body> |
---|
26 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.