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

  <head>
    <link rel="stylesheet" href="../../sap/public/bc/bsp/styles/sapbsp.css">
    <title> ausgewhlte Flug vervollstndigen --> login </title>
  </head>

  <body class="bspBody1">
  <form>
Sie haben zum Buchen ausgewhlt (Index <%=ind%>):<br>
   <table border=1>
    <tr>
      <th>Flugdatum</th> <td> <%= page->to_string( value = wa2-fldate format = if_bsp_page~co_format_long )%></td> </tr>
    <tr> <th>Flugges.</th> <td> <%= wa2-carrid%>    </td> </tr>
    <tr> <th>Fluglinie</th> <td> <%= wa2-connid%>    </td> </tr>
    <tr> <th>Flugdauer</th> <td> <%= wa2-fltime%>    </td> </tr>
    <tr> <th>Flugpreis</th> <td> <%= wa2-price%>     </td> </tr>
    <tr> <th>Whrung</th> <td> <%= wa2-currency%>  </td> </tr>
    <tr> <th>Anz. freie Sitze</th> <td> <%= wa2-seatsfree%> </td> </tr>
   </table>
     <input type=submit name="onInputProcessing(login)" value="Buchen --> Login">
     <input type=submit name="onInputProcessing(Zurueck)" value="Zurck">
     <input type=submit name="onInputProcessing(exit)" value="Beenden">
   </form>
  </body>

</html>