Last change
on this file since 1774 was
1737,
checked in by Henrik Bettermann, 18 years ago
|
merging with CPSSkinsless branch
In ZMI:
- delete all portlets in .cps_portlets
- delete all portlets in portal_cpsportlets
- import Portlet Tool, Skins Tool and Themes Tool
- optionally: - delete all themes in portal_themes and delete all method themes in portal_themes
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1737] | 1 | <html metal:use-macro="context/main_template/macros/master"> |
---|
| 2 | <body> |
---|
| 3 | |
---|
| 4 | <metal:slot metal:fill-slot="header" i18n:domain="cmf_default"> |
---|
| 5 | <div tal:condition="not: options/has_local"> |
---|
| 6 | <metal:macro metal:use-macro="context/index_html_utils/macros/index_header" /> |
---|
| 7 | </div> |
---|
| 8 | <div tal:condition="options/has_local"> |
---|
| 9 | <div metal:use-macro="context/local_pt/macros/header | default"> |
---|
| 10 | 'local_pt' header goes here. |
---|
| 11 | </div> |
---|
| 12 | </div> |
---|
| 13 | </metal:slot> |
---|
| 14 | |
---|
| 15 | <metal:slot metal:fill-slot="main" i18n:domain="cmf_default" |
---|
| 16 | tal:define="batch options/batch"> |
---|
| 17 | |
---|
| 18 | <div id="content_well" |
---|
| 19 | style="float: left; top: 0; width: 78%;"> |
---|
| 20 | <div tal:condition="not: options/has_local"> |
---|
| 21 | |
---|
| 22 | <metal:macro metal:use-macro="context/batch_widgets/macros/listing" /> |
---|
| 23 | <metal:macro metal:use-macro="context/batch_widgets/macros/navigation" /> |
---|
| 24 | |
---|
| 25 | </div> |
---|
| 26 | <div tal:condition="options/has_local"> |
---|
| 27 | <div metal:use-macro="context/local_pt/macros/body | default"> |
---|
| 28 | 'local_pt' body goes here. |
---|
| 29 | </div> |
---|
| 30 | </div> |
---|
| 31 | </div> |
---|
| 32 | <div id="right_sidebar" |
---|
| 33 | style="width: 20%"> |
---|
| 34 | |
---|
| 35 | </div> |
---|
| 36 | </metal:slot> |
---|
| 37 | |
---|
| 38 | </body> |
---|
| 39 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.