diff doc/help/_templates/layout.html @ 1238:4a329513ee86

(help) Share _template directory with client and admin help.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 24 Sep 2014 15:52:08 +0200
parents
children 9283376283aa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/help/_templates/layout.html	Wed Sep 24 15:52:08 2014 +0200
@@ -0,0 +1,17 @@
+{% 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/