<%@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 die Registrierung!
<br>
  <form>
   Dies sind Ihre Registrierungsdaten:<br>
   <table border=1>
    <tr>  <th>Name     </th> <td> <%=application->custom-name%>  </td> </tr>
    <tr>  <th>Anrede   </th> <td> <%=application->custom-form%>   </td> </tr>
    <tr>  <th>Strasse  </th> <td> <%=application->custom-street%> </td> </tr>
    <tr>  <th>Stadt    </th> <td> <%=application->custom-city%>   </td> </tr>
    <tr>  <th>Telefon  </th> <td> <%=application->custom-telephone%>  </td> </tr>
    <tr>  <th>Kundentyp</th> <td> <%=application->custom-custtype%>  </td> </tr>
   </table>
   Dies ist Ihre neue Kundennummer:  <%=application->custom-id%><br>
   (Merken Sie sich die Kundennummer und die Schreibweise Ihres eingegebenen Namens.)<br>

     <input type=submit name="onInputProcessing(weiter)" value="weiter">
     <input type=submit name="onInputProcessing(Zurueck)" value="Zurck">
     <input type=submit name="onInputProcessing(exit)" value="Beenden">
   </form>

  </body>

</html>