1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/templates/ozoneloss_uvmap.html Fri Mar 11 09:37:49 2016 +0100
1.3 @@ -0,0 +1,23 @@
1.4 +{% extends "theme.html" %}
1.5 +{% block body %}
1.6 +<div class="container">
1.7 + <div class="col-lg-12">
1.8 + <div class="row">
1.9 + {{ content|safe }}
1.10 + </div>
1.11 +
1.12 +<ul class="nav navbar-nav navbar-right">
1.13 +{% for href, caption in get_o3lossuvmap_dates(date): %}
1.14 + <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
1.15 +{% endfor %}
1.16 +</ul>
1.17 +
1.18 + <img src="/static/images/uvmap/clams_do3col_{{date}}12.png" alt="O3 loss {{ date }}"whith="250" height="250" border="0">
1.19 + <img src="/static/images/uvmap/clams_o3col_{{date}}12.png" alt="O3 column {{ date }}"whith="250" height="250" border="0">
1.20 + <img src="/static/images/uvmap/clams_uvi_{{ date }}12.png" alt="UV Index {{ date }}" whith="250" height="250" border="0">
1.21 + </div>
1.22 +
1.23 +
1.24 + </div>
1.25 +
1.26 +{% endblock %}