1 {% extends "theme.html" %}
9 Timed New Roman, sans-serif;
25 <div class="container">
26 <div class="col-lg-12">
35 UV-Index für {{o3offsetstr}} DU Ozonverlust bei der Breite {{latstr}}:
42 <form method="get" action="/ozoneloss/uvi">
44 <img src="/static/images/uvindex/{{figname}}" border="6">
46 <table border="black">
53 <th align="center" bgcolor="#E0E0E0">UV-Index</th>
54 <th align="center" bgcolor="#E0E0E0">Bewertung</th>
55 <th align="center" bgcolor="#E0E0E0">Schutz</th>
58 <td align="center" bgcolor="#00B000">0 – 2 </td>
59 <td align="center" bgcolor="#00B000">niedrig</td>
60 <td style="padding-left:25px;">Kein Schutz erforderlich</td>
63 <td align="center" bgcolor="#FFFF00">3 – 5</td>
64 <td align="center" bgcolor="#FFFF00">mäßig</td>
65 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
68 <td align="center" bgcolor="#FFA500">6 – 7</td>
69 <td align="center" bgcolor="#FFA500">hoch</td>
70 <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
73 <td align="center" bgcolor="#FF0000">8 – 10</td>
74 <td align="center" bgcolor="#FF0000">sehr hoch</td>
75 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
78 <td align="center" bgcolor="#7F00FF">≥ 11</td>
79 <td align="center" bgcolor="#7F00FF">extrem</td>
80 <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
83 <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>
89 Andere Werte auswählen:
93 <form method="post" action="/ozoneloss/uvi_graph">
94 <table border="0" width="100%">
96 <th> <label for="Dobson-Unit" font-size="18">Bitte Ozonverlust auswählen:</label> </th>
97 <th> <label for="Gradzahl">Bitte geographische Breite auswählen:</label> </th>
102 <select name="Dobson-Unit" size="1" font-size="14" border-color="gray">
104 <option selected>50</option>
113 <select name="Gradzahl" size="1" font-size="14" border-color="gray">
114 <option>80° N</option>
115 <option>70° N</option>
116 <option>60° N</option>
117 <option selected>50° N</option>
118 <option>50° S</option>
119 <option>60° S</option>
120 <option>70° S</option>
121 <option>80° S</option>
132 <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
138 {{ content_explanation|safe }}
139 {{ modal_info|safe }}