Mercurial > mxd2map
comparison doku/source/_templates/layout.html @ 194:216105271856
Merged with Stephans commits.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 16:27:49 +0200 |
parents | 43f1cbdcd597 |
children | 00a39e8b6eed |
comparison
equal
deleted
inserted
replaced
193:8ced5ff9113d | 194:216105271856 |
---|---|
1 {% extends "!layout.html" %} | |
2 | |
3 {% block extrahead %} | |
4 {{ super() }} | |
5 {%- if not embedded %} | |
6 <style type="text/css"> | |
7 table.right { float: right; margin-left: 20px; } | |
8 table.right td { border: 1px solid #ccc; } | |
9 </style> | |
10 {%- endif %} | |
11 {% endblock %} | |
12 | |
13 {% block header %} | |
14 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> | |
15 <a href="{{ pathto('index') }}"> | |
16 <img src="{{ pathto("_static/logo_wide.png", 1) }}" alt="MXD2map logo" /> | |
17 </a> | |
18 </div> | |
19 {% endblock %} | |
20 | |
21 {% block rootrellink %} | |
22 <li><a href="http://mxd2map.org">MXD2map website</a> | </li> | |
23 <li><a href="{{ pathto('index') }}">Contents</a></li> | |
24 {% endblock %} |