Last change
on this file since 845 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Rev | Line | |
---|
[770] | 1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
[802] | 2 | <metal:body use-macro="here/waeup_content_master/macros/master"> |
---|
[770] | 3 | <metal:main fill-slot="main"> |
---|
| 4 | <span tal:condition="not: info"> |
---|
| 5 | <metal:block use-macro="here/error_not_found/macros/not_found" /> |
---|
| 6 | </span> |
---|
| 7 | <span tal:condition="info" |
---|
| 8 | tal:define="review_state info/review_state"> |
---|
| 9 | |
---|
| 10 | <div style="text-align: right" |
---|
[802] | 11 | tal:condition="python:review_state in ('admitted', 'pume_passed', 'pume_failed', 'clearance_pin_entered',)"> |
---|
[774] | 12 | <a href="" target="slip" tal:attributes="href string:pume_slip" |
---|
[770] | 13 | 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')"> |
---|
| 14 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
[774] | 15 | PUME Result Slip |
---|
[770] | 16 | </a> |
---|
| 17 | |
---|
| 18 | </div> |
---|
| 19 | |
---|
| 20 | <h3>My PUME Results</h3> |
---|
| 21 | <br /> |
---|
| 22 | <span tal:omit-tag="" |
---|
| 23 | tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'], |
---|
| 24 | layout_mode='view', |
---|
[774] | 25 | layout_id='student_pume_fe')" |
---|
[770] | 26 | /> |
---|
| 27 | </span> |
---|
| 28 | </metal:main> |
---|
| 29 | </metal:body> |
---|
| 30 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.