-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.html
234 lines (230 loc) · 8.81 KB
/
feedback.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Feedback - Ring Ring</title>
<link rel="stylesheet" href="style/style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,500&family=Varela+Round&display=swap"
rel="stylesheet"
/>
<!-- Load mapbox -->
<script src="https://api.mapbox.com/mapbox-gl-js/v2.0.1/mapbox-gl.js"></script>
<link
href="https://api.mapbox.com/mapbox-gl-js/v2.0.1/mapbox-gl.css"
rel="stylesheet"
/>
</head>
<body>
<script src="https://d3js.org/d3.v6.min.js"></script>
<script src="https://unpkg.com/topojson@3.0.2/dist/topojson.js"></script>
<header>
<nav>
<ul>
<li>
<a href="dashboard.html">
<img src="resources/dashboardIcon.svg" />Home</a
>
</li>
<li>
<a href="forYou.html">
<img src="resources/traficLight.svg" class="barChartIcon" />Voor
u</a
>
</li>
<li>
<a href="map.html">
<img src="resources/mapIcon.svg" class="mapHeaderIcon" />Kaart</a
>
</li>
<li>
<a href="feedback.html">
<img
src="resources/feedbackIcon.svg"
class="feedbackHeaderIcon"
/>Ontvangen Feedback</a
>
</li>
</ul>
</nav>
<img src="resources/logo.svg" alt="Ring Ring logo" />
<div>
<img class="notification" src="resources/notification.svg" />
<img class="avatar" src="resources/avatar.svg" />
<div class="accountInfo">
<p>Jan van Straten</p>
<a class="logOutButton" href="index.html">Uitloggen</a>
</div>
</div>
</header>
<main>
<section class="contentWrapper">
<section class="contentDetailWrapper">
<section class="contentHeader">
<img
src="resources/return.svg"
alt="returnButton"
onclick="goBack()"
/>
<section class="contentHeadersText">
<h1>Fietsfeedback Amsterdam - Januari 2020</h1>
<h2>Meningen en advies van gebruikers</h2>
</section>
</section>
<ul class="feedbackSection"></ul>
</section>
<div class="contentHiderPopUp"></div>
<section class="popUp">
<h1>Feedback doorsturen</h1>
<div>x</div>
<section>
<section>
<h2>Feedback gebruiker</h2>
<ul>
<li>
<section><p><strong>11-01-2020</strong></p><p>12:34</p></section>
<p>Veel drukte. Ik moest rustiger gaan fietsen. Veel mensen op de fietspaden, stoplichten duurde lang en slecht asfalt</p>
<img src="resources/score_bad.svg"/>
</li>
<li>
<section><p><strong>11-01-2020</strong></p><p>12:46</p></section>
<p>Heerlijk fietsritje. Ik had wind mee en het was niet te druk.</p>
<img src="resources/score_good.svg"/>
</li>
<li>
<section><p><strong>11-01-2020</strong></p><p>12:48</p></section>
<p>Ging wel aardig. Was wel rotweer. Asfalt werd erg glad door de regen</p>
<img src="resources/score_neutral.svg"/>
</li>
</ul>
<h2 class="message">Uw opmerking</h2>
<textarea></textarea>
</section>
<section class="sentMessageSection">
<ul>
<li>
<input type="checkbox" id="selectPerson1" name="selectPerson1" />
<label for="selectPerson1">
<img src="resources/Irene.JPG"/>
<section>
<h2>Irene Dunnen</h2>
<p>Projectleider</p>
</section>
</label>
</li>
<li>
<input type="checkbox" id="selectPerson2" name="selectPerson2" />
<label for="selectPerson2">
<img src="resources/Mark.JPG"/>
<section>
<h2>Mark van Eindhoven</h2>
<p>Projectleider</p>
</section>
</label>
</li>
<li>
<input type="checkbox" id="selectPerson3" name="selectPerson3" />
<label for="selectPerson3">
<img src="resources/Jeremy.JPG"/>
<section>
<h2>Jeremy Hoogen</h2>
<p>Adviseur</p>
</section>
</label>
</li>
<li>
<input type="checkbox" id="selectPerson4" name="selectPerson4" />
<label for="selectPerson4">
<img src="resources/Anne.JPG"/>
<section>
<h2>Anne Hoekx</h2>
<p>Beheer en onderhoud</p>
</section>
</label>
</li>
<li>
<input type="checkbox" id="selectPerson5" name="selectPerson5" />
<label for="selectPerson5">
<img src="resources/Marianne.JPG"/>
<section>
<h2>Marianne Janssen</h2>
<p>Beheer en onderhoud</p>
</section>
</label>
</li>
</ul>
<a class="sentButton">Verstuur</a>
</section>
</section>
</section>
<section class="popUpSent">
<h1>Feedback doorsturen</h1>
<div>x</div>
<h2>Uw <strong>bericht</strong> is verzonden!</h2>
<img src="resources/succes.JPG"/>
</section>
</section>
<section class="sidebar sidebarFeedback">
<section>
<h1>Filter feedback</h1>
<h2>Filter op feedbackscore</h2>
<form>
<input type="radio" id="all" name="filterScore" value="all">
<label for="all">Alle feedback</label><br>
<input type="radio" id="bad" name="filterScore" value="bad">
<label for="bad">Negatieve feedback</label><br>
<input type="radio" id="good" name="filterScore" value="good">
<label for="good">Positieve feedback</label><br>
<input type="radio" id="neutral" name="filterScore" value="neutral">
<label for="neutral">Neutrale feedback</label>
</form>
<h2>Filter op weekend</h2>
<form>
<input type="radio" id="allDays" name="filterDaytype" value="allDays">
<label for="allDays">Alle dagen</label><br>
<input type="radio" id="weekend" name="filterDaytype" value="weekend">
<label for="weekend">Weekend</label><br>
<input type="radio" id="byTheWeek" name="filterDaytype" value="byTheWeek">
<label for="byTheWeek">Doordeweeks</label><br>
</form>
</section>
<section>
<h1>Acties</h1>
<h2>Selecteer wat u wilt doen met de geselecteerde feedback</h2>
<ul class="feedbackActions">
<li>
<input type="checkbox" id="sentTo" name="sentTo" disabled/>
<label for="sentTo">
<img src="resources/right-2.svg"/>
Doorsturen naar medewerker
</label>
</li>
<li>
<input type="checkbox" id="downloadPDF" name="downloadPDF" disabled/>
<label for="downloadPDF">
<img src="resources/pdf.svg"/>
Download PDF File
</label>
</li>
<li>
<input type="checkbox" id="downloadXLS" name="downloadXLS" disabled/>
<label for="downloadXLS">
<img src="resources/xls.svg"/>
Download XLS File
</label>
</li>
<li>
<input type="checkbox" id="sendEmail" name="sendEmail" disabled/>
<label for="sendEmail">
<img src="resources/envelope.svg"/>
Verstuur E-mail
</label>
</li>
</ul>
</section>
</main>
<footer></footer>
<script src="scripts/feedback.js"></script>
</body>
</html>