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