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

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

application forms modified

  • Property svn:keywords set to Id
File size: 1.1 KB
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 tal:condition="python:context.portal_type == 'StudentApplication'" tal:omit-tag="">
14    <h3>Apply for the Post University Matriculation Examination! </h3>
15        <br />
16      <tal:block
17          tal:define="rendered_main python:context.getContent().renderEdit(
18                layout_id='student_application_fe',
19                layout_mode='edit',
20                );">
21      <tal:block tal:content="structure rendered_main" />
22      </tal:block> 
23  </tal:block> 
24  <tal:block condition="python:context.portal_type != 'StudentApplication'">
25      Please do not manipulate the URL! This is not an application object.
26  </tal:block>   
27  </metal:block>
28  <metal:block fill-slot="sub">
29  </metal:block>
30</html>
Note: See TracBrowser for help on using the repository browser.