view doc/help/_templates/layout.html @ 1310:60e481aa75ca

(issue152) Do not return CryptUIDlgViewContext's return value The return value is false if the user cancels the dialog. But as the certificate has been shown this is not really an error.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 13 Oct 2014 14:13:05 +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">
    &copy; 2014, BSI | TrustBridge {{version}}<br>
    <img src="_static/bsi-logo.png">
  </footer>
{% endblock %}

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