source: WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt @ 15555

Last change on this file since 15555 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: 732 bytes
RevLine 
[1737]1<metal:body use-macro="here/slip_template/macros/master">
[1292]2    <metal:main fill-slot="main"
[3727]3                tal:define="info context/getApplicationInfo;
4                            titles here/getStudentObjectTitles;">
[658]5      <span tal:condition="not: info">
[2288]6        <span tal:content="here/illegal_view" />
[658]7      </span>
[1783]8      <span tal:condition="info">
[658]9           
[3727]10        <h3><span tal:content="titles/StudentApplication" /> Slip</h3>
[605]11        <br />
[658]12        <span tal:omit-tag=""
13              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
14              layout_mode='view_slip',
[2575]15              layout_id='student_application')"
[658]16              />
17      </span>
18    </metal:main>
[1292]19</metal:body>
20   
21
Note: See TracBrowser for help on using the repository browser.