view doc/help/_templates/layout.html @ 1399:9283376283aa

(doc) Updated TrustBridge GUI screenshot and copyright year for help manual.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 27 Jan 2015 14:09:45 +0100
parents 4a329513ee86
children
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">
    &copy; 2014-2015, BSI | TrustBridge {{version}}<br>
    <img src="_static/bsi-logo.png">
  </footer>
{% endblock %}

http://wald.intevation.org/projects/trustbridge/