annotate manuals/help-manual/_templates/layout.html @ 1083:d6dc1144895b

(help-manual) some layout work. Added bsi and tb logo.
author Emanuel Schuetze <emanuel@intevation.de>
date Thu, 11 Sep 2014 15:24:02 +0200
parents
children
rev   line source
1083
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
1 {% extends '!layout.html' %}
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
2
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
3 {%- block header %}
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
4 {%- if theme_showheader|tobool %}
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
5 <header id="pageheader">
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
6 <a href="{{ pathto(master_doc) }} "><img src="_static/trustbridge-logo.png"><h1>{{ docstitle }}</h1></a>
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
7 </header>
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
8 {%- endif %}
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9 {%- endblock %}
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
10
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
11
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
12 {% block footer %}
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
13 <footer id="pagefooter">
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
14 &copy; 2014, BSI | TrustBridge {{version}}<br>
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
15 <img src="_static/bsi-logo.png">
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
16 </footer>
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
17 {% endblock %}

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