-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
519 lines (449 loc) · 20.4 KB
/
index.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
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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Optimus Forms</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/sass/optimus-structure.css" />
<link rel="stylesheet" href="css/sass/optimus-style.css" />
</head>
<body>
<div class="optimus-wrapper">
<form class="optimus" action="">
<fieldset>
<legend>Legend</legend>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<textarea rows="" cols="" ></textarea>
</div>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<input type="text" class="optimus-small" value="Fill up the field" />
<input type="text" class="optimus-medium" value="Fill up the field" />
<input class="optimus-button" type="submit" title="send" value="send" />
</div>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<input type="text" class="optimus-small" value="Fill up the field" />
<select class="optimus-small">
<option>Select</option>
<option>Select</option>
<option>Select</option>
</select>
</div>
<div class="grid-12-12">
<label>Field Disabled <em class="optimus-req">*</em></label>
<input type="text" class="optimus-small optimus-disabled" value="Input Disabled" disabled="disabled"/>
<select class="optimus-small optimus-disabled" disabled="disabled">
<option>Select Disabled</option>
<option>Select</option>
<option>Select</option>
</select>
</div>
<fieldset>
<legend>Inside Fieldset</legend>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<select class="optimus-small">
<option>Select</option>
<option>Select</option>
<option>Select</option>
</select>
<select class="optimus-small">
<option>Select</option>
<option>Select</option>
<option>Select</option>
</select>
<input type="submit" title="send" value="send" class="optimus-button optimus-btn-orange" />
<input type="submit" title="send" value="send" class="optimus-button" />
</div>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<input type="file" class="optimus-small" value="Fill up the field" />
</div>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<ul class="optimus-list">
<li><input name="checkbox-01" type="checkbox" /> <label>Option 01</label></li>
<li><input name="checkbox-01" type="checkbox" /> <label>Option 02</label></li>
<li><input name="checkbox-01" type="checkbox" /> <label>Option 03</label></li>
<li><input name="checkbox-01" type="checkbox" /> <label>Option 04</label></li>
</ul>
</div>
<div class="grid-12-12">
<label>Field Label <em class="optimus-req">*</em></label>
<ul class="optimus-list">
<li><input name="radio-01" type="radio" /><label>Option 01</label></li>
<li><input name="radio-01" type="radio" /><label>Option 02</label></li>
<li><input name="radio-01" type="radio" /><label>Option 03</label></li>
<li><input name="radio-01" type="radio" /><label>Option 04</label></li>
</ul>
</div>
</fieldset>
<div class="grid-12-12">
<input class="optimus-button right" type="submit" title="send" value="send" />
</div>
</fieldset>
<fieldset>
<legend>12 columns grid form system</legend>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-3-12">
<label>3-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-3-12">
<label>3-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-3-12">
<label>3-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-3-12">
<label>3-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>4-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>4-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>4-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-5-12">
<label>5-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-5-12">
<label>5-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-6-12">
<label>6-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-6-12">
<label>6-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-7-12">
<label>7-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-8-12">
<label>8-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-9-12">
<label>9-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-10-12">
<label>10-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-11-12">
<label>11-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-12-12">
<label>12-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-3-12">
<label>3-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>4-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-5-12 clear">
<label>5-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-5-12 omega">
<label>5-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-2-12 alpha">
<label>2-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-3-12">
<label>3-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-8-12">
<label>8-12 <em class="optimus-req">*</em></label>
<input type="text" class="optimus-small" value="Fill up the field" />
<input type="text" class="optimus-small" value="Fill up the field" />
<input type="text" class="optimus-small" value="Fill up the field" />
</div>
<div class="grid-1-12">
<label>1-12 <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
</fieldset>
<fieldset>
<legend>Buttons</legend>
<div class="grid-12-12">
<input class="optimus-button optimus-btn-red" type="submit" title="Red" value="Red" />
<input class="optimus-button optimus-btn-orange" type="submit" title="Orange" value="Orange" />
<input class="optimus-button optimus-btn-green" type="submit" title="Green" value="Green" />
<input class="optimus-button optimus-btn-blue" type="submit" title="Blue" value="Blue" />
<input class="optimus-button" type="submit" title="Default" value="Default" />
</div>
</fieldset>
<fieldset>
<legend>Message Box</legend>
<div class="optimus-msg-info"><h3>Information Message</h3></div>
<div class="optimus-msg-warning"><h3>Warning Message</h3></div>
<div class="optimus-msg-error"><h3>Error Message</h3></div>
<div class="optimus-msg-success"><h3>Success Message</h3></div>
</fieldset>
<fieldset>
<legend>Example of form using Message Box (single)</legend>
<div class="optimus-msg-error"><h3>Please enter a valid <strong>E-Mail ID</strong>.</h3></div>
<div class="grid-12-12">
<label>Login <em class="optimus-req">*</em></label>
<input type="text" class="optimus-error" value="Fill up the field" />
</div>
</fieldset>
<fieldset>
<legend>Example of form using Message Box (summary)</legend>
<div class="optimus-msg-error">
<h3>Can you fix please?</h3>
<ul>
<li>Please enter a valid <strong>E-Mail ID</strong>.</li>
<li>Please enter a valid <strong>Password</strong>.</li>
</ul>
</div>
<div class="grid-6-12">
<label>Login <em class="optimus-req">*</em></label>
<input type="text" class="optimus-error" value="Fill up the field" />
</div>
<div class="grid-6-12">
<label>Password <em class="optimus-req">*</em></label>
<input type="text" class="optimus-error" value="Fill up the field" />
</div>
</fieldset>
<fieldset>
<legend>Login or Register</legend>
<div class="login">
<div class="grid-12-12">
<label>Login <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-12-12 clear">
<label>Password <em class="optimus-req">*</em></label>
<input type="password" value="Fill up the field" />
</div>
<div class="grid-12-12 clear">
<ul class="optimus-list">
<li><input name="checkbox-01" type="checkbox" /> <label>Keep me signed in for today. Don't check this box if you're at a public or shared computer.</label></li>
<li><input name="checkbox-01" type="checkbox" /> <label>I may receive communications from Project and can change my notification preferences in My Project.</label></li>
</ul>
</div>
<div class="grid-6-12 clear">
</div>
<div class="grid-6-12">
<input class="optimus-button right" type="submit" title="send" value="send" />
</div>
</div>
</fieldset>
<fieldset>
<legend>Add User</legend>
<div class="grid-4-12">
<label>Name or Email <em class="optimus-req">*</em></label>
<input type="text" class="optimus-medium" value="Fill up the field" />
<input class="optimus-button optimus-btn-green" type="submit" title="add" value="add" />
</div>
</fieldset>
<fieldset>
<legend>Search</legend>
<div class="grid-10-12 omega">
<input type="text" value="search" />
</div>
<div class="grid-2-12 alpha">
<input class="optimus-button optimus-btn-green" type="submit" title="search" value="search" />
</div>
</fieldset>
<fieldset>
<legend>Create an account</legend>
<div class="grid-6-12">
<label>E-mail Address <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12 clear">
<label>Nickname</label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>First Name <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>Last Name <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-6-12 clear">
<label>Password <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-6-12">
<label>Confirm Password <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-6-12 clear">
<ul class="optimus-list">
<li><input name="checkbox-01" type="checkbox" /> <label>Join our weekly specials newsletter.</label></li>
</ul>
</div>
<div class="grid-6-12">
<input class="optimus-button optimus-btn-green right" type="submit" title="Create" value="Create" />
</div>
</fieldset>
<fieldset>
<legend>Contact us</legend>
<div class="grid-4-12">
<label>Reason for contact</label>
<select>
<option>Please select one</option>
<option>Select</option>
<option>Select</option>
</select>
</div>
<div class="grid-4-12">
<label>Your name <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-4-12">
<label>Your e-mail address <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-12-12">
<label>Subject <em class="optimus-req">*</em></label>
<input type="text" value="Fill up the field" />
</div>
<div class="grid-12-12 clear">
<label>Please type your message below <em class="optimus-req">*</em></label>
<textarea name="" id="" cols="30" rows="10"></textarea>
</div>
<div class="grid-12-12">
<input class="optimus-button optimus-btn-green right" type="submit" title="Send" value="Send" />
</div>
</fieldset>
</form>
<!-- optimus-->
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.8.0.min.js"><\/script>')</script>
<script type="text/javascript" src="js/optimus.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>