annotate manuals/help-manual/_templates/layout.html @ 1118:fd85a02d771d

(issue54) Implement a privilege drop to execute the program after installation. This commit is extremly ugly as I accidentally worked in a working tree that was partially merged with default. To review the real change please check the commit that will merge this branch into default.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 16 Sep 2014 19:45:19 +0200
parents d6dc1144895b
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/