Last change
on this file since 586 was
493,
checked in by Henrik Bettermann, 18 years ago
|
application forms modified
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[476] | 1 | <html metal:use-macro="here/content_lib_master/macros/master"> |
---|
| 2 | <metal:block fill-slot="head_slot"> |
---|
[472] | 3 | </metal:block> |
---|
[476] | 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 | |
---|
[478] | 12 | <metal:block fill-slot="main"> |
---|
[493] | 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 /> |
---|
[479] | 16 | <tal:block |
---|
[485] | 17 | tal:define="rendered_main python:context.getContent().renderEdit( |
---|
[479] | 18 | layout_id='student_application_fe', |
---|
| 19 | layout_mode='edit', |
---|
| 20 | );"> |
---|
[483] | 21 | <tal:block tal:content="structure rendered_main" /> |
---|
[476] | 22 | </tal:block> |
---|
[493] | 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> |
---|
[476] | 27 | </metal:block> |
---|
| 28 | <metal:block fill-slot="sub"> |
---|
| 29 | </metal:block> |
---|
| 30 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.