-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
342 lines (329 loc) · 16 KB
/
Copy pathindex.html
File metadata and controls
342 lines (329 loc) · 16 KB
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard</title>
<meta name="description" content="Monochromatic Dashboard User Interface Style Guide">
<meta name="robots" content="noindex, nofollow">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/glyphicons.css">
<link rel="stylesheet" href="assets/css/pickadate.css">
<link rel="stylesheet" href="assets/css/pickadate.classic.css">
<link rel="stylesheet" href="assets/css/responsive-tables.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- TOP JAVA -->
</head>
<body>
<div class="off-canvas-wrapper">
<div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
<div class="off-canvas position-left" id="offCanvas" data-off-canvas>
<!-- SMALL SCREEN TOP BAR -->
<div class="top-bar small">
<div class="top-bar-title">
<img src="assets/img/logo.svg" alt="P&G logo">
</div>
<div class="top-bar-right">
<button class="close-button" aria-label="Close navigation" type="button" data-toggle="offCanvas">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
<!-- SMALL SCREEN MENU -->
<aside class="vertical-menu small">
<ul class="nav">
<li>
<a href=""><span class="glyphicons glyphicons-dashboard"></span> Research Dashboard</a>
</li>
<li class="parent active">
<a href=""><span class="glyphicons glyphicons-group"></span> Assessors</a>
<ul class="visible">
<li><a href="">Reports & Statistics</a></li>
<li><a href="">Assessor Lookup</a></li>
<li><a href="">Deduplicate</a></li>
<li><a href="">Process New Reg & Referrals</a></li>
<li><a href="">Points Processing</a></li>
<li><a href="">Bad Email/Disengaged</a></li>
<li><a href="">Trained Panels</a></li>
<li><a href="">Fundraising</a></li>
</ul>
</li>
<li>
<a href=""><span class="glyphicons glyphicons-folder-open"></span> Archives</a>
</li>
<li class="parent">
<a href=""><span class="glyphicons glyphicons-settings"></span> Settings</a>
</li>
<li>
<a href=""><span class="glyphicons glyphicons-chat"></span> Messages</a>
</li>
<li>
<a href=""><span class="glyphicons glyphicons-question-sign"></span> Help</a>
</li>
</ul>
</aside>
</div>
<div class="off-canvas-content" data-off-canvas-content>
<!-- TOP BAR -->
<div class="top-bar">
<div class="top-bar-title">
<span class="hide-for-large">
<span class="menu-icon" data-toggle="offCanvas"></span>
</span>
<img src="assets/img/logo.svg" alt="P&G logo" class="show-for-large">
</div>
<div class="top-bar-right">
<ul class="menu">
<li class="title-label">Proctor & Gamble</li>
<li class="small-text-label">#1234567</li>
</ul>
</div>
</div>
<!-- Large screen menu -->
<aside class="vertical-menu left show-for-large">
<ul class="nav data-accordion-menu">
<li>
<a href=""><span class="glyphicons glyphicons-dashboard"></span> Research Dashboard</a>
</li>
<li class="parent active">
<a href=""><span class="glyphicons glyphicons-group"></span> Assessors</a>
<ul class="visible">
<li><a href="">Reports & Statistics</a></li>
<li><a href="">Assessor Lookup</a></li>
<li><a href="">Deduplicate</a></li>
<li><a href="">Process New Reg & Referrals</a></li>
<li><a href="">Points Processing</a></li>
<li><a href="">Bad Email/Disengaged</a></li>
<li><a href="">Trained Panels</a></li>
<li><a href="">Fundraising</a></li>
</ul>
</li>
<li>
<a href=""><span class="glyphicons glyphicons-folder-open"></span> Archives</a>
</li>
<li class="parent">
<a href=""><span class="glyphicons glyphicons-settings"></span> Settings</a>
</li>
<li>
<a href=""><span class="glyphicons glyphicons-chat"></span> Messages</a>
</li>
<li>
<a href=""><span class="glyphicons glyphicons-question-sign"></span> Help</a>
</li>
</ul>
</aside>
<!-- Main content -->
<div class="main-content">
<div class="filter-bar top-bar">
<div class="top-bar-left">
<ul class="dropdown menu action" data-dropdown-menu data-click-open="true" data-disable-hover="true">
<li>
<a href="#dropdown-1">
<span class="glyphicons glyphicons-plus"></span>New Study <span class="glyphicons glyphicons-chevron-down"></span>
</a>
<ul class="menu">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
</ul>
</li>
<li>
<a href="#dropdown-2">
<span class="glyphicons glyphicons-filter"></span>Filter <span class="glyphicons glyphicons-chevron-down"></span>
</a>
<ul class="menu">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a href="#">Item 3</a></li>
</ul>
</li>
</ul>
</div>
<div class="top-bar-right">
<ul class="menu status show-for-large">
<li>In Development<span class="glyphicons glyphicons-cogwheel"></span></li>
<li>Open<span class="glyphicons glyphicons-play"></span></li>
<li>Closed<span class="glyphicons glyphicons-stop"></span></li>
</ul>
<div class="avatar-dropdown">
<div class="toggle right">
<div class="avatar small"></div>
<span class="glyphicons glyphicons-chevron-down"></span>
</div>
<ul>
<li><a href="">My Profile</a></li>
<li><a href="">Account Settings</a></li>
<li><a href="">Support</a></li>
<li><a href="">Log Out</a></li>
</ul>
</div>
</div>
</div>
<div class="table-descriptor small-12 columns">
<p>
<span>Active Studies</span>
<!--<span>Testing Dates</span>-->
</p>
</div>
<div class="table-row small-12">
<table class="active-studies tabled responsive">
<thead class="light">
<tr>
<th>Project</th>
<th>Begin</th>
<th>End</th>
<th>Qualified</th>
<th>Scheduled</th>
<th>Completed</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a>
<strong>123456C Shiny Mane Shampoo</strong>
</td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td>174 / 897 <div class="progress-bar"><div class="count red" style="width: 19%"></div></div></td>
<td>120 / 120 <div class="progress-bar"><div class="count red" style="width: 100%"></div></div></td>
<td>92 / 100 <div class="progress-bar"><div class="count blue" style="width: 92%"></div></div></td>
</tr>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a> <strong>123456D Fancy Pants Dog Food</strong></td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td>
<span data-tooltip aria-haspopup="true" class="has-tip" data-disable-hover="false" tabindex="1" title="Alert modal info goes right here"><span class="glyphicons glyphicons-warning-sign"></span></span>
68 / 943
<div class="progress-bar"><div class="count blue" style="width: 19%"></div></div>
</td>
<td>44 / 100 <div class="progress-bar"><div class="count blue" style="width: 100%"></div></div></td>
<td>0 / 75<div class="progress-bar"><div class="count red" style="width: 92%"></div></div></td>
</tr>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a> <strong>123456E Penguin Ice Cream</strong></td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td>204 / 623 <div class="progress-bar"><div class="count blue" style="width: 33%"></div></div></td>
<td>
<span data-tooltip aria-haspopup="true" class="has-tip" data-disable-hover="false" tabindex="1" title="Alert modal info goes right here"><span class="glyphicons glyphicons-warning-sign"></span></span>
44 / 100
<div class="progress-bar"><div class="count blue" style="width: 44%"></div></div>
</td>
<td>0 / 125<div class="progress-bar"><div class="count red" style="width: 100%"></div></div></td>
</tr>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a> <strong>123456F Sparkling Cider FGs</strong></td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td>48 / 892 <div class="progress-bar"><div class="count blue" style="width: 5.38%"></div></div></td>
<td>
<span data-tooltip aria-haspopup="true" class="has-tip" data-disable-hover="false" tabindex="1" title="Alert modal info goes right here"><span class="glyphicons glyphicons-warning-sign"></span></span>
12 / 36
<div class="progress-bar"><div class="count blue" style="width: 33%"></div></div>
</td>
<td>0 / 30 Dev <div class="progress-bar"><div class="count red" style="width: 0%"></div></div></td>
</tr>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a> <strong>123456G Strawberry Icy Pop</strong></td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td></td>
<td>
<span data-tooltip aria-haspopup="true" class="has-tip" data-disable-hover="false" tabindex="1" title="Alert modal info goes right here"><span class="glyphicons glyphicons-warning-sign"></span></span>
40 / 120
<div class="progress-bar"><div class="count blue" style="width: 33%"></div></div>
</td>
<td>0 / 30 Test <div class="progress-bar"><div class="count red" style="width: 0%"></div></div></td>
</tr>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a> <strong>123456H GNT Bicycles Online</strong></td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td></td>
<td></td>
<td>0 / 300 Dev <div class="progress-bar"><div class="count red" style="width: 0%"></div></div></td>
</tr>
</tbody>
</table>
</div>
<div class="table-descriptor small-12 columns">
<p>
<span>General Screeners</span>
<!--<span>Active Dates</span>-->
</p>
</div>
<div class="table-row">
<table class="tabled responsive">
<thead class="light">
<tr>
<th>Project</th>
<th>Begin</th>
<th>End</th>
<th>Qualified</th>
<th>Scheduled</th>
<th>Completed</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="" class="button glyph small blue-2 hide-for-medium"><span class="glyphicons glyphicons-hand-up"></span></a>
<a href="" class="button small blue-2 show-for-medium">Select</a> <strong>123456C Icy Pops General Screener</strong>
</td>
<td>00/00/2016</td>
<td>00/00/2016</td>
<td>332 / 1603 <div class="progress-bar"><div class="count blue" style="width: 21%"></div></div></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="table-descriptor small-12 columns">
<p>
<span>Completed Studies</span>
<!--<span>Active Dates</span>-->
</p>
</div>
<div class="table-row small-12 columns">
<table class="tabled responsive">
<thead class="light">
<tr>
<th>Project</th>
<th>Begin</th>
<th>End</th>
<th>Qualified</th>
<th>Scheduled</th>
<th>Completed</th>
</tr>
</thead>
</table>
</div>
</div><!-- ./main-content -->
</div>
</div>
</div>
<!-- GLOBAL JAVASCRIPT !-->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.12.0/jquery.js"></script>
<script src="assets/js/foundation.min.js"></script>
<script src="assets/js/picker.js"></script>
<script src="assets/js/picker.date.js"></script>
<script src="assets/js/responsive-tables.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>