1.1 --- a/eskp.py Fri May 16 12:57:00 2014 +0200
1.2 +++ b/eskp.py Fri May 16 14:30:33 2014 +0200
1.3 @@ -153,7 +153,7 @@
1.4 filename = os.path.join("templates", get_locale(), "rst", "iek-7_author.rst")
1.5 author = modal_info("/author_info.html", "author", _(u"IEK-7"), filename)
1.6 return render_template("/iek-7.html", act="iek-7", content=content,
1.7 - author=author, contact = u"Sandra Stein")
1.8 + author=author, contact = u"IEK-7")
1.9
1.10
1.11 @app.route("/imprint")
2.1 --- a/templates/de/rst/iek-7_author.rst Fri May 16 12:57:00 2014 +0200
2.2 +++ b/templates/de/rst/iek-7_author.rst Fri May 16 14:30:33 2014 +0200
2.3 @@ -1,13 +1,11 @@
2.4 -Ansprechpartner
2.5 -================
2.6 +Kontakt
2.7 +~~~~~~~
2.8
2.9 -**Sandra Stein**
2.10 +Sekretariat IEK-7
2.11
2.12 -Kontaktdaten:
2.13 -~~~~~~~~~~~~~
2.14 +Sandra Stein
2.15
2.16 -::
2.17 +Tel: 02461-61 6065
2.18
2.19 - Sekretariat IEK-7
2.20 - Sandra Stein
2.21 - Tel 02461-61/6065
2.22 +E-Mail: s.stein@fz-juelich.de
2.23 +
3.1 --- a/templates/de/rst/ozoneloss_author.rst Fri May 16 12:57:00 2014 +0200
3.2 +++ b/templates/de/rst/ozoneloss_author.rst Fri May 16 14:30:33 2014 +0200
3.3 @@ -1,7 +1,10 @@
3.4 Ansprechpartner
3.5 ================
3.6 +Dr. Jens-Uwe Grooß
3.7
3.8 -Kontaktdaten:
3.9 -~~~~~~~~~~~~~
3.10 +Institut für Energie- und Klimaforschung
3.11
3.12 +Stratosphäre (IEK-7)
3.13
3.14 +Email: j.-u.grooss@fz-juelich.de
3.15 +
4.1 --- a/templates/de/rst/ozoneloss_publications.rst Fri May 16 12:57:00 2014 +0200
4.2 +++ b/templates/de/rst/ozoneloss_publications.rst Fri May 16 14:30:33 2014 +0200
4.3 @@ -1,3 +1,15 @@
4.4 Extreme Ozonverluste im Frühjahr über Europa
4.5 ==============================================
4.6
4.7 +Weiterführende Informationen:
4.8 +-----------------------------
4.9 +
4.10 +J.-U. Grooß et al., `Rückgang des Ozons in der Stratosphäre der Polarregionen`__ (2014)
4.11 +
4.12 +
4.13 +WMO assessment : `Twenty Questions and Answers about the Ozone Layer: 2010 update`__
4.14 +
4.15 +
4.16 +
4.17 +.. __: http://www.warnsignale.uni-hamburg.de/wp-content/uploads/2014/04/grooss.etal.pdf
4.18 +.. __: http://www.esrl.noaa.gov/csd/assessments/ozone/2010/twentyquestions/
5.1 --- a/templates/info_link.html Fri May 16 12:57:00 2014 +0200
5.2 +++ b/templates/info_link.html Fri May 16 14:30:33 2014 +0200
5.3 @@ -8,7 +8,7 @@
5.4 {% if publications %}
5.5 <li>
5.6 <a data-toggle="modal" data-target="#PublicationsInfoModal">
5.7 -Veröffentlichungen
5.8 +Weitere Informationen zum Thema
5.9 </a>
5.10
5.11 </li>