| Line 8... |
Line 8... |
| 8 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
8 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
| 9 |
</head>
|
9 |
</head>
|
| 10 |
|
10 |
|
| 11 |
<body>
|
11 |
<body>
|
| 12 |
<div class="container-fluid p-5 bg-primary text-white text-center">
|
12 |
<div class="container-fluid p-5 bg-primary text-white text-center">
|
| 13 |
<h2>JotaCross Vragen Systeem</h2>
|
13 |
<h1>JotaCross Vragen Systeem</h1>
|
| 14 |
<h2>Instellingen</h2>
|
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-3 text-center">
|
| 19 |
<h3>Database</h3>
|
19 |
<h3>Database</h3>
|
| - |
|
20 |
<form action="/action_page.php">
|
| - |
|
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">
|
| - |
|
30 |
<div class="mb-3 mt-3">
|
| - |
|
31 |
<label for="user" class="form-label">Gebruikersnaam:</label>
|
| - |
|
32 |
<input type="user" class="form-control" id="user" placeholder="Voer gebruikersnaam in" name="user">
|
| - |
|
33 |
</div>
|
| - |
|
34 |
<div class="mb-3">
|
| - |
|
35 |
<div class="mb-3">
|
| - |
|
36 |
<label for="pwd" class="form-label">Password:</label>
|
| - |
|
37 |
<input type="password" class="form-control" id="pwd" placeholder="Enter password" name="pswd">
|
| - |
|
38 |
</div>
|
| - |
|
39 |
<button type="submit" class="btn btn-primary">opslaan</button>
|
| - |
|
40 |
</form>
|
| - |
|
41 |
|
| 20 |
<p>Hier staan alle open vragen.</p>
|
42 |
<p>Hier staan alle open vragen.</p>
|
| 21 |
<p>Tevens kan je hier antwoorden op de vragen invoeren.</p>
|
43 |
<p>Tevens kan je hier antwoorden op de vragen invoeren.</p>
|
| 22 |
<p> </P>
|
44 |
<p> </P>
|
| 23 |
<a href="#" class="btn btn-primary">Vragen beantwoorden</a>
|
45 |
<a href="#" class="btn btn-primary">Vragen beantwoorden</a>
|
| 24 |
<p> </P>
|
46 |
<p> </P>
|