1 {% extends "theme.html" %}
4 <div class="container">
5 <div class="col-lg-12">
12 <form method="post" action="/ozoneloss/uvi_graph">
13 <table border="0" width="100%">
16 <select name="Dobson-Unit" size="1" font-size="14" border-color="gray">
18 <option selected>50</option>
22 DU Ozonverlust bei der Breite
23 <select name="Gradzahl" size="1" font-size="14" border-color="gray">
24 <option>80° N</option>
25 <option>70° N</option>
26 <option>60° N</option>
27 <option selected> 50° N</option>
28 <option>50° S</option>
29 <option>60° S</option>
30 <option>70° S</option>
31 <option>80° S</option>
34 <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
41 <img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6">
46 Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices:
49 <table border="black">
56 <th align="center" bgcolor="#E0E0E0">UV-Index</th>
57 <th align="center" bgcolor="#E0E0E0">Bewertung</th>
58 <th align="center" bgcolor="#E0E0E0">Schutz</th>
61 <td align="center" bgcolor="#00B000">0 – 2</td>
62 <td align="center" bgcolor="#00B000">niedrig</td>
63 <td style="padding-left:25px;">Kein Schutz erforderlich</td>
66 <td align="center" bgcolor="#FFFF00">3 – 5</td>
67 <td align="center" bgcolor="#FFFF00">mäßig</td>
68 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
71 <td align="center" bgcolor="#F87820">6 – 7</td>
72 <td align="center" bgcolor="#F87820">hoch</td>
73 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
76 <td align="center" bgcolor="#FF0000">8 – 10</td>
77 <td align="center" bgcolor="#FF0000">sehr hoch</td>
78 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
81 <td align="center" bgcolor="#7F00FF">≥ 11</td>
82 <td align="center" bgcolor="#7F00FF">extrem</td>
83 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
86 <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>
90 {{ content_explanation|safe }}