Last change
on this file since 3106 was
2670,
checked in by Henrik Bettermann, 17 years ago
|
further modifications for session change
|
-
Property svn:keywords set to
Id
|
File size:
821 bytes
|
Line | |
---|
1 | <metal:body use-macro="here/main_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" /> |
---|
6 | </span> |
---|
7 | <span tal:condition="info"> |
---|
8 | |
---|
9 | |
---|
10 | <a href="" |
---|
11 | tal:attributes="href string:${here/academicsParent}"> |
---|
12 | <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> |
---|
13 | Up one level |
---|
14 | </a> |
---|
15 | <h3>My Application Record</h3> |
---|
16 | <br /> |
---|
17 | <span tal:omit-tag="" |
---|
18 | tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], |
---|
19 | layout_mode='view', |
---|
20 | layout_id='student_application')" |
---|
21 | /> |
---|
22 | </span> |
---|
23 | </metal:main> |
---|
24 | </metal:body> |
---|
Note: See
TracBrowser for help on using the repository browser.