65 lines
2.4 KiB
PHTML
65 lines
2.4 KiB
PHTML
<div class="inhalt">
|
|
<div class="login-container">
|
|
<h1>Registrieren</h1>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-vorname" type="text" placeholder="Vorname">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-nachname" type="text" placeholder="Nachname">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-email" type="text" placeholder="E-Mail">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-passwort" type="text" placeholder="Passwort">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-passwort-repeat" type="text" placeholder="Passwort wiederholen">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-strasse" type="text" placeholder="Straße">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-hausnr" type="text" placeholder="Hausnr.">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-postleitzahl" type="text" placeholder="Postleitzahl">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-ort" type="text" placeholder="Ort">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-land" type="text" placeholder="Land">
|
|
</label>
|
|
</form>
|
|
<form class="form-horizontal" action="#" method="post">
|
|
<label>
|
|
<input class="input-tel" type="text" placeholder="Telefonnr.">
|
|
</label>
|
|
</form>
|
|
<button class="button-register">Registrieren</button>
|
|
<a class="link-konto-erstellen">Login</a>
|
|
|
|
</div>
|
|
</div>
|
|
|