author | Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de> |
Wed, 07 May 2014 17:01:53 +0200 | |
changeset 249 | 3b60bc570d8a |
child 250 | a4adf5a448f3 |
permissions | -rw-r--r-- |
j@249 | 1 |
{% extends "theme.html" %} |
j@249 | 2 |
{% block body %} |
j@249 | 3 |
<div class="container"> |
j@249 | 4 |
<div class="col-lg-12"> |
j@249 | 5 |
<div class="row"> |
j@249 | 6 |
{{ content|safe }} |
j@249 | 7 |
</div> |
j@249 | 8 |
|
j@249 | 9 |
|
j@249 | 10 |
|
j@249 | 11 |
<ul class="nav navbar-nav navbar-right"> |
j@249 | 12 |
{% for href, caption in get_vpsc_dates(): %} |
j@249 | 13 |
{%- if href[1:] == act -%} |
j@249 | 14 |
<li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li> |
j@249 | 15 |
|
j@249 | 16 |
{% endfor %} |
j@249 | 17 |
</ul> |
j@249 | 18 |
|
j@249 | 19 |
<img src="/static/images/ozoneloss/eskp_vpsc_{{ year }}.svg" alt="{{ year }}"> |
j@249 | 20 |
</div> |
j@249 | 21 |
|
j@249 | 22 |
</div> |
j@249 | 23 |
{% endblock %} |