source: WAeUP_SRP/branches/joachim-azax-branch/skins/waeup_default/create_common_form.pt_not_used

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

cleanup

File size: 534 bytes
Line 
1<tal:block define="rendered_main options/rendered;
2                   portal_status_message options/psm;"
3                   >
4<metal:block define-macro="edit_form">
5<metal:block use-macro="here/main_template/macros/master">
6  <metal:block fill-slot="header"/>
7  <metal:block fill-slot="main">
8      <h3>Enter the Data for a <span tal:content="options/type_name" /> </h1>
9      <div tal:replace="structure rendered_main" />
10  </metal:block>
11  <metal:block fill-slot="sub">
12  </metal:block>
13
14</metal:block>
15</metal:block>
16</tal:block>
Note: See TracBrowser for help on using the repository browser.