source: WAeUP_SRP/base/skins/waeup_student/application_slip.pt @ 3041

Last change on this file since 3041 was 2575, checked in by Henrik Bettermann, 17 years ago

further development of admit function (nearly finished)

  • Property svn:keywords set to Id
File size: 630 bytes
RevLine 
[1737]1<metal:body use-macro="here/slip_template/macros/master">
[1292]2    <metal:main fill-slot="main"
3                tal:define="info context/getApplicationInfo">
[658]4      <span tal:condition="not: info">
[2288]5        <span tal:content="here/illegal_view" />
[658]6      </span>
[1783]7      <span tal:condition="info">
[658]8           
[1018]9        <h3>Application Slip</h3>
[605]10        <br />
[658]11        <span tal:omit-tag=""
12              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
13              layout_mode='view_slip',
[2575]14              layout_id='student_application')"
[658]15              />
16      </span>
17    </metal:main>
[1292]18</metal:body>
19   
20
Note: See TracBrowser for help on using the repository browser.