|
|
|
@ -17,17 +17,18 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col">
|
|
|
|
|
<label for="">School:</label>
|
|
|
|
|
<input type="text" class="form-control mb-3 login" autofocus name="school" id="school" placeholder="Enter school">
|
|
|
|
|
<input type="text" class="form-control mb-3 login" autofocus name="school" id="school"
|
|
|
|
|
placeholder="Vul je school in">
|
|
|
|
|
<hr class="bg-light mb-3">
|
|
|
|
|
<label for="">Username:</label>
|
|
|
|
|
<label for="">Stamnummer</label>:</label>
|
|
|
|
|
<input type="text" class="form-control mb-3 login" autofocus name="number" id="number"
|
|
|
|
|
placeholder="Enter username">
|
|
|
|
|
placeholder="Vul je stamnummer in">
|
|
|
|
|
<hr class="bg-light mb-3">
|
|
|
|
|
<label for="">Password:</label>
|
|
|
|
|
<label for="">Wachtwoord:</label>
|
|
|
|
|
<input type="password" class="form-control mb-3 login" name="password" id="password"
|
|
|
|
|
placeholder="Enter password">
|
|
|
|
|
placeholder="Vul je wachtwoord in">
|
|
|
|
|
<hr class="bg-light mb-3">
|
|
|
|
|
<button class="btn-primary btn float-right" id="save">Save</button>
|
|
|
|
|
<button class="btn-primary btn float-right" id="save">Opslaan</button>
|
|
|
|
|
<div class="material-switch pull-right enable">
|
|
|
|
|
<input id="switch" type="checkbox">
|
|
|
|
|
<label for="switch" class="label-primary"></label>
|
|
|
|
|