templates/ozoneloss_uvi.html
author Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de>
Tue, 10 Feb 2015 08:14:09 +0100
changeset 391 0310a10ab15b
parent 385 1f938cb838e7
child 472 f75fb6882c42
permissions -rw-r--r--
kl. Text?nderung
j@380
     1
{% extends "theme.html" %}
j@317
     2
{% block body %}
j@380
     3
j@317
     4
<div class="container">
j@385
     5
<div class="col-lg-12">
j@385
     6
<div class="row">
j@385
     7
{{ content|safe }}
j@385
     8
</div>
j@380
     9
j@385
    10
<br>
j@380
    11
j@385
    12
<form method="post" action="/ozoneloss/uvi_graph">
j@385
    13
<table border="0" width="100%">
j@385
    14
  <tr> <h4>
j@385
    15
    <p> UV-Index für
j@385
    16
    <select name="Dobson-Unit" size="1" font-size="14"  border-color="gray">
j@385
    17
      <option>25</option>
j@385
    18
      <option selected>50</option>
j@385
    19
      <option>75</option>
j@385
    20
      <option>100</option>
j@385
    21
    </select>
j@391
    22
    DU zusätzlichen Ozonverlust bei der Breite
j@385
    23
    <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
j@385
    24
      <option>80° N</option>
j@385
    25
      <option>70° N</option>
j@385
    26
      <option>60° N</option>
j@385
    27
      <option selected> 50° N</option>
j@385
    28
      <option>50° S</option>
j@385
    29
      <option>60° S</option>
j@385
    30
      <option>70° S</option>
j@385
    31
      <option>80° S</option>
j@385
    32
    </select>
j@385
    33
    : &nbsp;&nbsp;&nbsp;
j@385
    34
    <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
j@385
    35
    </p>
j@385
    36
    </h4>		 
j@385
    37
</tr>
j@385
    38
</table>
j@385
    39
</form>
j@385
    40
<br>
j@385
    41
<img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6">
j@380
    42
j@385
    43
<br>
j@385
    44
<br>
j@380
    45
j@385
    46
Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices:
j@385
    47
<br>
j@385
    48
<br>
j@385
    49
<table border="black">
j@385
    50
  <colgroup>
j@385
    51
  <col width="100">
j@385
    52
  <col width="100">
j@385
    53
  <col width="400">
j@385
    54
  </colgroup>
j@385
    55
  <tr>
j@385
    56
    <th align="center" bgcolor="#E0E0E0">UV-Index</th>
j@385
    57
    <th align="center" bgcolor="#E0E0E0">Bewertung</th>
j@385
    58
    <th align="center" bgcolor="#E0E0E0">Schutz</th>
j@385
    59
  </tr>
j@385
    60
  <tr>
j@385
    61
    <td align="center" bgcolor="#00B000">0 – 2</td>
j@385
    62
    <td align="center" bgcolor="#00B000">niedrig</td>
j@385
    63
    <td style="padding-left:25px;">Kein Schutz erforderlich</td>
j@385
    64
  </tr>
j@385
    65
  <tr>
j@385
    66
    <td align="center" bgcolor="#FFFF00">3 – 5</td>
j@385
    67
    <td align="center" bgcolor="#FFFF00">mäßig</td>
j@385
    68
    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
j@385
    69
  </tr>
j@385
    70
  <tr>
j@385
    71
    <td align="center" bgcolor="#F87820">6 – 7</td>
j@385
    72
    <td align="center" bgcolor="#F87820">hoch</td>
j@385
    73
    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
j@385
    74
  </tr>
j@385
    75
  <tr>
j@385
    76
    <td align="center" bgcolor="#FF0000">8 – 10</td>
j@385
    77
    <td align="center" bgcolor="#FF0000">sehr hoch</td>
j@385
    78
    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
j@385
    79
  </tr>
j@385
    80
  <tr>
j@385
    81
    <td align="center" bgcolor="#7F00FF">≥ 11</td>
j@385
    82
    <td align="center" bgcolor="#7F00FF">extrem</td>
j@385
    83
    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
j@385
    84
  </tr>
j@385
    85
</table>
j@385
    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>
j@380
    87
j@317
    88
j@317
    89
<div class="row">
j@317
    90
{{ content_explanation|safe }}
j@317
    91
{{ modal_info|safe }}
j@317
    92
</div>
j@317
    93
j@317
    94
</div>
j@317
    95
j@317
    96
</div>
j@380
    97
j@317
    98
{% endblock %}
Impressum Datenschutzerklärung