| 45 |
raymond |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en">
|
|
|
3 |
<head>
|
|
|
4 |
<title>JotaCross Vragen Systeem</title>
|
|
|
5 |
<meta charset="utf-8">
|
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
7 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
8 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
9 |
</head>
|
|
|
10 |
|
|
|
11 |
<body>
|
|
|
12 |
<div class="container-fluid p-5 bg-primary text-white text-center">
|
| 47 |
raymond |
13 |
<h1>JotaCross Vragen Systeem</h1>
|
|
|
14 |
<h1>Instellingen</h1>
|
| 45 |
raymond |
15 |
</div>
|
|
|
16 |
<div class="container mt-5">
|
|
|
17 |
<div class="row">
|
| 52 |
raymond |
18 |
<div class="col-sm-4 text-center">
|
|
|
19 |
<h3><u>Database</u></h3>
|
| 50 |
raymond |
20 |
<form action="./server-opslaan.php">
|
| 47 |
raymond |
21 |
<div class="mb-3 mt-3">
|
|
|
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">
|
|
|
24 |
</div>
|
|
|
25 |
<div class="mb-3 mt-3">
|
|
|
26 |
<label for="db" class="form-label">Database naam:</label>
|
|
|
27 |
<input type="db" class="form-control" id="db" placeholder="Voer databasenaam in" name="db">
|
|
|
28 |
</div>
|
|
|
29 |
<div class="mb-3 mt-3">
|
|
|
30 |
<label for="user" class="form-label">Gebruikersnaam:</label>
|
|
|
31 |
<input type="user" class="form-control" id="user" placeholder="Voer gebruikersnaam in" name="user">
|
|
|
32 |
</div>
|
|
|
33 |
<div class="mb-3">
|
|
|
34 |
<label for="pwd" class="form-label">Password:</label>
|
|
|
35 |
<input type="password" class="form-control" id="pwd" placeholder="Enter password" name="pswd">
|
|
|
36 |
</div>
|
|
|
37 |
<button type="submit" class="btn btn-primary">opslaan</button>
|
|
|
38 |
</form>
|
| 50 |
raymond |
39 |
<p> </P>
|
| 48 |
raymond |
40 |
</div>
|
| 52 |
raymond |
41 |
<div class="col-sm-4 text-center">
|
|
|
42 |
<h3><u>Database bewerkingen</u></h3>
|
| 48 |
raymond |
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>
|
|
|
45 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
| 45 |
raymond |
46 |
<p> </P>
|
|
|
47 |
</div>
|
| 52 |
raymond |
48 |
<div class="col-sm-4 text-center">
|
|
|
49 |
<h3><u>Wachtwoorden</u></h3>
|
| 50 |
raymond |
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>
|
|
|
65 |
<input type="password" class="form-control" id="pwd_send" placeholder="Voer wachtwoord in" name="pwd_send">
|
|
|
66 |
</div>
|
|
|
67 |
<button type="submit" class="btn btn-primary">opslaan</button>
|
|
|
68 |
</form>
|
| 45 |
raymond |
69 |
<p> </P>
|
|
|
70 |
</div>
|
|
|
71 |
</div>
|
|
|
72 |
</div>
|
|
|
73 |
|
|
|
74 |
<div class="container-fluid p-5 bg-primary text-white text-center">
|
|
|
75 |
|
|
|
76 |
<p>Het JotaCross Vragen Systeem is ontwikkeld door R. Slegers en T. Blankman ten behoeve van de JotaCross deelname door De Watergeuzen. <br />
|
|
|
77 |
Versie 2026 is compleet opnieuw opgebouwd door R. Slegers (c) 2026.</p>
|
|
|
78 |
<p><a href="#" type="button" class="btn btn-primary" data-bs-toggle="tooltip" title="Instellingen">
|
|
|
79 |
<?php
|
|
|
80 |
|
|
|
81 |
echo 'Huidige revisie: ';
|
|
|
82 |
include ("./config/settings.php");
|
|
|
83 |
echo $GLOBALS['revision'];
|
|
|
84 |
|
|
|
85 |
?>
|
|
|
86 |
</a>
|
|
|
87 |
</p>
|
|
|
88 |
</div>
|
|
|
89 |
|
|
|
90 |
<script>
|
|
|
91 |
// Initialize tooltips
|
|
|
92 |
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
|
|
93 |
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
|
|
94 |
return new bootstrap.Tooltip(tooltipTriggerEl)
|
|
|
95 |
})
|
|
|
96 |
</script>
|
|
|
97 |
|
|
|
98 |
</body>
|
|
|
99 |
</html>
|