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