source: WAeUP_SRP/trunk/skins/waeup_default/common_edit_form.pt @ 795

Last change on this file since 795 was 486, checked in by joachim, 18 years ago

svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.

  • Property svn:keywords set to Id
File size: 833 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/content_lib_master/macros/master">
6  <metal:block fill-slot="header"
7    tal:define="creation creation|nothing;
8                edition python:1;
9                metadata metadata|nothing"
10                >
11    </metal:block>
12
13    <metal:block fill-slot="main">
14      <h1 tal:condition="options/create|nothing"> Create a <span tal:content="options/type_name" />  </h1>
15      <h1 tal:condition="options/edition|nothing"> Edit a <span tal:content="options/type_name" /> </h1>
16      <div tal:replace="structure rendered_main" />
17    </metal:block>
18  <metal:block fill-slot="sub">
19  </metal:block>
20
21</metal:block>
22</metal:block>
23</tal:block>
Note: See TracBrowser for help on using the repository browser.