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

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