1 {% extends "theme.html" %}
9 Timed New Roman, sans-serif;
25 <div class="container">
26 <div class="col-lg-12">
33 <form method="post" action="/ozoneloss/uvi_graph">
34 <table border="0" width="100%">
37 <select name="Dobson-Unit" size="1" font-size="14" border-color="gray">
38 <option>{{o3offsetstr}}</option>
44 DU Ozonverlust bei der Breite
45 <select name="Gradzahl" size="1" font-size="14" border-color="gray">
46 <option>{{latstr}}</option>
47 <option>80° N</option>
48 <option>70° N</option>
49 <option>60° N</option>
50 <option>50° N</option>
51 <option>50° S</option>
52 <option>60° S</option>
53 <option>70° S</option>
54 <option>80° S</option>
57 <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
64 <img src="/static/images/uvindex/{{figname}}" border="6">
69 Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices:
72 <table border="black">
79 <th align="center" bgcolor="#E0E0E0">UV-Index</th>
80 <th align="center" bgcolor="#E0E0E0">Bewertung</th>
81 <th align="center" bgcolor="#E0E0E0">Schutz</th>
84 <td align="center" bgcolor="#00B000">0 – 2</td>
85 <td align="center" bgcolor="#00B000">niedrig</td>
86 <td style="padding-left:25px;">Kein Schutz erforderlich</td>
89 <td align="center" bgcolor="#FFFF00">3 – 5</td>
90 <td align="center" bgcolor="#FFFF00">mäßig</td>
91 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
94 <td align="center" bgcolor="#F87820">6 – 7</td>
95 <td align="center" bgcolor="#F87820">hoch</td>
96 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
99 <td align="center" bgcolor="#FF0000">8 – 10</td>
100 <td align="center" bgcolor="#FF0000">sehr hoch</td>
101 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
104 <td align="center" bgcolor="#7F00FF">≥ 11</td>
105 <td align="center" bgcolor="#7F00FF">extrem</td>
106 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
109 <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>
113 {{ content_explanation|safe }}
114 {{ modal_info|safe }}