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

Last change on this file since 482 was 479, checked in by joachim, 18 years ago

added workflow student_subobject_wf
modified apply_admission accordingly

File size: 718 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 python:context.getContent().renderEdit(
15                layout_id='student_application_fe',
16                layout_mode='edit',
17                );">
18      <tal:block tal:content="structure rendered" />
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.