view doc/help/_templates/layout.html @ 1259:f1e461340ede

(issue44) Move check if the SW was updated into setLastModifiedSWDate setLastModifiedSWDate is ideally only called once to register a new version so this is the best place to note if an update has been installed.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 26 Sep 2014 13:18:46 +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/