41 lines
1.2 KiB
PHP
41 lines
1.2 KiB
PHP
<div class="content">
|
|
<div class="settings">
|
|
<form class="settings-profile">
|
|
<input type="text"
|
|
name="first-name"
|
|
placeholder="Voornaam"
|
|
><br />
|
|
<input type="text"
|
|
name="last-name"
|
|
placeholder="Lastname"
|
|
><br />
|
|
<input type="text"
|
|
name="place"
|
|
placeholder="Woonplaats"
|
|
><br />
|
|
<input type="submit"
|
|
>
|
|
</form>
|
|
|
|
|
|
<form class="settings-password platform" method="post">
|
|
<h5>Verander Wachtwoord</h5>
|
|
<br />
|
|
<input type="password"
|
|
name="password-old"
|
|
placeholder="Oud wachtwoord"
|
|
><br />
|
|
<input type="password"
|
|
name="password-new"
|
|
placeholder="Nieuw wachtwoord"
|
|
><br />
|
|
<input type="password"
|
|
name="password-confirm"
|
|
placeholder="Bevestig wachtwoord"
|
|
><br />
|
|
<input type="submit"
|
|
value="Verander wachtwoord"
|
|
>
|
|
</form>
|
|
</div>
|
|
</div> |