Template ozoneloss_years.html und Text ozoneloss_years.rst erstellt
authorJens-Uwe Grooss <j.-u.grooss@fz-juelich.de>
Wed, 07 May 2014 09:56:22 +0200
changeset 24832918c5a2ea3
parent 247 6a8a901ba550
child 249 3b60bc570d8a
Template ozoneloss_years.html und Text ozoneloss_years.rst erstellt
templates/de/rst/ozoneloss_years.rst
templates/ozoneloss_years.html
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/templates/de/rst/ozoneloss_years.rst	Wed May 07 09:56:22 2014 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +Berechnungen und Abschätzungen zum arktischen Ozonverlust
     1.5 +=========================================================
     1.6 +
     1.7 +Die Seiten hier zeigen die aktuelle Entwicklung des arktischen Ozonabbaus 
     1.8 +auf Basis von Messungen,  Modell-Simulationen und  Abschätzungen aus der Temperatur.
     1.9 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/templates/ozoneloss_years.html	Wed May 07 09:56:22 2014 +0200
     2.3 @@ -0,0 +1,23 @@
     2.4 +{% extends "theme.html" %} 
     2.5 +{% block body %}
     2.6 +<div class="container">
     2.7 + <div class="col-lg-12">
     2.8 + 	<div class="row">
     2.9 +     {{ content|safe }}
    2.10 + </div>
    2.11 +
    2.12 +
    2.13 +
    2.14 +<ul class="nav navbar-nav navbar-right">
    2.15 +{% for href, caption in  get_ozone_dates(): %}
    2.16 +     {%- if href[1:] == act -%}
    2.17 +     <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    2.18 +
    2.19 +{% endfor %}
    2.20 +</ul>
    2.21 +
    2.22 +    <img src="/static/images/ozoneloss/eskp_{{ year }}.svg" alt="{{ year }}">
    2.23 +    </div>
    2.24 +
    2.25 +</div>
    2.26 +{% endblock %}
Impressum Datenschutzerklärung