Mercurial > hg > MPIWGWeb
comparison zpt/template/default_template_standardPage.zpt @ 152:1f0db83b61c5
cleaning up MPIWGTemplate
author | casties |
---|---|
date | Mon, 03 Jun 2013 19:54:57 +0200 |
parents | zpt/MPIWG_standardPage_template_standard.zpt@bca61e893fcc |
children |
comparison
equal
deleted
inserted
replaced
151:6bdf54b67fca | 152:1f0db83b61c5 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" | |
4 metal:use-macro="here/main_template/macros/page"> | |
5 <head> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
7 </head> | |
8 <body> | |
9 <div class="center" metal:fill-slot="center"> | |
10 <!-- Insert here the main text --> | |
11 | |
12 | |
13 | |
14 <!-- Don't change from here --> | |
15 </div> | |
16 | |
17 <!-- optional sidebar --> | |
18 <!-- | |
19 <div class="sidebar" metal:fill-slot="sidebar"> | |
20 <div class="sideblock"> | |
21 <h2>Sideblock Head</h2> | |
22 <div class="item"> | |
23 Sideblock item | |
24 </div> | |
25 </div> | |
26 </div> | |
27 --> | |
28 </body> | |
29 </html> |