annotate manuals/help-manual/_templates/layout.html @ 1120:9651fabca17d

installation help: fixed default installation directory path and using bash for starting the script as this works also if there are no executable permissions.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 17 Sep 2014 09:15:47 +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/