templates/ozoneloss_uvi.html
changeset 385 1f938cb838e7
parent 380 1c6c49675d42
child 391 0310a10ab15b
     1.1 --- a/templates/ozoneloss_uvi.html	Wed Feb 04 19:25:13 2015 +0100
     1.2 +++ b/templates/ozoneloss_uvi.html	Thu Feb 05 10:49:25 2015 +0100
     1.3 @@ -2,113 +2,88 @@
     1.4  {% block body %}
     1.5  
     1.6  <div class="container">
     1.7 - <div class="col-lg-12">
     1.8 - 	<div class="row">
     1.9 -     {{ content|safe }}
    1.10 -    </div>
    1.11 -        {{lat}}
    1.12 -        {{o3offset}}
    1.13 +<div class="col-lg-12">
    1.14 +<div class="row">
    1.15 +{{ content|safe }}
    1.16 +</div>
    1.17  
    1.18 - <br>
    1.19 - <br>
    1.20 -     <i>
    1.21 -         <h3>
    1.22 -            UV-Index für 50 DU Ozonverlust bei der Breite 50°N:
    1.23 -         </h3>
    1.24 -     </i>
    1.25 - <br>
    1.26 - <br>
    1.27 +<br>
    1.28  
    1.29 -     <form>
    1.30 -            <img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6">
    1.31 -            <table border="black">
    1.32 -                <colgroup>
    1.33 -                    <col width="100">
    1.34 -                    <col width="100">
    1.35 -                    <col width="400">
    1.36 -                </colgroup>
    1.37 -                <tr>
    1.38 -                    <th align="center" bgcolor="#E0E0E0">UV-Index</th>
    1.39 -                    <th align="center" bgcolor="#E0E0E0">Bewertung</th>
    1.40 -                    <th align="center" bgcolor="#E0E0E0">Schutz</th>
    1.41 -                </tr>
    1.42 -                <tr>
    1.43 -                    <td align="center" bgcolor="#00B000">0 – 2 </td>
    1.44 -                    <td align="center" bgcolor="#00B000">niedrig</td>
    1.45 -                    <td style="padding-left:25px;">Kein Schutz erforderlich</td>
    1.46 -                </tr>
    1.47 -                <tr>
    1.48 -                    <td align="center" bgcolor="#FFFF00">3 – 5</td>
    1.49 -                    <td align="center" bgcolor="#FFFF00">mäßig</td>
    1.50 -                    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
    1.51 -                </tr>
    1.52 -                <tr>
    1.53 -                    <td align="center" bgcolor="#F87820">6 – 7</td>
    1.54 -                    <td align="center" bgcolor="#F87820">hoch</td>
    1.55 -                    <td style="padding-left:25px">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
    1.56 -                </tr>
    1.57 -                <tr>
    1.58 -                    <td align="center" bgcolor="#FF0000">8 – 10</td>
    1.59 -                    <td align="center" bgcolor="#FF0000">sehr hoch</td>
    1.60 -                    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
    1.61 -                </tr>
    1.62 -                <tr>
    1.63 -                    <td align="center" bgcolor="#7F00FF">≥ 11</td>
    1.64 -                    <td align="center" bgcolor="#7F00FF">extrem</td>
    1.65 -                    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
    1.66 -                </tr>
    1.67 -            </table>
    1.68 -            <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.69 +<form method="post" action="/ozoneloss/uvi_graph">
    1.70 +<table border="0" width="100%">
    1.71 +  <tr> <h4>
    1.72 +    <p> UV-Index für
    1.73 +    <select name="Dobson-Unit" size="1" font-size="14"  border-color="gray">
    1.74 +      <option>25</option>
    1.75 +      <option selected>50</option>
    1.76 +      <option>75</option>
    1.77 +      <option>100</option>
    1.78 +    </select>
    1.79 +    DU Ozonverlust bei der Breite
    1.80 +    <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
    1.81 +      <option>80° N</option>
    1.82 +      <option>70° N</option>
    1.83 +      <option>60° N</option>
    1.84 +      <option selected> 50° N</option>
    1.85 +      <option>50° S</option>
    1.86 +      <option>60° S</option>
    1.87 +      <option>70° S</option>
    1.88 +      <option>80° S</option>
    1.89 +    </select>
    1.90 +    : &nbsp;&nbsp;&nbsp;
    1.91 +    <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
    1.92 +    </p>
    1.93 +    </h4>		 
    1.94 +</tr>
    1.95 +</table>
    1.96 +</form>
    1.97 +<br>
    1.98 +<img src="/static/images/uvindex/{{figname}}" alt="{{ alt }}" border="6">
    1.99  
   1.100 -     </form>
   1.101 - <br>
   1.102 - <br>
   1.103 -     <i>
   1.104 -         <h4>
   1.105 -             Andere Werte auswählen:
   1.106 -         </h4>
   1.107 -     </i>
   1.108 +<br>
   1.109 +<br>
   1.110  
   1.111 -    <form method="post" action="/ozoneloss/uvi_graph">
   1.112 -        <table border="0" width="100%">
   1.113 -            <tr>
   1.114 -                <th> <label for="Dobson-Unit" font-size="18">Bitte Ozonverlust auswählen:</label> </th>
   1.115 -                <th> <label for="Gradzahl">Bitte geographische Breite auswählen:</label> </th>
   1.116 -            </tr>
   1.117 -            <tr>
   1.118 -                <td>
   1.119 -                    <p>
   1.120 -                        <select name="Dobson-Unit" size="1" font-size="14"  border-color="gray">
   1.121 -                            <option>25</option>
   1.122 -                            <option selected>50</option>
   1.123 -                            <option>75</option>
   1.124 -                            <option>100</option>
   1.125 -                        </select>
   1.126 -                        Dobson-Einheiten
   1.127 -                    </p>
   1.128 -                </td>
   1.129 -                <td>
   1.130 -                    <p>
   1.131 -                         <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
   1.132 -                            <option>80° N</option>
   1.133 -                            <option>70° N</option>
   1.134 -                            <option>60° N</option>
   1.135 -                            <option selected>50° N</option>
   1.136 -                            <option>50° S</option>
   1.137 -                            <option>60° S</option>
   1.138 -                            <option>70° S</option>
   1.139 -                            <option>80° S</option>
   1.140 -                         </select>
   1.141 -                    </p>
   1.142 -                </td>
   1.143 -            </tr>
   1.144 -        </table>
   1.145 -
   1.146 -        <br>
   1.147 -
   1.148 -        <input type="submit" value="Graph anzeigen" font-color="black" font-size="16" border-color="gray"/>
   1.149 -
   1.150 -    </form>
   1.151 +Die unten stehenden Tabelle gibt einen Anhaltspunkt für die Bedeutung der verschiedenen UV-Indices:
   1.152 +<br>
   1.153 +<br>
   1.154 +<table border="black">
   1.155 +  <colgroup>
   1.156 +  <col width="100">
   1.157 +  <col width="100">
   1.158 +  <col width="400">
   1.159 +  </colgroup>
   1.160 +  <tr>
   1.161 +    <th align="center" bgcolor="#E0E0E0">UV-Index</th>
   1.162 +    <th align="center" bgcolor="#E0E0E0">Bewertung</th>
   1.163 +    <th align="center" bgcolor="#E0E0E0">Schutz</th>
   1.164 +  </tr>
   1.165 +  <tr>
   1.166 +    <td align="center" bgcolor="#00B000">0 – 2</td>
   1.167 +    <td align="center" bgcolor="#00B000">niedrig</td>
   1.168 +    <td style="padding-left:25px;">Kein Schutz erforderlich</td>
   1.169 +  </tr>
   1.170 +  <tr>
   1.171 +    <td align="center" bgcolor="#FFFF00">3 – 5</td>
   1.172 +    <td align="center" bgcolor="#FFFF00">mäßig</td>
   1.173 +    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
   1.174 +  </tr>
   1.175 +  <tr>
   1.176 +    <td align="center" bgcolor="#F87820">6 – 7</td>
   1.177 +    <td align="center" bgcolor="#F87820">hoch</td>
   1.178 +    <td style="padding-left:25px;">Schutz erforderlich: Hut, T-Shirt, Sonnenbrille, Sonnencreme</td>
   1.179 +  </tr>
   1.180 +  <tr>
   1.181 +    <td align="center" bgcolor="#FF0000">8 – 10</td>
   1.182 +    <td align="center" bgcolor="#FF0000">sehr hoch</td>
   1.183 +    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
   1.184 +  </tr>
   1.185 +  <tr>
   1.186 +    <td align="center" bgcolor="#7F00FF">≥ 11</td>
   1.187 +    <td align="center" bgcolor="#7F00FF">extrem</td>
   1.188 +    <td style="padding-left:25px;">zusätzlicher Schutz erforderlich: Aufenthalt im Freien möglichst vermeiden</td>
   1.189 +  </tr>
   1.190 +</table>
   1.191 +<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.192  
   1.193  
   1.194  <div class="row">
Impressum Datenschutzerklärung