Mercurial > hg > MPIWGWeb
annotate zpt/template/default_template_standardPage.zpt @ 252:e5b444dab055
add $langroot for absolute urls for switching en<->de
author | casties |
---|---|
date | Mon, 19 May 2014 11:54:08 +0200 |
parents | 1f0db83b61c5 |
children |
rev | line source |
---|---|
152 | 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"> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
10 <!-- Insert here the main text --> |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
11 |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
12 |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
13 |
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
14 <!-- Don't change from here --> |
152 | 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> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
29 </html> |