Last change
on this file since 17947 was
5654,
checked in by Henrik Bettermann, 14 years ago
|
Show link to admission slip (in custom).
|
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1783] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
[1292] | 2 | <metal:main fill-slot="main" |
---|
[3727] | 3 | tal:define="info context/getApplicationInfo; |
---|
| 4 | titles here/getStudentObjectTitles;"> |
---|
[535] | 5 | <span tal:condition="not: info"> |
---|
[1783] | 6 | <span tal:content="here/illegal_view" /> |
---|
[535] | 7 | </span> |
---|
[1783] | 8 | <span tal:condition="info"> |
---|
[2670] | 9 | |
---|
[5654] | 10 | |
---|
| 11 | <div style="text-align: right"> |
---|
| 12 | <a href="" target="slip" tal:attributes="href string:admission_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')"> |
---|
| 14 | <img tal:attributes="src string:${here/portal_url}/actionicon_print.png" /> |
---|
| 15 | Admission Slip |
---|
| 16 | </a> |
---|
| 17 | </div> |
---|
| 18 | |
---|
[1783] | 19 | <a href="" |
---|
| 20 | tal:attributes="href string:${here/academicsParent}"> |
---|
| 21 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
| 22 | Up one level |
---|
| 23 | </a> |
---|
[5654] | 24 | |
---|
[3727] | 25 | <h3>My <span tal:content="titles/StudentApplication" /></h3> |
---|
[542] | 26 | <br /> |
---|
[535] | 27 | <span tal:omit-tag="" |
---|
| 28 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
| 29 | layout_mode='view', |
---|
[2573] | 30 | layout_id='student_application')" |
---|
[535] | 31 | /> |
---|
| 32 | </span> |
---|
[1292] | 33 | </metal:main> |
---|
| 34 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.