-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
45 lines (45 loc) · 2.37 KB
/
index3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" content="text/html" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Mnml ADP - Askia - Software for Surveys</title>
<link href="css/styles.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="sideBack">
<button class="navControl btnBack" onclick="window.location.href='index2.html'">
<span class="back"></span>
</button>
</nav>
<section class="questionWrapper">
<div class="progress"></div>
<div class="question">
<div class="surveyName">Mnml ADP survey</div>
<div class="errors">There are one or more errors on this page:
<ul>
<li>Please provide an answer</li>
<li>Another error desciption</li>
</ul>
</div>
<div class="shortcut">Question C</div>
<div class="caption"><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div>
<div class="responses">
<ul>
<li>
<input type="checkbox" id="item1" /><label for="item1" class="controlHack"></label><label for="item1" class="responseLabel">Response H</label>
</li>
<li>
<input type="checkbox" id="item2" /><label for="item2" class="controlHack"></label><label for="item2" class="responseLabel">Response I</label>
</li>
</ul>
</div>
</div>
</section>
<nav class="sideNext">
<button class="navControl btnNext" onclick="window.location.href='index.html'">
<span class="next"></span>
</button>
</nav>
</body>
</html>