52 <option>60° S</option> |
52 <option>60° S</option> |
53 <option>70° S</option> |
53 <option>70° S</option> |
54 <option>80° S</option> |
54 <option>80° S</option> |
55 </select> |
55 </select> |
56 : |
56 : |
57 <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/> |
57 <input type="submit" value="{{button_text}}" font-color="black" font-size="16" border-color="gray"/> |
58 </p> |
58 </p> |
59 </h4> |
59 </h4> |
60 </tr> |
60 </tr> |
61 </table> |
61 </table> |
62 </form> |
62 </form> |
63 <br> |
63 <br> |
64 <img src="/static/images/uvindex/{{figname}}" border="6"> |
64 <img src="/static/images/uvindex/{{figname}}" border="6"> |
65 |
65 <br> |
|
66 {{ html_table|safe }} |
66 <br> |
67 <br> |
67 <br> |
68 <br> |
68 |
|
69 Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices: |
|
70 <br> |
|
71 <br> |
|
72 <table border="black"> |
|
73 <colgroup> |
|
74 <col width="100"> |
|
75 <col width="100"> |
|
76 <col width="400"> |
|
77 </colgroup> |
|
78 <tr> |
|
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> |
|
82 </tr> |
|
83 <tr> |
|
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> |
|
87 </tr> |
|
88 <tr> |
|
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> |
|
92 </tr> |
|
93 <tr> |
|
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> |
|
97 </tr> |
|
98 <tr> |
|
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> |
|
102 </tr> |
|
103 <tr> |
|
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> |
|
107 </tr> |
|
108 </table> |
|
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> |
|
110 |
|
111 |
69 |
112 <div class="row"> |
70 <div class="row"> |
113 {{ content_explanation|safe }} |
71 {{ content_explanation|safe }} |
114 {{ modal_info|safe }} |
72 {{ modal_info|safe }} |
115 </div> |
73 </div> |