author | Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de> |
Mon, 02 Feb 2015 15:04:17 +0100 | |
changeset 380 | 1c6c49675d42 |
parent 317 | 08fcdd86155a |
child 385 | 1f938cb838e7 |
permissions | -rw-r--r-- |
j@380 | 1 |
{% extends "theme.html" %} |
j@317 | 2 |
{% block body %} |
j@380 | 3 |
|
j@317 | 4 |
<div class="container"> |
j@317 | 5 |
<div class="col-lg-12"> |
j@317 | 6 |
<div class="row"> |
j@317 | 7 |
{{ content|safe }} |
j@380 | 8 |
</div> |
j@380 | 9 |
{{lat}} |
j@380 | 10 |
{{o3offset}} |
j@380 | 11 |
|
j@317 | 12 |
<br> |
j@380 | 13 |
<br> |
j@380 | 14 |
<i> |
j@380 | 15 |
<h3> |
j@380 | 16 |
UV-Index für 50 DU Ozonverlust bei der Breite 50°N: |
j@380 | 17 |
</h3> |
j@380 | 18 |
</i> |
j@380 | 19 |
<br> |
j@380 | 20 |
<br> |
j@380 | 21 |
|
j@380 | 22 |
<form> |
j@380 | 23 |
<img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6"> |
j@380 | 24 |
<table border="black"> |
j@380 | 25 |
<colgroup> |
j@380 | 26 |
<col width="100"> |
j@380 | 27 |
<col width="100"> |
j@380 | 28 |
<col width="400"> |
j@380 | 29 |
</colgroup> |
j@380 | 30 |
<tr> |
j@380 | 31 |
<th align="center" bgcolor="#E0E0E0">UV-Index</th> |
j@380 | 32 |
<th align="center" bgcolor="#E0E0E0">Bewertung</th> |
j@380 | 33 |
<th align="center" bgcolor="#E0E0E0">Schutz</th> |
j@380 | 34 |
</tr> |
j@380 | 35 |
<tr> |
j@380 | 36 |
<td align="center" bgcolor="#00B000">0 – 2 </td> |
j@380 | 37 |
<td align="center" bgcolor="#00B000">niedrig</td> |
j@380 | 38 |
<td style="padding-left:25px;">Kein Schutz erforderlich</td> |
j@380 | 39 |
</tr> |
j@380 | 40 |
<tr> |
j@380 | 41 |
<td align="center" bgcolor="#FFFF00">3 – 5</td> |
j@380 | 42 |
<td align="center" bgcolor="#FFFF00">mäßig</td> |
j@380 | 43 |
<td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td> |
j@380 | 44 |
</tr> |
j@380 | 45 |
<tr> |
j@380 | 46 |
<td align="center" bgcolor="#F87820">6 – 7</td> |
j@380 | 47 |
<td align="center" bgcolor="#F87820">hoch</td> |
j@380 | 48 |
<td style="padding-left:25px">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td> |
j@380 | 49 |
</tr> |
j@380 | 50 |
<tr> |
j@380 | 51 |
<td align="center" bgcolor="#FF0000">8 – 10</td> |
j@380 | 52 |
<td align="center" bgcolor="#FF0000">sehr hoch</td> |
j@380 | 53 |
<td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td> |
j@380 | 54 |
</tr> |
j@380 | 55 |
<tr> |
j@380 | 56 |
<td align="center" bgcolor="#7F00FF">≥ 11</td> |
j@380 | 57 |
<td align="center" bgcolor="#7F00FF">extrem</td> |
j@380 | 58 |
<td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td> |
j@380 | 59 |
</tr> |
j@380 | 60 |
</table> |
j@380 | 61 |
<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> |
j@380 | 62 |
|
j@380 | 63 |
</form> |
j@380 | 64 |
<br> |
j@380 | 65 |
<br> |
j@380 | 66 |
<i> |
j@380 | 67 |
<h4> |
j@380 | 68 |
Andere Werte auswählen: |
j@380 | 69 |
</h4> |
j@380 | 70 |
</i> |
j@380 | 71 |
|
j@380 | 72 |
<form method="post" action="/ozoneloss/uvi_graph"> |
j@380 | 73 |
<table border="0" width="100%"> |
j@380 | 74 |
<tr> |
j@380 | 75 |
<th> <label for="Dobson-Unit" font-size="18">Bitte Ozonverlust auswählen:</label> </th> |
j@380 | 76 |
<th> <label for="Gradzahl">Bitte geographische Breite auswählen:</label> </th> |
j@380 | 77 |
</tr> |
j@380 | 78 |
<tr> |
j@380 | 79 |
<td> |
j@380 | 80 |
<p> |
j@380 | 81 |
<select name="Dobson-Unit" size="1" font-size="14" border-color="gray"> |
j@380 | 82 |
<option>25</option> |
j@380 | 83 |
<option selected>50</option> |
j@380 | 84 |
<option>75</option> |
j@380 | 85 |
<option>100</option> |
j@380 | 86 |
</select> |
j@380 | 87 |
Dobson-Einheiten |
j@380 | 88 |
</p> |
j@380 | 89 |
</td> |
j@380 | 90 |
<td> |
j@380 | 91 |
<p> |
j@380 | 92 |
<select name="Gradzahl" size="1" font-size="14" border-color="gray"> |
j@380 | 93 |
<option>80° N</option> |
j@380 | 94 |
<option>70° N</option> |
j@380 | 95 |
<option>60° N</option> |
j@380 | 96 |
<option selected>50° N</option> |
j@380 | 97 |
<option>50° S</option> |
j@380 | 98 |
<option>60° S</option> |
j@380 | 99 |
<option>70° S</option> |
j@380 | 100 |
<option>80° S</option> |
j@380 | 101 |
</select> |
j@380 | 102 |
</p> |
j@380 | 103 |
</td> |
j@380 | 104 |
</tr> |
j@380 | 105 |
</table> |
j@380 | 106 |
|
j@380 | 107 |
<br> |
j@380 | 108 |
|
j@380 | 109 |
<input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/> |
j@380 | 110 |
|
j@380 | 111 |
</form> |
j@380 | 112 |
|
j@317 | 113 |
|
j@317 | 114 |
<div class="row"> |
j@317 | 115 |
{{ content_explanation|safe }} |
j@317 | 116 |
{{ modal_info|safe }} |
j@317 | 117 |
</div> |
j@317 | 118 |
|
j@317 | 119 |
</div> |
j@317 | 120 |
|
j@317 | 121 |
</div> |
j@380 | 122 |
|
j@317 | 123 |
{% endblock %} |