source: WAeUP_SRP/trunk/skins/waeup_student/application_view.pt @ 3827

Last change on this file since 3827 was 3727, checked in by Henrik Bettermann, 16 years ago
  • more customizations for OIS
  • fetch all student object titles from getStudentObjectTitles.py
  • Property svn:keywords set to Id
File size: 917 bytes
RevLine 
[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">
[548]9           
[2670]10
[1783]11        <a href=""
12           tal:attributes="href string:${here/academicsParent}">
13          <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/>
14          Up one level
15        </a>
[3727]16        <h3>My <span tal:content="titles/StudentApplication" /></h3>
[542]17        <br />
[535]18        <span tal:omit-tag=""
19              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
20              layout_mode='view',
[2573]21              layout_id='student_application')"
[535]22              />
23      </span>
[1292]24   </metal:main>
25</metal:body>
Note: See TracBrowser for help on using the repository browser.