Mercurial > mxd2map
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doku/source/_templates/layout.html Wed Jul 20 16:27:49 2011 +0200 @@ -0,0 +1,24 @@ +{% extends "!layout.html" %} + +{% block extrahead %} +{{ super() }} +{%- if not embedded %} +<style type="text/css"> + table.right { float: right; margin-left: 20px; } + table.right td { border: 1px solid #ccc; } +</style> +{%- endif %} +{% endblock %} + +{% block header %} +<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> + <a href="{{ pathto('index') }}"> + <img src="{{ pathto("_static/logo_wide.png", 1) }}" alt="MXD2map logo" /> + </a> +</div> +{% endblock %} + +{% block rootrellink %} + <li><a href="http://mxd2map.org">MXD2map website</a> | </li> + <li><a href="{{ pathto('index') }}">Contents</a></li> +{% endblock %}