| Line 15... |
Line 15... |
| 15 |
</div>
|
15 |
</div>
|
| 16 |
<div class="container mt-5">
|
16 |
<div class="container mt-5">
|
| 17 |
<div class="row">
|
17 |
<div class="row">
|
| 18 |
<div class="col-sm-3 text-center">
|
18 |
<div class="col-sm-3 text-center">
|
| 19 |
<h3>Database</h3>
|
19 |
<h3>Database</h3>
|
| 20 |
<form action="/action_page.php">
|
20 |
<form action="./server-opslaan.php">
|
| 21 |
<div class="mb-3 mt-3">
|
21 |
<div class="mb-3 mt-3">
|
| 22 |
<label for="server" class="form-label">Server naam:</label>
|
22 |
<label for="server" class="form-label">Server naam:</label>
|
| 23 |
<input type="server" class="form-control" id="server" placeholder="Voer servernaam in" name="server">
|
23 |
<input type="server" class="form-control" id="server" placeholder="Voer servernaam in" name="server">
|
| 24 |
</div>
|
24 |
</div>
|
| 25 |
<div class="mb-3 mt-3">
|
25 |
<div class="mb-3 mt-3">
|
| Line 34... |
Line 34... |
| 34 |
<label for="pwd" class="form-label">Password:</label>
|
34 |
<label for="pwd" class="form-label">Password:</label>
|
| 35 |
<input type="password" class="form-control" id="pwd" placeholder="Enter password" name="pswd">
|
35 |
<input type="password" class="form-control" id="pwd" placeholder="Enter password" name="pswd">
|
| 36 |
</div>
|
36 |
</div>
|
| 37 |
<button type="submit" class="btn btn-primary">opslaan</button>
|
37 |
<button type="submit" class="btn btn-primary">opslaan</button>
|
| 38 |
</form>
|
38 |
</form>
|
| - |
|
39 |
<p> </P>
|
| 39 |
</div>
|
40 |
</div>
|
| 40 |
<div class="col-sm-3 text-center">
|
41 |
<div class="col-sm-3 text-center">
|
| 41 |
<h3>Database bewerkingen</h3>
|
42 |
<h3>Database bewerkingen</h3>
|
| 42 |
<p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
43 |
<p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
| 43 |
<p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p>
|
44 |
<p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p>
|
| 44 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
45 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
| 45 |
<p> </P>
|
46 |
<p> </P>
|
| 46 |
</div>
|
47 |
</div>
|
| 47 |
<div class="col-sm-3 text-center">
|
48 |
<div class="col-sm-3 text-center">
|
| 48 |
<h3>Wachtwoorden</h3>
|
49 |
<h3>Wachtwoorden</h3>
|
| 49 |
<p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
50 |
<form action="./wachtwoorden-opslaan.php">
|
| - |
|
51 |
<div class="mb-3">
|
| - |
|
52 |
<label for="pwd" class="form-label">Wachtwoord instellingen:</label>
|
| - |
|
53 |
<input type="password" class="form-control" id="pwd_settings" placeholder="Voer wachtwoord in" name="pwd_settings">
|
| - |
|
54 |
</div>
|
| - |
|
55 |
<div class="mb-3">
|
| - |
|
56 |
<label for="pwd" class="form-label">Wachtwoord vragen invoeren:</label>
|
| - |
|
57 |
<input type="password" class="form-control" id="pwd_questions" placeholder="Voer wachtwoord in" name="pwd_questions">
|
| - |
|
58 |
</div>
|
| - |
|
59 |
<div class="mb-3">
|
| - |
|
60 |
<label for="pwd" class="form-label">Wachtwoord codes invoeren:</label>
|
| - |
|
61 |
<input type="password" class="form-control" id="pwd_codes" placeholder="Voer wachtwoord in" name="pwd_codes">
|
| - |
|
62 |
</div>
|
| - |
|
63 |
<div class="mb-3">
|
| - |
|
64 |
<label for="pwd" class="form-label">Wachtwoord codes versturen:</label>
|
| 50 |
<p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p>
|
65 |
<input type="password" class="form-control" id="pwd_send" placeholder="Voer wachtwoord in" name="pwd_send">
|
| - |
|
66 |
</div>
|
| 51 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
67 |
<button type="submit" class="btn btn-primary">opslaan</button>
|
| - |
|
68 |
</form>
|
| 52 |
<p> </P>
|
69 |
<p> </P>
|
| 53 |
</div>
|
70 |
</div>
|
| 54 |
</div>
|
71 |
</div>
|
| 55 |
</div>
|
72 |
</div>
|
| 56 |
|
73 |
|