Mercurial > trustbridge
view doc/help/_templates/layout.html @ 1313:f9f2c92969d2
(issue161) Set do-changes icon also on windows when UAC shield is not neccessary.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 15:17:15 +0200 |
parents | 4a329513ee86 |
children | 9283376283aa |
line wrap: on
line source
{% extends '!layout.html' %} {%- block header %} {%- if theme_showheader|tobool %} <header id="pageheader"> <a href="{{ pathto(master_doc) }} "><img src="_static/trustbridge-logo.png"><h1>{{ docstitle }}</h1></a> </header> {%- endif %} {%- endblock %} {% block footer %} <footer id="pagefooter"> © 2014, BSI | TrustBridge {{version}}<br> <img src="_static/bsi-logo.png"> </footer> {% endblock %}