<%@page language="abap" %>
<html>
  <head>
    <link rel="stylesheet" href="../../sap/public/bc/bsp/styles/sapbsp.css">
    <title> Einstiegsbild </title>
  </head>
  <body class="bspBody1">
    <form>
     Abflugdatum: <input type =text name="wa1-vondatum">
     bis:         <input type =text name="wa1-bisdatum"> <br>
     Abflugsort:  <input type =text name="wa1-cityfrom">
     Ankunftsort: <input type =text name="wa1-cityto"> <br><br>
     <input type=submit name="onInputProcessing(find)" value="Suchen">
     <input type=submit name="onInputProcessing(exit)" value="Beenden">
   </form>
  </body>
</html>