Last change
on this file since 1338 was
1292,
checked in by Henrik Bettermann, 18 years ago
|
Page templates slimmed down
bug in reserve_accommodation fixed
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Rev | Line | |
---|
[1292] | 1 | <metal:body use-macro="here/waeup_content_master/macros/master"> |
---|
| 2 | <metal:main fill-slot="main" |
---|
| 3 | tal:define="info context/getApplicationInfo"> |
---|
[535] | 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"> |
---|
[548] | 9 | |
---|
[661] | 10 | <div style="text-align: right" |
---|
[911] | 11 | tal:condition="python:review_state not in ('created','application_pin_entered',)"> |
---|
[603] | 12 | <a href="" target="slip" tal:attributes="href string:application_slip" |
---|
| 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')"> |
---|
[548] | 14 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 15 | Application Slip |
---|
| 16 | </a> |
---|
[603] | 17 | |
---|
[548] | 18 | </div> |
---|
| 19 | |
---|
[542] | 20 | <h3>My Application Record</h3> |
---|
| 21 | <br /> |
---|
[535] | 22 | <span tal:omit-tag="" |
---|
| 23 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 24 | layout_mode='view', |
---|
| 25 | layout_id='student_application_fe')" |
---|
| 26 | /> |
---|
| 27 | </span> |
---|
[1292] | 28 | </metal:main> |
---|
| 29 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.