Last change
on this file since 796 was
785,
checked in by joachim, 18 years ago
|
check admission added,
several modifications to getStudentInfo,
request_clearance not yet implemented.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[785] | 1 | <metal:html tal:define="app_doc python: context.aq_parent.application.getContent(); |
---|
| 2 | pume_doc python: context.getContent()"> |
---|
| 3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 4 | <metal:main fill-slot="main"> |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | <div style="text-align: right"> |
---|
| 8 | <a href="" target="slip" tal:attributes="href string:pume_anon_slip" |
---|
| 9 | 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')"> |
---|
| 10 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 11 | |
---|
| 12 | </a> |
---|
| 13 | </div> |
---|
| 14 | |
---|
| 15 | <h3><span tal:content="app_doc/jamb_firstname" /> |
---|
| 16 | <span tal:content="app_doc/jamb_lastname" /> is not admitted</h3> |
---|
| 17 | |
---|
| 18 | <span tal:omit-tag="" |
---|
| 19 | tal:content="structure python: app_doc.render(proxy=app_doc, |
---|
| 20 | layout_mode='view_info', |
---|
| 21 | layout_id='student_application_fe')" |
---|
| 22 | /> |
---|
| 23 | <span tal:omit-tag="" |
---|
| 24 | tal:content="structure python: pume_doc.render(proxy=pume_doc, |
---|
| 25 | layout_mode='view', |
---|
| 26 | layout_id='student_pume_fe')" |
---|
| 27 | /> |
---|
| 28 | |
---|
| 29 | </metal:main> |
---|
| 30 | </metal:body> |
---|
| 31 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.