Last change
on this file was
1784,
checked in by Henrik Bettermann, 18 years ago
|
replace content_lib_master by master_template
|
-
Property svn:keywords set to
Id
|
File size:
828 bytes
|
Rev | Line | |
---|
[97] | 1 | <tal:block define="rendered_main options/rendered; |
---|
| 2 | portal_status_message options/psm;" |
---|
| 3 | > |
---|
| 4 | <metal:block define-macro="edit_form"> |
---|
[1784] | 5 | <metal:block use-macro="here/main_template/macros/master"> |
---|
[97] | 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.