Line | |
---|
1 | <metal:html tal:define="info context/getStudentInfo"> |
---|
2 | <metal:body use-macro="here/main_template/macros/master"> |
---|
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"> |
---|
11 | <a href="" target="slip" tal:attributes="href string:accommodation_slip" |
---|
12 | 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')"> |
---|
13 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
14 | Accommodation Slip |
---|
15 | </a> |
---|
16 | |
---|
17 | </div> |
---|
18 | |
---|
19 | |
---|
20 | <h3>Your Hostel Application</h3> |
---|
21 | <br /> |
---|
22 | <span tal:omit-tag="" |
---|
23 | tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'], |
---|
24 | layout_mode='view', |
---|
25 | layout_id='student_accommodation')" |
---|
26 | /> |
---|
27 | </span> |
---|
28 | </metal:main> |
---|
29 | </metal:body> |
---|
30 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.