| 1 |
raymond |
1 |
<!DOCTYPE html>
|
| 17 |
raymond |
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>
|
| 43 |
raymond |
9 |
</head>
|
| 42 |
raymond |
10 |
|
| 1 |
raymond |
11 |
<body>
|
| 17 |
raymond |
12 |
<div class="container-fluid p-5 bg-primary text-white text-center">
|
|
|
13 |
<h1>JotaCross Vragen Systeem</h1>
|
|
|
14 |
<h1>De Watergeuzen</h1>
|
|
|
15 |
</div>
|
|
|
16 |
<div class="container mt-5">
|
|
|
17 |
<div class="row">
|
| 34 |
raymond |
18 |
<div class="col-sm-3 text-center">
|
| 35 |
raymond |
19 |
<h1>Vragenoverzicht</h1>
|
|
|
20 |
<p>Hier staan alle open vragen.</p>
|
|
|
21 |
<p>Tevens kan je hier antwoorden op de vragen invoeren.</p>
|
| 36 |
raymond |
22 |
<p> </P>
|
| 35 |
raymond |
23 |
<a href="#" class="btn btn-primary">Vragen beantwoorden</a>
|
| 36 |
raymond |
24 |
<p> </P>
|
| 35 |
raymond |
25 |
</div>
|
|
|
26 |
<div class="col-sm-3 text-center">
|
| 17 |
raymond |
27 |
<h3>Vragen invoeren</h3>
|
| 32 |
raymond |
28 |
<p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
| 31 |
raymond |
29 |
<p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p>
|
| 22 |
raymond |
30 |
<a href="#" class="btn btn-primary">Vragen Invoeren</a>
|
| 36 |
raymond |
31 |
<p> </P>
|
| 17 |
raymond |
32 |
</div>
|
| 34 |
raymond |
33 |
<div class="col-sm-3 text-center">
|
| 32 |
raymond |
34 |
<h3>Codes invoeren</h3>
|
|
|
35 |
<p>Codes invoeren gebeurt door 1 (aangewezen) persoon.</p>
|
|
|
36 |
<p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p>
|
|
|
37 |
<a href="#" class="btn btn-primary">Codes versturen</a>
|
| 36 |
raymond |
38 |
<p> </P>
|
| 32 |
raymond |
39 |
</div>
|
| 34 |
raymond |
40 |
<div class="col-sm-3 text-center">
|
| 17 |
raymond |
41 |
<h3>Codes versturen</h3>
|
| 32 |
raymond |
42 |
<p>Codes versturen gebeurt door 1 (aangewezen) persoon.</p>
|
| 31 |
raymond |
43 |
<p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p>
|
| 25 |
raymond |
44 |
<a href="#" class="btn btn-primary">Codes versturen</a>
|
| 36 |
raymond |
45 |
<p> </P>
|
| 17 |
raymond |
46 |
</div>
|
|
|
47 |
</div>
|
|
|
48 |
</div>
|
| 32 |
raymond |
49 |
|
| 17 |
raymond |
50 |
<div class="container-fluid p-5 bg-primary text-white text-center">
|
| 26 |
raymond |
51 |
|
| 38 |
raymond |
52 |
<p>Het JotaCross Vragen Systeem is ontwikkeld door R. Slegers en T. Blankman ten behoeve van de JotaCross deelname door De Watergeuzen. <br />
|
| 35 |
raymond |
53 |
Versie 2026 is compleet opnieuw opgebouwd door R. Slegers (c) 2026.</p>
|
| 42 |
raymond |
54 |
<p><a href="#" class="btn btn-primary" data-bs-toggle="tooltip" title="Instellingen">
|
| 1 |
raymond |
55 |
<?php
|
| 8 |
raymond |
56 |
|
| 42 |
raymond |
57 |
echo 'Huidige revisie: ';
|
| 15 |
raymond |
58 |
include ("./config/settings.php");
|
| 12 |
raymond |
59 |
echo $GLOBALS['revision'];
|
| 4 |
raymond |
60 |
|
| 1 |
raymond |
61 |
?>
|
| 42 |
raymond |
62 |
</a>
|
| 39 |
raymond |
63 |
</p>
|
|
|
64 |
</div>
|
| 1 |
raymond |
65 |
|
| 43 |
raymond |
66 |
<script>
|
|
|
67 |
// Initialize tooltips
|
|
|
68 |
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
|
|
69 |
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
|
|
70 |
return new bootstrap.Tooltip(tooltipTriggerEl)
|
|
|
71 |
})
|
|
|
72 |
</script>
|
|
|
73 |
|
| 1 |
raymond |
74 |
</body>
|
|
|
75 |
</html>
|