This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beheer-student-detail.html
209 lines (186 loc) · 9.15 KB
/
beheer-student-detail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Student aanpassen - Say My Name</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<div>
<header>
<div class="white-banner">
<div class="wrapper cfx">
<nav class="site-switch">
<ul>
<!-- <li class="active"><a href="home.html">Say my name</a></li>-->
</ul>
</nav>
<nav class="nav-utility">
<ul>
<li id="login"><a href="#">Inloggen</a></li>
</ul>
</nav>
</div>
<div id="loginBox">
<form id="loginForm">
<div>
<label class="placeholder" for="username" id="usernameLabel">Username</label>
<input type="text" id="username" />
</div>
<div>
<label class="placeholder" for="password" id="passwordLabel">Password</label>
<input type="password" id="password" />
</div>
<div>
<input type="submit" value="Submit" />
</div>
</form>
</div>
</div>
<div class="black-banner">
<div class="wrapper cfx">
<div id="logo">
<img src="svg/KdG_H_Closed_White.svg" alt="Logo van Karel de Grote Hogeschool">
</div>
<nav class="nav-main-responsive">
<ul>
<li class="search"><a href="#">Zoeken</a></li>
<li class="menu">
<a href="#">
<div class="icon-menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
Menu
</a>
</li>
</ul>
</nav>
<nav class="nav-main">
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="students"><a href="studenten.html">Studenten</a></li>
<li class="practice"><a href="oefenen.html">Oefenen</a></li>
<li class="manage active"><a href="beheer.html">Beheer</a></li>
<li class="search"><a href="#">Zoeken</a></li>
<li class="searchBox"><input type="text" placeholder="Search"/></li>
</ul>
</nav>
</div>
</div>
<div class="black-banner">
<div class="crumbtrail">
<div class="wrapper">
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="beheer.html">Beheer</a></li>
<li>Student aanpassen</li>
</ol>
</div>
</div>
</div>
<div class="black-banner">
<div class="wrapper">
<div class="arrow">
</div>
</div>
</div>
</header>
<section class="main">
<div class="wrapper">
<aside>
<div class="statistics">
<h4>Aangemaakt op</h4>
<p>Donderdag 5 september om 10:43</p>
<h4>Laatst gewijzigd op</h4>
<p>Donderdag 5 september om 12:21</p>
<h4>Statistiek</h4>
<p>Moeilijkheidsgraad van deze naam:<br><strong>Normaal</strong></p>
<p>Aantal keren geoefend: <strong>11</strong></p>
<p>Score: <strong class="green">8</strong> / <strong class="red">3</strong></p>
<div class="controls">
<a class="btn delete">Student verwijderen</a>
</div>
</div>
</aside>
<main>
<div class="wrapper">
<h2>Student details</h2>
<form action="">
<div class="flex">
<figure class="avatar big">
<img src="images/studenten/jense-wallenburg.jpg" alt="te raden student(e)">
</figure>
<div>
<a class="btn">Andere foto uploaden</a><br>
<a class="btn delete">Foto verwijderen</a>
</div>
</div>
<div>
<label for="student-firstname">Voornaam</label>
<input type="text" name="student-firstname" id="student-firstname" value="Jense">
</div>
<div>
<label for="student-lastname">Naam</label>
<input type="text" name="student-lastname" id="student-lastname" value="Wallenburg">
</div>
<fieldset>
<legend>Geslacht</legend>
<label><input type="radio" name="gender" value="male" checked> Man</label>
<label><input type="radio" name="gender" value="female"> Vrouw</label>
</fieldset>
<fieldset>
<legend>Klasgroep(en)</legend>
<label><input type="checkbox" name="group" value="a" checked> MT1 - groep a</label>
<label><input type="checkbox" name="group" value="b"> MT1 - groep b</label>
<label><input type="checkbox" name="group" value="c"> MT1 - groep c</label>
</fieldset>
<fieldset>
<legend>Vak(ken)</legend>
<label><input type="checkbox" name="course" value="web-standards-1" checked> Web Standards 1</label>
<label><input type="checkbox" name="course" value="web-grpahics-1"> Web Graphics 1</label>
<label><input type="checkbox" name="course" value="animation-1" checked> Animation 1</label>
</fieldset>
<button type="submit">Aanpassingen bewaren</button>
</form>
</div>
</main>
</div>
</section>
<footer>
<div class="black-banner">
<div class="wrapper">
<div class="nav-footer">
<div class="nav-group third">
<h2>Karel de Grote<br>Hogeschool</h2>
<ul>
<li><a href="http://www.kdg.be">www.kdg.be</a></li>
</ul>
</div>
<div class="nav-group third">
<h2>KdG Intranet</h2>
<ul>
<li><a href="https://intranet.medewerker.kdg.be">intranet.medewerker.kdg.be</a></li>
</ul>
</div>
<div class="nav-group third">
<h2>Mijn KdG account</h2>
<ul>
<li><a href="#">Mijn Profiel beheren</a></li>
<li><a href="#">Mijn Studenten</a></li>
<li><a href="#">Mijn Vakken</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
</body>
</html>