<%@page language="abap"%>
<html>

  <head>
    <link rel="stylesheet" href="../../sap/public/bc/bsp/styles/sapbsp.css">
    <title> Login-Seite: Authentifizieren </title>
  </head>

  <body class="bspBody1">
hallo, hier ist der login!
<br>
  <form>
Sie haben zum Buchen ausgewhlt (Index <%=application->ind%>):<br>
   <table border=1>
    <tr>  <th>Flugdatum</th> <td> <%= page->to_string( value = application->wa2-fldate
                   format = if_bsp_page~co_format_long )%></td> </tr>
    <tr>  <th>Flugges.</th>         <td> <%= application->wa2-carrid%>    </td> </tr>
    <tr>  <th>Fluglinie</th>        <td> <%= application->wa2-connid%>    </td> </tr>
    <tr>  <th>Flugdauer</th>        <td> <%= application->wa2-fltime%>    </td> </tr>
    <tr>  <th>Preis</th>            <td> <%= application->wa2-price%>     </td> </tr>
    <tr>  <th>Whrung</th>          <td> <%= application->wa2-currency%>  </td> </tr>
    <tr>  <th>Anz. freie Sitze</th> <td> <%= application->wa2-seatsfree%> </td> </tr>
   </table>
   Bitte authentifizieren Sie sich hier:<br>
   Eingabe von Kundenname (Gross-/Kleinschreibung beachten) und Kundennummer..<br>
   <table border=1>
    <tr> <th>Kundenname</th> <td> <input type=text name="custom-name"> </td> </tr>
    <tr> <th>Kundennummer</th> <td> <input type=text name="custom-id"> </td>   </tr>
   </table>

     <input type=submit name="onInputProcessing(book)" value="Buchen!">
     <input type=submit name="onInputProcessing(regi)" value="Registrieren">
     <input type=submit name="onInputProcessing(Zurueck)" value="Zurck">
     <input type=submit name="onInputProcessing(exit)" value="Beenden">
   </form>

  </body>

</html>