view doc/help/client/_templates/layout.html @ 1218:5f59344dbd13

(issue68) License corrections: * the overall package is GNU GPL v==3. * Qt has to be used as GNU GPL, so mention it. * Oxygen is GNU LGPL v>=3. * minor corrections like typos, better phrasing for freedom protection, use GNU consistently.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 24 Sep 2014 11:17:14 +0200
parents cf1fdb254c41
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, BSI | TrustBridge {{version}}<br>
    <img src="_static/bsi-logo.png">
  </footer>
{% endblock %}

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