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

Last change on this file since 483 was 483, checked in by Henrik Bettermann, 19 years ago

stylistic modifications

File size: 942 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_pin python:context.getContent().renderEdit(
15                layout_id='pin',
16                layout_mode='edit',
17                );
18                rendered_main python:context.getContent().renderEdit(
19                layout_id='student_application_fe',
20                layout_mode='edit',
21                );">
22      <tal:block tal:content="structure rendered_pin" />
23      <tal:block tal:content="structure rendered_main" />
24      </tal:block> 
25  </metal:block>
26  <metal:block fill-slot="sub">
27  </metal:block>
28</html>
Note: See TracBrowser for help on using the repository browser.