-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_detail.htm
executable file
·546 lines (546 loc) · 21.8 KB
/
product_detail.htm
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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Product detail 1</title>
<link rel="icon" href="favicon.ico">
<!-- JqueryUI -->
<link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Awesome font icons -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" media="screen">
<!-- Owlcoursel -->
<link rel="stylesheet" type="text/css" href="css/owl-coursel/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl-coursel/owl.transitions.css">
<!-- Magnific-popup -->
<link rel="stylesheet" type="text/css" href="css/magnific-popup/magnific-popup.css">
<!-- Magnific-popup -->
<link rel="stylesheet" type="text/css" href="css/magnific-popup/magnific-popup.css">
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<!-- Fw -->
<link rel="stylesheet" type="text/css" href="css/fw.css" media="screen">
</head>
<body>
<div class="preloader">
<i class="fa fa-spinner"></i>
</div>
<header>
<div class="container">
<!-- Top menu -->
<div class="row m-t-15">
<div class="col-sm-2 col-md-4 hidden-xs">
<div class="cloud-3"></div>
</div>
<div class="col-sm-4 col-md-3">
<div class="search-box">
<input type="text" class="search-txt form-item" placeholder="Search...">
<button type="button" class="saerch-btn"><i class="fa fa-search"></i></button>
</div>
</div>
<div class="col-sm-6 col-md-5 hidden-xs">
<ul class="list-inline pull-right m-t-15">
<li><a href="#">Wishlist(0)</a></li>
<li><a href="#">Compare</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="dropdownMenu1" aria-haspopup="true" aria-expanded="false">My Account <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">Login</a></li>
<li><a href="#">Register</a></li>
<li><a href="#">Log out</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- Cart -->
<div class="cart dropdown">
<a href="#" class="cart-item dropdown-toggle" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span>2</span><i class="fa fa-cart-plus"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu2">
<li>
<div class="media">
<div class="media-left">
<a href="#">
<img class="media-object" src="images/sp1.jpg" width="50" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="product-name">Lorem ipsum dolor</h4>
<p>$15.0<span> x 3</span> <i class="fa fa-remove"></i></p>
</div>
</div>
</li>
<li>
<div class="media">
<div class="media-left">
<a href="#">
<img class="media-object" src="images/sp2.jpg" width="50" alt="...">
</a>
</div>
<div class="media-body">
<h4 class="product-name">Lorem ipsum dolor</h4>
<p>$15.0<span> x 3</span> <i class="fa fa-remove"></i></p>
</div>
</div>
</li>
<li class="table-div">
<ul class="table-content">
<li class="row m-0">
<div class="col col-xs-6">
<strong>Sub-Total:</strong>
</div>
<div class="col col-xs-6">
$300.00
</div>
</li>
<li class="row m-0">
<div class="col col-xs-6">
<strong>Ship:</strong>
</div>
<div class="col col-xs-6">
$0.00
</div>
</li>
<li class="row m-0">
<div class="col col-xs-6">
<strong>VAT (20%):</strong>
</div>
<div class="col col-xs-6">
$60.00
</div>
</li>
<li class="row m-0">
<div class="col col-xs-6">
<strong>Total:</strong>
</div>
<div class="col col-xs-6 color-3 f-bold">
$240.00
</div>
</li>
</ul>
</li>
<li>
<p>
<a href="#" class="btn ht-btn bg-3">Checkout</a>
<a href="#" class="btn ht-btn bg-7">Cart</a>
</p>
</li>
</ul>
</div>
<div class="row">
<div class="col-sm-12 col-md-2">
<!-- Logo -->
<a href="#" class="logo">
<img src="images/logo.png" alt="logo">
</a>
</div>
<div class="col-sm-12 col-md-10">
<!-- Menu -->
<div class="main-menu">
<nav class="navbar navbar-default menu">
<div class="container-fluid p-0">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Lorem ipsum dolor</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse p-0" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav pull-right m-r-40 m-r-sm-0 m-r-xs-0">
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Home</a>
<ul class="dropdown-menu">
<li><a href="index_1.htm">Index 1</a></li>
<li><a href="index_2.htm">Index 2</a></li>
<li><a href="index_3.htm">Index 3</a></li>
<li><a href="index_4.htm">Index 4</a></li>
<li><a href="index_5.htm">Index 5</a></li>
<li><a href="index_6.htm">Index 6</a></li>
</ul>
</li>
<li><a href="about.htm">About us</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Products</a>
<ul class="dropdown-menu">
<li><a href="product_1.htm">Product 1</a></li>
<li><a href="product_2.htm">Product 2</a></li>
<li><a href="product_detail.htm">Product detail</a></li>
<li><a href="product_cart.htm">Product cart</a></li>
<li><a href="product_checkout.htm">Product checkout</a></li>
<li><a href="product_compare.htm">Product compare</a></li>
<li><a href="product_wishlist.htm">Product wishlist</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Blogs & Events</a>
<ul class="dropdown-menu">
<li><a href="blog_1.htm">Blog 1 col</a></li>
<li><a href="blog_2.htm">Blog 2 col</a></li>
<li><a href="blog_3.htm">Blog 3 col</a></li>
<li><a href="blog_4.htm">Blog left sidebar</a></li>
<li><a href="blog_detail.htm">Blog detail</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li><a href="error_404.htm">Error_404</a></li>
<li><a href="login.htm">Login</a></li>
<li><a href="register.htm">Register</a></li>
<li><a href="contact.htm">Contact us</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- breadcrumb-->
<div class="container">
<ul class="breadcrumb">
<li><a href="#"><i class="fa fa-home m-r-5"></i>Home</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Book & Music</a></li>
<li>Lorem ipsum dolor</li>
</ul>
</div>
<!-- Product -->
<section class="m-t-0 p-b-40">
<div class="container">
<div class="thumb p-30">
<div class="row">
<!-- Product image gallery -->
<div class="col-sm-6 col-md-7">
<ul class="thumbnails p-0">
<li>
<a class="thumbnail img-large image-zoom" href="http://templatecs.com/demo/template/baby/images/sp3.jpg" title="iPhone">
<img src="images/sp3.jpg" alt="iPhone">
</a>
</li>
<li class="image-additional">
<a class="thumbnail image-zoom" href="http://templatecs.com/demo/template/baby/images/sp2.jpg" title="iPhone">
<img src="images/sp2.jpg" title="iPhone" alt="iPhone">
</a>
</li>
<li class="image-additional">
<a class="thumbnail image-zoom" href="http://templatecs.com/demo/template/baby/images/sp1.jpg" title="iPhone">
<img src="images/sp1.jpg" title="iPhone" alt="iPhone">
</a>
</li>
<li class="image-additional">
<a class="thumbnail image-zoom" href="http://templatecs.com/demo/template/baby/images/sp4.jpg" title="iPhone">
<img src="images/sp4.jpg" title="iPhone" alt="iPhone">
</a>
</li>
<li class="image-additional">
<a class="thumbnail" href="http://templatecs.com/demo/template/baby/images/sp5.jpg" title="iPhone">
<img src="images/sp5.jpg" title="iPhone" alt="iPhone">
</a>
</li>
<li class="image-additional">
<a class="thumbnail" href="http://templatecs.com/demo/template/baby/images/sp6.jpg" title="iPhone">
<img src="images/sp6.jpg" title="iPhone" alt="iPhone">
</a>
</li>
</ul>
</div>
<!-- Product decr -->
<div class="col-sm-6 col-md-5">
<div class="product-pare m-t-xs-60">
<h1>Lorem ipsum dolor</h1>
<ul class="list-unstyled">
<li><span>Brand:</span><a href="#">Apple</a></li>
<li><span>Product Code:</span> product 11</li>
<li><span>Color:</span> In Stock</li>
<li><span>Made in:</span> China</li>
<li><span>Availability:</span> In Stock</li>
</ul>
<p class="product-price">$265.00</p>
<div class="quantily-wrap">
<label class="control-label" for="input-quantity">Qty</label>
<input type="number" value="1" size="2" id="input-quantity" class="form-control form-item">
</div>
<button type="button" class="btn ht-btn ht-btn-3x bg-4 m-t-0">Add to Cart</button>
<div class="m-t-30">
<a href="#">0 reviews</a> / <a href="#">Write a review</a>
</div>
</div>
</div>
</div><!-- End row -->
</div>
<!-- Tabs -->
<div class="ht-tabs m-t-60">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active m-l-30">
<a href="#tab-description" aria-controls="tab-description" role="tab" data-toggle="tab">Description</a>
</li>
<li role="presentation">
<a href="#tab-review" aria-controls="tab-review" role="tab" data-toggle="tab">Review(0)</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content thumb p-30">
<div role="tabpanel" class="tab-pane active" id="tab-description">
iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.<br/> iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.<br/>iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a name or number in your address book, a favorites list, or a call log. It also automatically syncs all your contacts from a PC, Mac, or Internet service. And it lets you select and listen to voicemail messages in whatever order you want just like email.
</div>
<div role="tabpanel" class="tab-pane" id="tab-review">
<form class="form-horizontal">
<div>
<p>There are no reviews for this product.</p>
</div>
<h3>Write a review</h3>
<div class="form-group required">
<div class="col-sm-12">
<label class="control-label m-b-10" for="input-name">Your Name</label>
<input type="text" name="name" value="" id="input-name" class="form-control form-item">
</div>
</div>
<div class="form-group required">
<div class="col-sm-12">
<label class="control-label m-b-10" for="input-review">Your Review</label>
<textarea name="text" rows="5" id="input-review" class="form-control form-item"></textarea>
<div class="help-block">
<span class="text-danger">Note:</span> HTML is not translated!
</div>
</div>
</div>
<div class="form-group required">
<div class="col-sm-12">
<label class="control-label">Rating</label>
Bad
<input type="radio" name="rating" value="1">
<input type="radio" name="rating" value="2">
<input type="radio" name="rating" value="3">
<input type="radio" name="rating" value="4">
<input type="radio" name="rating" value="5">
Good
</div>
</div>
<div class="buttons clearfix">
<div class="pull-right">
<button type="button" id="button-review" data-loading-text="Loading..." class="btn btn-primary">Continue</button>
</div>
</div>
</form>
</div>
</div>
</div><!-- End tabs -->
</div>
</section>
<!-- Product relaed -->
<section class="m-b-50">
<div class="container product-bor">
<div class="thumb p-30 p-b-0">
<h3 class="title">Product Related</h3>
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-3">
<!-- Product item -->
<div class="product-item hover-img">
<a href="product_detail.htm" class="product-img">
<img src="images/sp3.jpg" alt="image">
</a>
<div class="product-caption">
<h4 class="product-name"><a href="#">Lorem ipsum dolor sit amet</a></h4>
<div class="product-price-group">
<span class="product-price-old">$12,00</span>
<span class="product-price">$76,00</span>
</div>
</div>
<div class="absolute-caption">
<a href="#"><i class="fa fa-heart-o"></i></a>
<a href="#"><i class="fa fa-exchange"></i></a>
<a href="#"><i class="fa fa-cart-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<!-- Product item -->
<div class="product-item hover-img">
<a href="product_detail.htm" class="product-img">
<img src="images/sp1.jpg" alt="image">
</a>
<div class="product-caption">
<h4 class="product-name"><a href="#">Lorem ipsum dolor sit amet</a></h4>
<div class="product-price-group">
<span class="product-price-old">$12,00</span>
<span class="product-price">$6,00</span>
</div>
</div>
<div class="absolute-caption">
<a href="#"><i class="fa fa-heart-o"></i></a>
<a href="#"><i class="fa fa-exchange"></i></a>
<a href="#"><i class="fa fa-cart-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<!-- Product item -->
<div class="product-item hover-img">
<a href="product_detail.htm" class="product-img">
<img src="images/sp5.jpg" alt="image">
</a>
<div class="product-caption">
<h4 class="product-name"><a href="#">Lorem ipsum dolor sit amet</a></h4>
<div class="product-price-group">
<span class="product-price-old">$12,00</span>
<span class="product-price">$76,00</span>
</div>
</div>
<div class="absolute-caption">
<a href="#"><i class="fa fa-heart-o"></i></a>
<a href="#"><i class="fa fa-exchange"></i></a>
<a href="#"><i class="fa fa-cart-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<!-- Product item -->
<div class="product-item hover-img">
<a href="product_detail.htm" class="product-img">
<img src="images/sp2.jpg" alt="image">
</a>
<div class="product-caption">
<h4 class="product-name"><a href="#">Lorem ipsum dolor sit amet</a></h4>
<div class="product-price-group">
<span class="product-price-old">$12,00</span>
<span class="product-price">$76,00</span>
</div>
</div>
<div class="absolute-caption">
<a href="#"><i class="fa fa-heart-o"></i></a>
<a href="#"><i class="fa fa-exchange"></i></a>
<a href="#"><i class="fa fa-cart-plus"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Process -->
<section class="process">
<div class="container">
<div class="row m-l-r-5">
<div class="col-sm-6 col-md-3 p-5">
<div class="media ht-media">
<div class="media-left">
<i class="fa fa-cogs color-3"></i>
</div>
<div class="media-body">
<h5 class="media-heading color-3">Free Shipping</h5>
Donec sed odio dui
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 p-5">
<div class="media ht-media">
<div class="media-left">
<i class="fa fa-send color-7"></i>
</div>
<div class="media-body">
<h5 class="media-heading color-7">Free Shipping</h5>
Donec sed odio dui
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 p-5">
<div class="media ht-media">
<div class="media-left">
<i class="fa fa-car color-4"></i>
</div>
<div class="media-body">
<h5 class="media-heading color-4">100% Monney Back</h5>
Donec sed odio dui
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 p-5">
<div class="media ht-media">
<div class="media-left">
<i class="fa fa-ship color-5"></i>
</div>
<div class="media-body">
<h5 class="media-heading color-5">100% Monney Back</h5>
Donec sed odio dui
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="color-inher">
<div class="bot-pie"></div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-sm-3 m-b-xs-30">
<h3 class="title">Infomation</h3>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Delivery Information</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
<div class="col-sm-3 m-b-xs-30">
<h3 class="title">My Account</h3>
<ul>
<li><a href="#">My Account</a></li>
<li><a href="#">Order History</a></li>
<li><a href="#">Wish List</a></li>
<li><a href="#">Guide use</a></li>
</ul>
</div>
<div class="col-sm-3 m-b-xs-30">
<h3 class="title">Extras</h3>
<ul>
<li><a href="#">Brands</a></li>
<li><a href="#">Gift Vouchers</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Specials</a></li>
</ul>
</div>
<div class="col-sm-3 m-b-xs-30">
<h3 class="title">Flow us</h3>
<ul class="social_link">
<li><a href="#"><i class="fa fa-facebook"></i>Facebook</a></li>
<li><a href="#"><i class="fa fa-google-plus"></i>Google +</a></li>
<li><a href="#"><i class="fa fa-twitter"></i>Tiwtter</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-bt">
<div class="container">
<p>© 2017 Designed by <a href="https://themeforest.net/user/theme3x">theme3x</a>. All rights reserved</p>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- JqueryUI -->
<script src="js/jquery/jquery-ui.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- Owl-coursel -->
<script src="js/owl-coursel/owl.carousel.js"></script>
<!-- Magnific-popup -->
<script src="js/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Script -->
<script src="js/script.js"></script>
</body>
</html>