source: WAeUP_SRP/base/skins/waeup_student/application_view.pt @ 2978

Last change on this file since 2978 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
RevLine 
[1783]1<metal:body use-macro="here/main_template/macros/master">
[1292]2   <metal:main fill-slot="main"
3                 tal:define="info context/getApplicationInfo">
[535]4      <span tal:condition="not: info">
[1783]5        <span tal:content="here/illegal_view" />
[535]6      </span>
[1783]7      <span tal:condition="info">
[548]8           
[2670]9
[1783]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>
[542]15        <h3>My Application Record</h3>
16        <br />
[535]17        <span tal:omit-tag=""
18              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
19              layout_mode='view',
[2573]20              layout_id='student_application')"
[535]21              />
22      </span>
[1292]23   </metal:main>
24</metal:body>
Note: See TracBrowser for help on using the repository browser.