source: WAeUP_SRP/trunk/skins/waeup_student/application_form.pt @ 485

Last change on this file since 485 was 485, checked in by Henrik Bettermann, 18 years ago

layout pin cancelled - part 2

File size: 728 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2  <metal:block fill-slot="head_slot">
3  </metal:block>
4
5  <metal:block fill-slot="css_slot">
6    <link rel="Stylesheet" type="text/css" href=""
7      tal:attributes="href string:${base_url}document.css" />
8  </metal:block>
9  <metal:block fill-slot="header">
10  </metal:block>
11
12  <metal:block fill-slot="main">
13      <tal:block
14          tal:define="rendered_main python:context.getContent().renderEdit(
15                layout_id='student_application_fe',
16                layout_mode='edit',
17                );">
18      <tal:block tal:content="structure rendered_main" />
19      </tal:block> 
20  </metal:block>
21  <metal:block fill-slot="sub">
22  </metal:block>
23</html>
Note: See TracBrowser for help on using the repository browser.