More fields
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<img style="width:50%;margin-left:25%" src="img/top-logo.png" alt="MyHyvesbook+">
|
<img style="width:50%;margin-left:25%" src="img/top-logo.png" alt="MyHyvesbook+">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="../profile.php/" method="post">
|
<form action="/profile.php" method="post">
|
||||||
<h1>Welkom </h1>
|
<h1>Welkom </h1>
|
||||||
<div class="containercenter">
|
<div class="containercenter">
|
||||||
<label><b>Gebruikersnaam</b></label>
|
<label><b>Gebruikersnaam</b></label>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
class="close" title="Close Modal">×</span>
|
class="close" title="Close Modal">×</span>
|
||||||
|
|
||||||
<!-- Register Content -->
|
<!-- Register Content -->
|
||||||
<form class="modal-content animate" action="../profile.php/" onsubmit="return passwordfunction()" method="post">
|
<form class="modal-content animate" action="/profile.php" onsubmit="return passwordfunction()" method="post">
|
||||||
<h2>Registreer je account</h2>
|
<h2>Registreer je account</h2>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -10,10 +10,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.settings label {
|
.settings label {
|
||||||
width: 200px;
|
width: 125px;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings input[type="password"], .settings input[type="text"] {
|
.settings input[type="password"],
|
||||||
|
.settings input[type="text"],
|
||||||
|
.settings input[type="date"] {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,17 @@
|
|||||||
name="place"
|
name="place"
|
||||||
placeholder="Woonplaats"
|
placeholder="Woonplaats"
|
||||||
><br />
|
><br />
|
||||||
|
<label>Geboortedatum</label>
|
||||||
|
<input type="date"
|
||||||
|
name="bday"
|
||||||
|
placeholder="01/01/1900"
|
||||||
|
><br />
|
||||||
|
<label>Locatie</label>
|
||||||
|
<input type="text"
|
||||||
|
name="location"
|
||||||
|
placeholder="Locatie"
|
||||||
|
><br />
|
||||||
|
<label></label>
|
||||||
<input type="submit"
|
<input type="submit"
|
||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user