1.1 --- a/templates/footer.html Thu May 22 11:14:44 2014 +0200
1.2 +++ b/templates/footer.html Thu May 22 11:46:36 2014 +0200
1.3 @@ -7,5 +7,8 @@
1.4 </ul>
1.5 </div>
1.6 </div>
1.7 + <p>
1.8 + <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Die ESKP Info Seite des IEK-7 Forschungszentrum Jülich GmbH</span> von <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.fz-juelich.de" property="cc:attributionName" rel="cc:attributionURL">Forschungszentrum Jülich GmbH</a> ist lizenziert unter einer <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen 4.0 International Lizenz</a>.<br />Über diese Lizenz hinausgehende Erlaubnisse können Sie unter <a xmlns:cc="http://creativecommons.org/ns#" href="https://iek-7.eskp.fz-juelich.de/" rel="cc:morePermissions">https://iek-7.eskp.fz-juelich.de/</a> erhalten.
1.9 + </p>
1.10 </div>
1.11 </div>
1.12 \ No newline at end of file
2.1 --- a/templates/ozoneloss_clams.html Thu May 22 11:14:44 2014 +0200
2.2 +++ b/templates/ozoneloss_clams.html Thu May 22 11:46:36 2014 +0200
2.3 @@ -10,9 +10,7 @@
2.4
2.5 <ul class="nav navbar-nav navbar-right">
2.6 {% for href, caption in get_o3lossclams_dates(): %}
2.7 - {%- if href[1:] == act -%}
2.8 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
2.9 -
2.10 + <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
2.11 {% endfor %}
2.12 </ul>
2.13
3.1 --- a/templates/ozoneloss_vpsc.html Thu May 22 11:14:44 2014 +0200
3.2 +++ b/templates/ozoneloss_vpsc.html Thu May 22 11:46:36 2014 +0200
3.3 @@ -10,8 +10,7 @@
3.4
3.5 <ul class="nav navbar-nav navbar-right">
3.6 {% for href, caption in get_vpsc_dates(): %}
3.7 - {%- if href[1:] == act -%}
3.8 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
3.9 + <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
3.10
3.11 {% endfor %}
3.12 </ul>