templates/buttons.html000
changeset 588 71233aa5377b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/templates/buttons.html000	Tue Jan 17 09:21:45 2017 +0100
     1.3 @@ -0,0 +1,73 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
     1.5 +<html>
     1.6 +  <head>
     1.7 +
     1.8 +      <style type="text/css">
     1.9 +        }
    1.10 +        label{
    1.11 +            font-size: 18;
    1.12 +        }
    1.13 +
    1.14 +        font-family {
    1.15 +            Timed New Roman, sans-serif;
    1.16 +        }
    1.17 +
    1.18 +        select {
    1.19 +            font-size:14;
    1.20 +            border-color: gray;
    1.21 +        }
    1.22 +
    1.23 +        input{
    1.24 +          font-color: black;
    1.25 +          font-size: 16;
    1.26 +          border-color: gray;
    1.27 +        }
    1.28 +
    1.29 +
    1.30 +
    1.31 +      </style>
    1.32 +  </head>
    1.33 +
    1.34 +  <body>
    1.35 +   <form method="post" action="/ozoneloss/uvi">
    1.36 +
    1.37 +    <br>
    1.38 +    <br>
    1.39 +    <label for="Dobson-Unit">Bitte Ozonverlust auswählen:</label>
    1.40 +     <br>
    1.41 +       <p>
    1.42 +     <select name="Dobson-Unit" size="1">
    1.43 +      <option>25</option>
    1.44 +      <option selected>50</option>
    1.45 +      <option>75</option>
    1.46 +      <option>100</option>
    1.47 +     </select>
    1.48 +           <a>Dobson-Einheiten</a>
    1.49 +       </p>
    1.50 +    <br>
    1.51 +     <br>
    1.52 +    <br>
    1.53 +    <label for="Gradzahl">Bitte geographische Breite auswählen:</label>
    1.54 +     <br>
    1.55 +       <p>
    1.56 +     <select name="Gradzahl" size="1">
    1.57 +      <option>80° N</option>
    1.58 +      <option>70° N</option>
    1.59 +      <option>60° N</option>
    1.60 +      <option selected>50° N</option>
    1.61 +      <option>50° S</option>
    1.62 +      <option>60° S</option>
    1.63 +      <option>70° S</option>
    1.64 +      <option>80° S</option>
    1.65 +     </select>
    1.66 +       </p>
    1.67 +    <br>
    1.68 +    <br>
    1.69 +
    1.70 +    <input type="submit" value="Graph anzeigen"/>
    1.71 +    <input type="reset" value="zurücksetzten">
    1.72 +
    1.73 +   </form>
    1.74 +  </body>
    1.75 +</html>
    1.76 +
Impressum Datenschutzerklärung