source: WAeUP_SRP/trunk/skins/waeup_design/index_html_template.pt_not_used @ 1785

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

cleanup

File size: 1.1 KB
Line 
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.