templates/ozoneloss_uvi.html
changeset 1053 878b81ffb8f7
parent 472 f75fb6882c42
equal deleted inserted replaced
1052:4fae7e615b2b 1053:878b81ffb8f7
     7 {{ content|safe }}
     7 {{ content|safe }}
     8 </div>
     8 </div>
     9 
     9 
    10 <br>
    10 <br>
    11 
    11 
    12 <form method="post" action="/ozoneloss/uvi_graph">
    12 {{ html_content|safe }}
    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       <option>125</option>
       
    22     </select>
       
    23     DU zusätzlichen Ozonverlust bei der Breite
       
    24     <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
       
    25       <option>80° N</option>
       
    26       <option>70° N</option>
       
    27       <option>60° N</option>
       
    28       <option selected> 50° N</option>
       
    29       <option>50° S</option>
       
    30       <option>60° S</option>
       
    31       <option>70° S</option>
       
    32       <option>80° S</option>
       
    33     </select>
       
    34     : &nbsp;&nbsp;&nbsp;
       
    35     <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
       
    36     </p>
       
    37     </h4>		 
       
    38 </tr>
       
    39 </table>
       
    40 </form>
       
    41 <br>
    13 <br>
    42 <img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6">
    14 <img src="/static/images/uvindex/{{ figname }}" alt="{{ alt }}" border="6">
    43 
    15 <br>
       
    16 {{ html_table|safe }}
    44 <br>
    17 <br>
    45 <br>
    18 <br>
    46 
       
    47 Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices:
       
    48 <br>
       
    49 <br>
       
    50 <table border="black">
       
    51   <colgroup>
       
    52   <col width="100">
       
    53   <col width="100">
       
    54   <col width="400">
       
    55   </colgroup>
       
    56   <tr>
       
    57     <th align="center" bgcolor="#E0E0E0">UV-Index</th>
       
    58     <th align="center" bgcolor="#E0E0E0">Bewertung</th>
       
    59     <th align="center" bgcolor="#E0E0E0">Schutz</th>
       
    60   </tr>
       
    61   <tr>
       
    62     <td align="center" bgcolor="#00B000">0 – 2</td>
       
    63     <td align="center" bgcolor="#00B000">niedrig</td>
       
    64     <td style="padding-left:25px;">Kein Schutz erforderlich</td>
       
    65   </tr>
       
    66   <tr>
       
    67     <td align="center" bgcolor="#FFFF00">3 – 5</td>
       
    68     <td align="center" bgcolor="#FFFF00">mäßig</td>
       
    69     <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
       
    70   </tr>
       
    71   <tr>
       
    72     <td align="center" bgcolor="#F87820">6 – 7</td>
       
    73     <td align="center" bgcolor="#F87820">hoch</td>
       
    74     <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
       
    75   </tr>
       
    76   <tr>
       
    77     <td align="center" bgcolor="#FF0000">8 – 10</td>
       
    78     <td align="center" bgcolor="#FF0000">sehr hoch</td>
       
    79     <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
       
    80   </tr>
       
    81   <tr>
       
    82     <td align="center" bgcolor="#7F00FF">≥ 11</td>
       
    83     <td align="center" bgcolor="#7F00FF">extrem</td>
       
    84     <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
       
    85   </tr>
       
    86 </table>
       
    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>
       
    88 
       
    89 
    19 
    90 <div class="row">
    20 <div class="row">
    91 {{ content_explanation|safe }}
    21 {{ content_explanation|safe }}
    92 {{ modal_info|safe }}
    22 {{ modal_info|safe }}
    93 </div>
    23 </div>
Impressum Datenschutzerklärung