Rev 56 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html><html lang="en"><head><title>JotaCross Vragen Systeem</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script></head><body><div class="container-fluid p-5 bg-primary text-white text-center"><div class="row"><div class="col-sm-4 text-center"></div><div class="col-sm-4 text-center"><h1>JotaCross Vragen Systeem</h1><h1>Instellingen</h1></div><div class="col-sm-4 text-center"><p><a href="./index.php" type="button" class="btn btn-primary" data-bs-toggle="tooltip" title="Index">Terug naar de index</a></p></div></div></div><div class="container mt-5"><div class="row"><div class="col-sm-4 text-center"><h3><u>Database</u></h3><form action="./server-opslaan.php"><div class="mb-3 mt-3"><label for="server" class="form-label">Server naam:</label><input type="server" class="form-control" id="server" placeholder="Voer servernaam in" name="server"></div><div class="mb-3 mt-3"><label for="db" class="form-label">Database naam:</label><input type="db" class="form-control" id="db" placeholder="Voer databasenaam in" name="db"></div><div class="mb-3 mt-3"><label for="user" class="form-label">Gebruikersnaam:</label><input type="user" class="form-control" id="user" placeholder="Voer gebruikersnaam in" name="user"></div><div class="mb-3"><label for="pwd" class="form-label">Password:</label><input type="password" class="form-control" id="pwd" placeholder="Enter password" name="pswd"></div><button type="submit" class="btn btn-primary">opslaan</button></form><p> </P></div><div class="col-sm-4 text-center"><h3><u>Database bewerkingen</u></h3><p>Vragen invoeren gebeurt door 1 (aangewezen) persoon.</p><p class="alert alert-info"><strong>LET OP:</strong> Voor deze pagina is een wachtwoord vereist.</p><a href="#" class="btn btn-primary">Vragen Invoeren</a><p> </P></div><div class="col-sm-4 text-center"><h3><u>Wachtwoorden</u></h3><form action="./wachtwoorden-opslaan.php"><div class="mb-3"><label for="pwd" class="form-label">Wachtwoord instellingen:</label><input type="password" class="form-control" id="pwd_settings" placeholder="Voer wachtwoord in" name="pwd_settings"></div><div class="mb-3"><label for="pwd" class="form-label">Wachtwoord vragen invoeren:</label><input type="password" class="form-control" id="pwd_questions" placeholder="Voer wachtwoord in" name="pwd_questions"></div><div class="mb-3"><label for="pwd" class="form-label">Wachtwoord codes invoeren:</label><input type="password" class="form-control" id="pwd_codes" placeholder="Voer wachtwoord in" name="pwd_codes"></div><div class="mb-3"><label for="pwd" class="form-label">Wachtwoord codes versturen:</label><input type="password" class="form-control" id="pwd_send" placeholder="Voer wachtwoord in" name="pwd_send"></div><button type="submit" class="btn btn-primary">opslaan</button></form><p> </P></div></div></div><div class="container-fluid p-5 bg-primary text-white text-center"><p>Het JotaCross Vragen Systeem is ontwikkeld door R. Slegers en T. Blankman ten behoeve van de JotaCross deelname door De Watergeuzen. <br />Versie 2026 is compleet opnieuw opgebouwd door R. Slegers (c) 2026.</p><p><a href="#" type="button" class="btn btn-primary" data-bs-toggle="tooltip" title="Instellingen"><?phpecho 'Huidige revisie: ';include ("./config/settings.php");echo $GLOBALS['revision'];?></a></p></div><script>// Initialize tooltipsvar tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {return new bootstrap.Tooltip(tooltipTriggerEl)})</script></body></html>