<%@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>
   Bitte registrieren Sie sich hier:<br>
   <table border=1>
    <tr>  <th>Name      </th> <td> <input type=text name="custom-name">      </td> </tr>
    <tr>  <th>Anrede    </th> <td> <input type=text name="custom-form">      </td> </tr>
    <tr>  <th>Strasse   </th> <td> <input type=text name="custom-street">    </td> </tr>
    <tr>  <th>Stadt     </th> <td> <input type=text name="custom-city">      </td> </tr>
    <tr>  <th>Telefon   </th> <td> <input type=text name="custom-telephone"> </td> </tr>
    <tr>  <th>Kundentyp </th> <td> <input type=text name="custom-custtype">  </td> </tr>
   </table>

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

  </body>

</html>