templates/graph.html
changeset 1057 53622e770eca
parent 1053 878b81ffb8f7
equal deleted inserted replaced
1056:cdd6167a71de 1057:53622e770eca
     1 {% extends "theme.html" %}
       
     2 <head>
       
     3 }
       
     4 label{
       
     5 font-size: 18;
       
     6 }
       
     7 
       
     8 font-family {
       
     9 Timed New Roman, sans-serif;
       
    10 }
       
    11 
       
    12 select {
       
    13 font-size:14;
       
    14 border-color: gray;
       
    15 }
       
    16 
       
    17 input{
       
    18 font-color: black;
       
    19 font-size: 16;
       
    20 border-color: gray;
       
    21 }
       
    22 
       
    23 </head>
       
    24 {% block body %}
       
    25 <div class="container">
       
    26 <div class="col-lg-12">
       
    27 <div class="row">
       
    28 {{ content|safe }}
       
    29 </div>
       
    30 
       
    31 <br>
       
    32 
       
    33 <form method="post" action="/ozoneloss/uvi_graph">
       
    34 <table border="0" width="100%">
       
    35   <tr> <h4>
       
    36     <p> UV-Index für
       
    37     <select name="Dobson-Unit" size="1" font-size="14"  border-color="gray">
       
    38       <option>{{o3offsetstr}}</option>
       
    39       <option>25</option>
       
    40       <option>50</option>
       
    41       <option>75</option>
       
    42       <option>100</option>
       
    43     </select>
       
    44     DU zusätzlichen Ozonverlust bei der Breite
       
    45     <select name="Gradzahl" size="1" font-size="14"  border-color="gray">
       
    46       <option>{{latstr}}</option>
       
    47       <option>80° N</option>
       
    48       <option>70° N</option>
       
    49       <option>60° N</option>
       
    50       <option>50° N</option>
       
    51       <option>50° S</option>
       
    52       <option>60° S</option>
       
    53       <option>70° S</option>
       
    54       <option>80° S</option>
       
    55     </select>
       
    56     : &nbsp;&nbsp;&nbsp;
       
    57     <input type="submit" value="{{button_text}}" font-color="black" font-size="16" border-color="gray"/>
       
    58     </p>
       
    59     </h4>		 
       
    60 </tr>
       
    61 </table>
       
    62 </form>
       
    63 <br>
       
    64 <img src="/static/images/uvindex/{{figname}}" border="6">
       
    65 <br>
       
    66 {{ html_table|safe }}
       
    67 <br>
       
    68 <br>
       
    69 
       
    70 <div class="row">
       
    71 {{ content_explanation|safe }}
       
    72 {{ modal_info|safe }}
       
    73 </div>
       
    74 
       
    75 </div>
       
    76 
       
    77 </div>
       
    78 
       
    79 {% endblock %}
       
Impressum Datenschutzerklärung