| Line 13... |
Line 13... |
| 13 |
<h1>JotaCross Vragen Systeem</h1>
|
13 |
<h1>JotaCross Vragen Systeem</h1>
|
| 14 |
<h1>Instellingen</h1>
|
14 |
<h1>Instellingen</h1>
|
| 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-4 text-center">
|
| 19 |
<h3><u>>Database</u></h3>
|
19 |
<h3><u>Database</u></h3>
|
| 20 |
<form action="./server-opslaan.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>
|
| Line 36... |
Line 36... |
| 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 |
<p> </P>
|
| 40 |
</div>
|
40 |
</div>
|
| 41 |
<div class="col-sm-3 text-center">
|
41 |
<div class="col-sm-4 text-center">
|
| 42 |
<h3><u>>Database bewerkingen</u></h3>
|
42 |
<h3><u>Database bewerkingen</u></h3>
|
| 43 |
<p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
43 |
<p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
| 44 |
<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>
|
| 45 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
45 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
| 46 |
<p> </P>
|
46 |
<p> </P>
|
| 47 |
</div>
|
47 |
</div>
|
| 48 |
<div class="col-sm-3 text-center">
|
48 |
<div class="col-sm-4 text-center">
|
| 49 |
<h3><u>>Wachtwoorden</u></h3>
|
49 |
<h3><u>Wachtwoorden</u></h3>
|
| 50 |
<form action="./wachtwoorden-opslaan.php">
|
50 |
<form action="./wachtwoorden-opslaan.php">
|
| 51 |
<div class="mb-3">
|
51 |
<div class="mb-3">
|
| 52 |
<label for="pwd" class="form-label">Wachtwoord instellingen:</label>
|
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">
|
53 |
<input type="password" class="form-control" id="pwd_settings" placeholder="Voer wachtwoord in" name="pwd_settings">
|
| 54 |
</div>
|
54 |
</div>
|