Last change
on this file since 17952 was
1783,
checked in by Henrik Bettermann, 17 years ago
|
- assertViewable removed and page templates adjusted, so that no traceback occurs.
- 'Previous Session' action added
- waeup_content_master.pt removed
- and more
|
-
Property svn:keywords set to
Id
|
File size:
634 bytes
|
Line | |
---|
1 | <metal:body use-macro="here/slip_template/macros/master"> |
---|
2 | <metal:main fill-slot="main" |
---|
3 | tal:define="info context/getApplicationInfo"> |
---|
4 | <span tal:condition="not: info"> |
---|
5 | <span tal:content="here/illegal_view" />w |
---|
6 | </span> |
---|
7 | <span tal:condition="info"> |
---|
8 | |
---|
9 | <h3>Application Slip</h3> |
---|
10 | <br /> |
---|
11 | <span tal:omit-tag="" |
---|
12 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
13 | layout_mode='view_slip', |
---|
14 | layout_id='student_application_fe')" |
---|
15 | /> |
---|
16 | </span> |
---|
17 | </metal:main> |
---|
18 | </metal:body> |
---|
19 | |
---|
20 | |
---|
Note: See
TracBrowser for help on using the repository browser.