10 {% for href, caption in get_o3lossuvmap_dates(date): %} |
10 {% for href, caption in get_o3lossuvmap_dates(date): %} |
11 <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span> |
11 <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span> |
12 {% endfor %} |
12 {% endfor %} |
13 </ul> |
13 </ul> |
14 <br> |
14 <br> |
15 <img src="/static/images/uvmap/clams_do3col_{{date}}12.png" alt="O3 loss {{ date }}"whith="250" height="250" border="0" hspace=20> |
15 <img src="/static/images/uvmap/clams_do3col_{{date}}12.png" alt="O3 loss {{ date }}"whith="250" height="250" border="0" hspace=20> |
16 <img src="/static/images/uvmap/clams_o3col_{{date}}12.png" alt="O3 column {{ date }}"whith="250" height="250" border="0" hspace=20> |
16 <img src="/static/images/uvmap/clams_o3col_{{date}}12.png" alt="O3 column {{ date }}"whith="250" height="250" border="0" hspace=20> |
17 <img src="/static/images/uvmap/clams_uvi_{{ date }}12.png" alt="UV Index {{ 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 |
18 |
20 |
19 |
|
20 <br> |
|
21 <br> |
|
22 <br> |
|
23 <br> |
|
24 |
|
25 Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices: |
|
26 <br> |
|
27 <br> |
|
28 <table border="black"> |
|
29 <colgroup> |
|
30 <col width="100"> |
|
31 <col width="100"> |
|
32 <col width="400"> |
|
33 </colgroup> |
|
34 <tr> |
|
35 <th align="center" bgcolor="#E0E0E0">UV-Index</th> |
|
36 <th align="center" bgcolor="#E0E0E0">Bewertung</th> |
|
37 <th align="center" bgcolor="#E0E0E0">Schutz</th> |
|
38 </tr> |
|
39 <tr> |
|
40 <td align="center" bgcolor="#00B000">0 – 2</td> |
|
41 <td align="center" bgcolor="#00B000">niedrig</td> |
|
42 <td style="padding-left:25px;">Kein Schutz erforderlich</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td align="center" bgcolor="#FFFF00">3 – 5</td> |
|
46 <td align="center" bgcolor="#FFFF00">mäßig</td> |
|
47 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td> |
|
48 </tr> |
|
49 <tr> |
|
50 <td align="center" bgcolor="#F87820">6 – 7</td> |
|
51 <td align="center" bgcolor="#F87820">hoch</td> |
|
52 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td> |
|
53 </tr> |
|
54 <tr> |
|
55 <td align="center" bgcolor="#FF0000">8 – 10</td> |
|
56 <td align="center" bgcolor="#FF0000">sehr hoch</td> |
|
57 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td> |
|
58 </tr> |
|
59 <tr> |
|
60 <td align="center" bgcolor="#7F00FF">≥ 11</td> |
|
61 <td align="center" bgcolor="#7F00FF">extrem</td> |
|
62 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td> |
|
63 </tr> |
|
64 </table> |
|
65 <h6>Quelle: Schweizerisches Bundesamt für Gesundheit <a href="http://www.uv-index.ch/de/uvindex.html"> www.uv-index.ch/de/uvindex.html</a></h6> |
|
66 </div> |
21 </div> |
67 </div> |
22 |
68 |
23 {% endblock %} |
69 {% endblock %} |