source: WAeUP_SRP/trunk_not_used/skins/waeup_student/pume_slip.pt @ 2790

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

merging with CPSSkinsless branch

In ZMI:

  • delete all portlets in .cps_portlets
  • delete all portlets in portal_cpsportlets
  • import Portlet Tool, Skins Tool and Themes Tool
  • optionally: - delete all themes in portal_themes and delete all method themes in portal_themes
  • Property svn:keywords set to Id
File size: 804 bytes
Line 
1<metal:html tal:define="info context/getStudentInfo"> 
2  <metal:body use-macro="here/slip_template/macros/master">
3    <metal:main fill-slot="main">
4      <span tal:condition="not: info">
5        <metal:block use-macro="here/error_not_found/macros/not_found" />
6      </span>
7      <h3>PUME Result Slip</h3>
8      <br />
9      <span tal:omit-tag=""
10            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
11            layout_mode='view_info',
12            layout_id='student_application_fe')"
13            />
14      <span tal:omit-tag=""
15            tal:content="structure python: info['pume_doc'].render(proxy=info['pume_doc'],
16            layout_mode='view_slip',
17            layout_id='student_pume_fe')"
18            />
19    </metal:main>
20  </metal:body>
21</metal:html>
Note: See TracBrowser for help on using the repository browser.