equal
deleted
inserted
replaced
|
1 {% extends "theme.html" %} |
|
2 {% block body %} |
|
3 <div class="container"> |
|
4 <div class="col-lg-12"> |
|
5 <div class="row"> |
|
6 {{ content|safe }} |
|
7 </div> |
|
8 |
|
9 <ul class="nav navbar-nav navbar-right"> |
|
10 {% for href, caption in get_o3lossuvmap_dates(date): %} |
|
11 <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span> |
|
12 {% endfor %} |
|
13 </ul> |
|
14 |
|
15 <img src="/static/images/uvmap/clams_do3col_{{date}}12.png" alt="O3 loss {{ date }}"whith="250" height="250" border="0"> |
|
16 <img src="/static/images/uvmap/clams_o3col_{{date}}12.png" alt="O3 column {{ date }}"whith="250" height="250" border="0"> |
|
17 <img src="/static/images/uvmap/clams_uvi_{{ date }}12.png" alt="UV Index {{ date }}" whith="250" height="250" border="0"> |
|
18 </div> |
|
19 |
|
20 |
|
21 </div> |
|
22 |
|
23 {% endblock %} |