view doc/help/client/_templates/layout.html @ 1206:55c13de88b1e

(issue133) Always use CFGPATH to deinstall configuration This location is the same for system wide and user wide installation, while sysconfig path is /etc/TrustBridge for system wide installation.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 23 Sep 2014 13:17:06 +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/