templates/ozoneloss_uvi.html
changeset 1053 878b81ffb8f7
parent 472 f75fb6882c42
     1.1 --- a/templates/ozoneloss_uvi.html	Mon Feb 03 16:20:55 2020 +0100
     1.2 +++ b/templates/ozoneloss_uvi.html	Mon Feb 03 17:20:42 2020 +0100
     1.3 @@ -9,83 +9,13 @@
     1.4  
     1.5  <br>
     1.6  
     1.7 -<form method="post" action="/ozoneloss/uvi_graph">
     1.8 -<table border="0" width="100%">
     1.9 -  <tr> <h4>
    1.10 -    <p> UV-Index für
    1.11 -    <select name="Dobson-Unit" size="1" font-size="14"  border-color="gray">
    1.12 -      <option>25</option>
    1.13 -      <option selected>50</option>
    1.14 -      <option>75</option>
    1.15 -      <option>100</option>
    1.16 -      <option>125</option>
    1.17 -    </select>
    1.18 -    DU zusätzlichen Ozonverlust bei der Breite
    1.19 -    <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
    1.20 -      <option>80° N</option>
    1.21 -      <option>70° N</option>
    1.22 -      <option>60° N</option>
    1.23 -      <option selected> 50° N</option>
    1.24 -      <option>50° S</option>
    1.25 -      <option>60° S</option>
    1.26 -      <option>70° S</option>
    1.27 -      <option>80° S</option>
    1.28 -    </select>
    1.29 -    : &nbsp;&nbsp;&nbsp;
    1.30 -    <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
    1.31 -    </p>
    1.32 -    </h4>		 
    1.33 -</tr>
    1.34 -</table>
    1.35 -</form>
    1.36 +{{ html_content|safe }}
    1.37  <br>
    1.38 -<img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6">
    1.39 -
    1.40 +<img src="/static/images/uvindex/{{ figname }}" alt="{{ alt }}" border="6">
    1.41  <br>
    1.42 +{{ html_table|safe }}
    1.43  <br>
    1.44 -
    1.45 -Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices:
    1.46  <br>
    1.47 -<br>
    1.48 -<table border="black">
    1.49 -  <colgroup>
    1.50 -  <col width="100">
    1.51 -  <col width="100">
    1.52 -  <col width="400">
    1.53 -  </colgroup>
    1.54 -  <tr>
    1.55 -    <th align="center" bgcolor="#E0E0E0">UV-Index</th>
    1.56 -    <th align="center" bgcolor="#E0E0E0">Bewertung</th>
    1.57 -    <th align="center" bgcolor="#E0E0E0">Schutz</th>
    1.58 -  </tr>
    1.59 -  <tr>
    1.60 -    <td align="center" bgcolor="#00B000">0 – 2</td>
    1.61 -    <td align="center" bgcolor="#00B000">niedrig</td>
    1.62 -    <td style="padding-left:25px;">Kein Schutz erforderlich</td>
    1.63 -  </tr>
    1.64 -  <tr>
    1.65 -    <td align="center" bgcolor="#FFFF00">3 – 5</td>
    1.66 -    <td align="center" bgcolor="#FFFF00">mäßig</td>
    1.67 -    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
    1.68 -  </tr>
    1.69 -  <tr>
    1.70 -    <td align="center" bgcolor="#F87820">6 – 7</td>
    1.71 -    <td align="center" bgcolor="#F87820">hoch</td>
    1.72 -    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
    1.73 -  </tr>
    1.74 -  <tr>
    1.75 -    <td align="center" bgcolor="#FF0000">8 – 10</td>
    1.76 -    <td align="center" bgcolor="#FF0000">sehr hoch</td>
    1.77 -    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
    1.78 -  </tr>
    1.79 -  <tr>
    1.80 -    <td align="center" bgcolor="#7F00FF">≥ 11</td>
    1.81 -    <td align="center" bgcolor="#7F00FF">extrem</td>
    1.82 -    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
    1.83 -  </tr>
    1.84 -</table>
    1.85 -<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>
    1.86 -
    1.87  
    1.88  <div class="row">
    1.89  {{ content_explanation|safe }}
Impressum Datenschutzerklärung