templates/buttons.html000
changeset 588 71233aa5377b
equal deleted inserted replaced
587:9e5a17a3b401 588:71233aa5377b
       
     1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
       
     2 <html>
       
     3   <head>
       
     4 
       
     5       <style type="text/css">
       
     6         }
       
     7         label{
       
     8             font-size: 18;
       
     9         }
       
    10 
       
    11         font-family {
       
    12             Timed New Roman, sans-serif;
       
    13         }
       
    14 
       
    15         select {
       
    16             font-size:14;
       
    17             border-color: gray;
       
    18         }
       
    19 
       
    20         input{
       
    21           font-color: black;
       
    22           font-size: 16;
       
    23           border-color: gray;
       
    24         }
       
    25 
       
    26 
       
    27 
       
    28       </style>
       
    29   </head>
       
    30 
       
    31   <body>
       
    32    <form method="post" action="/ozoneloss/uvi">
       
    33 
       
    34     <br>
       
    35     <br>
       
    36     <label for="Dobson-Unit">Bitte Ozonverlust auswählen:</label>
       
    37      <br>
       
    38        <p>
       
    39      <select name="Dobson-Unit" size="1">
       
    40       <option>25</option>
       
    41       <option selected>50</option>
       
    42       <option>75</option>
       
    43       <option>100</option>
       
    44      </select>
       
    45            <a>Dobson-Einheiten</a>
       
    46        </p>
       
    47     <br>
       
    48      <br>
       
    49     <br>
       
    50     <label for="Gradzahl">Bitte geographische Breite auswählen:</label>
       
    51      <br>
       
    52        <p>
       
    53      <select name="Gradzahl" size="1">
       
    54       <option>80° N</option>
       
    55       <option>70° N</option>
       
    56       <option>60° N</option>
       
    57       <option selected>50° N</option>
       
    58       <option>50° S</option>
       
    59       <option>60° S</option>
       
    60       <option>70° S</option>
       
    61       <option>80° S</option>
       
    62      </select>
       
    63        </p>
       
    64     <br>
       
    65     <br>
       
    66 
       
    67     <input type="submit" value="Graph anzeigen"/>
       
    68     <input type="reset" value="zurücksetzten">
       
    69 
       
    70    </form>
       
    71   </body>
       
    72 </html>
       
    73 
Impressum Datenschutzerklärung