-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
441 lines (403 loc) · 22.6 KB
/
products.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>My manuals</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="ico/apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
padding-top: 50px;
}
</style>
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/css/bootstrap-select.min.css">
<link href="css/iziToast.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<ul class="nav navbar-nav">
<li class="dropdown"><a id="homeButton" class="navbar-brand" href="./index.html">Home</a></li>
<li class="dropdown"><a class=" navbar-brand dropdown-toggle" data-toggle="dropdown" href="./products.html">Products <span class="caret"></span></a>
<!-- drop down menu-->
<ul id="menuCategories" class="dropdown-menu " role="menu">
<li>
<a id="allCategories"> </a>
</li>
</ul>
</li>
</ul>
</div>
<div id="navbar" class="navbar-collapse collapse">
<form id="userPanel" class="navbar-right" role="form">
<ul id="userRightProfile" class="nav navbar-nav navbar-right">
<li class="dropdown">
<a id="userNameDisplay" href="#" class="" data-toggle="dropdown"><span id="GreetingsUser"></span> <span class="caret"></span></a>
<ul id="rightListItems" class="dropdown-menu">
<li><a href="#">Prefferences</a></li>
<li class="divider"></li>
<li><a id="userLogout" href="#">Sign Out</a></li>
</ul>
</li>
</ul>
</form>
<div id="topSearchBar" class="input-group col-md-6">
<input id="searchBox" type="text" class=" search-query form-control" placeholder="Search" name="q">
<div class="input-group-btn">
<button id="searchButton" class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
</div>
</div>
<form id="regForm" class="navbar-form navbar-right" role="form">
<div id="UserExit">
<!-- <button id="userLogout" type="submit" class="btn btn-primary" data-toggle="modal" data-target="#Cred">Log out</button>-->
</div>
<div id="UserEnter">
<div class="form-group">
<input id="fpUsername" type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input id="fpPassword" type="password" placeholder="Password" class="form-control">
</div>
<button id="fpSignIN" type="submit" class="btn btn-success" data-toggle="modal" data-target="#Cred">Sign in</button>
<div class="btn-group dropdown">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<span class="hidden-sm hidden-xs">Register </span>
<i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="consumer-signup.html"><i class="fa fa-male"></i> Consumer</a></li>
<li><a href="representative-signup.html"><i class="fa fa-user-o"></i> Representative</a></li>
</ul>
</div>
</div>
</form>
</div>
<!--/.navbar-collapse -->
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Product List </h1>
<p id="productListMarketingParagraph">Browse through the products listed in our website.</p>
</div>
</div>
<div class="container">
<!--<hr>-->
</div>
<!-- Imran center this one-->
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-12">
<div class="col-md-9 col-lg-offset-3">
<div class="form-group col-md-2">
<label>Categories</label>
</div>
<div class="form-group col-md-4">
<select id="category" required class="selectpicker" data-width="100%" multiple></select>
</div>
<div class="form-group col-md-3">
<button class="btn btn-success" id="btnfilter" type="submit">
Filter
</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<!-- <table id="ProductTabl" cellspacing="0" class="display table" width="100%">-->
<table id="acrylic">
<thead>
<tr>
<th id="heartFavorite"></th>
<th>Name</th>
<th>Model</th>
<th>Company</th>
<th>Categories</th>
</tr>
</thead>
<tbody id="TableBody"></tbody>
</table>
<p>
</div>
</div>
<hr>
<!-- Pricing Table-->
<div id="tablePrices" class="container">
<h1 style="text-align:center;">Do you want more from your manuals? Click <strong>Join</strong> and worry no more.</h1>
<br>
<br>
<div class="sub_table">
<div class="container">
<div class="row">
<div class="table_title">
<p>Step One</p>
<hr>
<h1>Choose Your Plan</h1>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<div class="box-1 center">
<div class="panel panel-success panel-pricing">
<div class="panel-heading">
<h3>1 Month</h3>
</div>
<div class="panel-body text-center">
<p><strong>$100</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item"><strong>10</strong>
<br> Fidelity Point</li>
</ul>
<div class="panel-footer"> <a class="btn btn-lg btn-block btn-success priceBtn" id="join1">JOIN</a> </div>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<div class="box-1 center">
<div class="panel panel-success panel-pricing">
<div class="panel-heading">
<h3>3 Month</h3>
</div>
<div class="panel-body text-center">
<p><strong>$300</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item"><strong>30</strong>
<br> Fidelity Point</li>
</ul>
<div class="panel-footer"> <a class="btn btn-lg btn-block btn-success priceBtn" id="join2">JOIN</a> </div>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<div class="box-1 center">
<div class="panel panel-success panel-pricing">
<div class="panel-heading">
<h3>6 Month</h3>
</div>
<div class="panel-body text-center">
<p><strong>$600</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item"><strong>90</strong>
<br> Fidelity Point</li>
</ul>
<div class="panel-footer"> <a class="btn btn-lg btn-block btn-success priceBtn" id="join3">JOIN</a> </div>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<div class="box-1 center">
<div class="panel panel-success panel-pricing">
<div class="panel-heading">
<h3>12 Month</h3>
</div>
<div class="panel-body text-center">
<p><strong>$1200</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item"><strong>240</strong>
<br> Fidelity Point</li>
</ul>
<div class="panel-footer"> <a class="btn btn-lg btn-block btn-success priceBtn" id="join4">JOIN</a> </div>
</div>
</div>
</div>
</div>
</div>
<div class="row" id="form_div">
<div class="container">
<div class="order">
<div class="table_title">
<p>Step Two</p>
<hr>
<h1>Enter Your Order</h1>
</div>
<form method="post" action="">
<div class="col-sm-6 col-md-6 col-xs-12">
<div class="row">
<div class="col-sm-8 col-md-8 col-xs-12">
<p>
<input type="text" placeholder="Street Address" name="street_address">
</p>
</div>
<div class="col-sm-4 col-md-4 col-xs-12">
<p>
<input type="text" placeholder="Suite Apt" name="suit_apt">
</p>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<p>
<input type="text" placeholder="City" name="city">
</p>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<p>
<select name="state">
<option class="active">State</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</p>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<p>
<input type="text" placeholder="Zip Code" name="zip_code">
</p>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<p>
<input type="text" placeholder="Phone Number" name="phone_no">
</p>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<p>
<input type="email" placeholder="Email Address" name="email">
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<div class="col-sm-6 col-md-6 col-xs-12">
<p>
<input type="text" placeholder="First Name" name="fname">
</p>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<p>
<input type="text" placeholder="Last Name" name="lname">
</p>
</div>
<!--<button class="cn_btn">Continue</button>-->
<input type="submit" class="cn_btn" name="submit" value="Continue" />
</div>
</form>
</div>
</div>
</div>
</div>
<div id="form_div1" class="row">
<div class="container">
<div class="order">
<div class="table_title">
<p>Step Three</p>
<hr>
<h1>Add a Payment Method </h1>
</div>
<form action="" method="post">
<div class="col-sm-6 col-md-6 col-xs-12">
<div class="row">
<div class="col-sm-9 col-md-9 col-xs-12">
<p>
<input type="text" name="ac_number" placeholder="Credit Card / Debit Card Number ">
</p>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<p>
<input type="text" name="cvv" placeholder="CVV">
</p>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<p>
<select name="month">
<option class="active">Month</option>
<option value="1">January</option>
<option value="2">Febuary</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
</p>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<p>
<select name="year">
<option class="active">Year</option>
<option value="1">2015</option>
<option value="2">2016</option>
</select>
</p>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<p>
<input type="text" name="zip" placeholder="Billing Zip">
</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3 col-xs-12">
<div class="r_pay">
<!-- PayPal Logo -->
<table border="0" cellpadding="10" cellspacing="0" align="center">
<tr>
<td align="center"></td>
</tr>
<tr>
<td align="center">
<a href="https://www.paypal.com/uk/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/uk/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;"><img src="https://www.paypalobjects.com/webstatic/mktg/Logo/AM_mc_vs_ms_ae_UK.png" border="0" alt="PayPal Acceptance Mark"></a>
</td>
</tr>
</table>
<!-- PayPal Logo -->
<button>Get It</button>
<button>Cancel / Remove From Cart</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- /container -->
<!-- JS files -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/js/bootstrap-select.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/iziToast.min.js"></script>
<script src="js/main.js"></script>
<script src="js/listCategories.js"></script>
<script src="js/listProducts.js"></script>
<script src="js/favoriteProduct.js"></script>
<script src="js/userInfo.js"></script>
<script src="js/userLogout.js"></script>
<script src="js/mainProducts.js"></script>
<script src="js/sessionHandle.js"></script>
<script src="js/searchByName.js"></script>
</body>
</html>