comparison doku/source/_templates/layout.html @ 235:00a39e8b6eed

* INSTALL.txt: Added a paragraph to make the env-vars available in Apache * doku/source/_templates/layout.html: defining a custom footer with the version-string included * doku/source/conf.py: adopt versionstring and copyright * doku/source/functionality.txt: formating-cosmetics, correct icon
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 05 Aug 2011 09:18:53 +0200
parents 43f1cbdcd597
children
comparison
equal deleted inserted replaced
234:d20477c1a7f8 235:00a39e8b6eed
20 20
21 {% block rootrellink %} 21 {% block rootrellink %}
22 <li><a href="http://mxd2map.org">MXD2map website</a>&nbsp;|&nbsp;</li> 22 <li><a href="http://mxd2map.org">MXD2map website</a>&nbsp;|&nbsp;</li>
23 <li><a href="{{ pathto('index') }}">Contents</a></li> 23 <li><a href="{{ pathto('index') }}">Contents</a></li>
24 {% endblock %} 24 {% endblock %}
25
26 {% block footer %}
27 <div class="footer">
28 Version {{ release }} &nbsp;|&nbsp;
29 (&copy) {{ copyright }} &nbsp;|&nbsp;
30 Last updated: {{ last_updated }}
31 </div>
32 {% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)