annotate doc/help/client/_templates/layout.html @ 1236:33a17569812a

(issue111) Remove unecessary update tips
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 24 Sep 2014 16:56:48 +0200
parents cf1fdb254c41
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/