Mercurial > mxd2map
view doku/source/_templates/layout.html @ 188:43f1cbdcd597
Modified and beautified the documentation:
* INSTALL.txt, doku/Makefile, doku/source/conf.py,
doku/source/functionality.txt, doku/source/index.txt,
doku/source/restrictions.txt, website/favicon.png, LICENCE.txt:
added more details to the content of the documentation. some more
configurations.
* doku/source/LICENCE.txt: New. Added a licence-text (symlinking
into the documentation).
* doku/source/_static/favicon.png,
doku/source/_static/logo_wide.png,
doku/source/_templates/indexsidebar.html,
doku/source/_templates/layout.html: Optic-cosmetics.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 15:53:01 +0200 |
parents | |
children | 00a39e8b6eed |
line wrap: on
line source
{% 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 %}