-
Notifications
You must be signed in to change notification settings - Fork 0
/
climavec panier marche.php
623 lines (511 loc) · 38.3 KB
/
climavec panier marche.php
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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<?php
include "entities/PanierH.php";
$pan=new Panier(1,2,5,1.2);
$listePanier=$pan->afficherPanier();
$pan2 = new Panier(1,2,5,1.2);
$cPanier = $pan2->countPanier();
?>
?>
<!doctype html>
<html>
<head>
<title>STMG Home</title>
<meta charset="utf-8">
<!--<meta name="keywords" content="Bathroom Home & Garden Kitchen Repair Parts Tools Water Heaters Supplies Sinks Water Taps Accessories ecommerce, open source, shop, online shopping, store ">
<meta name="description" content="Zen Cart! : - Bathroom Home & Garden Kitchen Repair Parts Tools Water Heaters Supplies Sinks Water Taps Accessories ecommerce, open source, shop, online shopping, store">
<meta name="author" content="The Zen Cart® Team and others" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="shopping cart program by Zen Cart®, http://www.zen-cart.com eCommerce">
<script src="/cdn-cgi/apps/head/3ts2ksMwXvKRuG480KNifJ2_JNM.js"></script><link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
<base href="http://livedemo00.template-help.com/zencart_55417/">
<link rel="canonical" href="http://livedemo00.template-help.com/zencart_55417/">-->
<link rel="stylesheet" type="text/css" href="../css/stylesheet_bootstrap.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_bootstrap_theme.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_categories.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_custom.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_lightbox-0.5.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_mega_menu.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_product_list.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_responsive.css" />
<link rel="stylesheet" type="text/css" href="../css/stylesheet_suggestionbox.css" />
<link rel="stylesheet" type="text/css" href="../css/index_home.css" />
<script type="text/javascript" src="../jscript/jscript_jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.carouFredSel-6.2.1-packed.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.elevateZoom-3.0.8.min.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.equalheights.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.matchHeight.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.simplr.smoothscroll.min.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="../jscript/jscript_jquery.ui.totop.js"></script>
<script type="text/javascript" src="../jscript/jscript_menu_top.js"></script>
<script type="text/javascript" src="../jscript/jscript_script_bootstrap.js"></script>
<script type="text/javascript" src="../jscript/jscript_stotal-storage.min.js"></script>
<script type="text/javascript" src="../jscript/jscript_suggestionbox.js"></script>
<script type="text/javascript" src="../jscript/jscript_top.js"></script>
<script type="text/javascript" src="../jscript/jscript_xeasyTooltip.js"></script>
<script type="text/javascript" src="../jscript/jscript_xjquery.easing.1.3.js"></script>
<script type="text/javascript" src="../jscript/jscript_xjquery.jqtransform.js"></script>
<script type="text/javascript" src="../jscript/jscript_xjquery.lightbox-0.5.js"></script>
<script type="text/javascript" src="../jscript/jscript_xjscript_script.app.js"></script>
<body id="indexHomeBody">
<div id="page">
<!-- ========== IMAGE BORDER TOP ========== -->
<!-- BOF- BANNER TOP display -->
<!-- EOF- BANNER TOP display -->
<!-- ====================================== -->
<!-- ========== HEADER ========== -->
<header>
<div class="nav">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-7 col-lg-7 fright">
</div>
<ul class="header_user_info customer_links">
<!-- ========== NAVIGATION LINKS ========== -->
<li><a class="" href="s'inscrire.html">S'inscrire</a></li>
<li><a class="" href="connecter.html">Se Connecter</a> </li>
<!-- ====================================== -->
</ul>
</div>
<div class="col-xs-12 col-md-5 col-lg-5">
<div class="phone">
<p>(800) 234-5678</p>
<span>Hours: 9am-7pm PST M-Fr</span>
</div>
</div>
</div>
</div>
</div>
<div class="bottom">
<div class="container">
<div class="row clearfix">
<div id="header_logo" class="col-xs-12 col-sm-3">
<!-- ========== LOGO ========== -->
<a href="home.html"><img src="../images/logo.png" alt="" /></a>
<!-- ========================== -->
</div>
<div class="col-xs-12 col-sm-9 col-md-9">
<div class="header_cust_block clearfix">
<p>Free Shipping</p>
<div>
<span>on orders over $499.</span>
<span>This offer is valid on all our store items.</span>
</div>
</div>
<div class="shopping_cart" id="shopping_cart">
<!-- ========== SHOPPING CART ========== -->
<div class="shop-box-wrap">
<span class="cart_title" >Cart</span><span class="st3"> <?php echo $cPanier ?> </span>
</div>
<div class="shopping_cart_content" id="shopping_cart_content" >
<form method="POST" action="views/supprimerPanier.php">
<?PHP
foreach($listePanier as $row){
?>
<table>
<tr>
<td><div class="none"> <input type="text" hidden="" readonly="" name="ID_panier" value="<?PHP echo $row['ID_panier'];?>"> <?php echo "Produit" .$row['ID_prod']; echo "| Quantité: ".$row['quantite']; ?></div> </td>
<td> <input type="submit" name="supprimer" value="X" style="color: red; background-color: transparent; border-color: transparent;"> </td>
</tr>
</table>
<?php } ?>
</form>
</div>
</div>
<!-- =================================== -->
<div id="search_block" class="clearfix">
<!-- ========== SEARCH ========== -->
<form name="quick_find_header" action="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=advanced_search_result" method="get" class="form-inline form-search pull-right">
<input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /> <label class="sr-only" for="searchInput">Search</label>
<input class="form-control" id="searchInput" type="text" name="keyword" />
<button type="submit" class="button-search"><i class="fa fa-search"></i><b>Search</b></button>
</form>
<!-- ============================ -->
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="top_menu clearfix">
<div class="cat-title">MENU</div>
<!--bof-mega menu display-->
<div id="mega-wrapper" class="stickUpTop"><!-- bof mega-wrapper -->
<ul class="mega-menu col-sm-12"><!-- bof mega-menu -->
<li class="categories-li"><a class="drop">Categories<span class="label">New!</span></a><!-- bof cateories -->
<div class="dropdown col-9">
<div class="levels">
<ul class="level2"><li data-match-height="cat-ul-gen" class="submenu col-inner">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=1">Bathroom</a><ul class="level3"><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=1_31">Lorem</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=1_32">Ipsum</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=1_33">Dolor</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=1_34">Sit epsum</a></li></ul></li><li data-match-height="cat-ul-gen" class="submenu col-inner">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=2">Home & Garden</a><ul class="level3"><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=2_35">Doloriicus</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=2_36">Vivamus</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=2_37">Nullam</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=2_38">Vivamus fauci</a></li></ul></li><li data-match-height="cat-ul-gen" class="submenu col-inner">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=3">Kitchen</a><ul class="level3"><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=3_39">Cursus nisi et</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=3_40">Vivamus congue</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=3_41">Dapibus elit</a></li></ul></li><li data-match-height="cat-ul-gen" class="submenu col-inner">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=4">Repair Parts</a><ul class="level3"><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=4_42">Quisque condi</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=4_43">Lorem eget su</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=4_44">Nullam eget</a></li></ul></li><li data-match-height="cat-ul-gen" class="submenu col-inner">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=5">Tools</a><ul class="level3"><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=5_45">Facilisis pur</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=5_46">Finibus mi</a></li></ul></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=6">Water Heaters</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=7">Supplies</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=8">Sinks</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=9">Water Taps</a></li><li>
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=index&cPath=10">Accessories</a></li></ul>
</div>
<div class="clearfix"></div>
<div class="categories-banners">
<div class="item_1"><a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=redirect&action=banner&goto=1"><img src="../images/cat_banner_1.jpg" class="img-responsive" alt="Water taps" title=" Water taps " width="1170" height="450" /><div class="title"><span>Water taps</span></div></a>
</div><div class="item_2"><a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=redirect&action=banner&goto=2"><img src="../images/cat_banner_2.jpg" class="img-responsive" alt="Sinks" title=" Sinks " width="1170" height="450" /><div class="title"><span>Sinks</span></div></a>
</div><div class="item_3"><a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=redirect&action=banner&goto=3"><img src="../images/cat_banner_3.jpg" class="img-responsive" alt="Bathrooms" title=" Bathrooms " width="1170" height="450" /><div class="title"><span>Bathrooms</span></div></a>
</div> </div>
</div>
</li><!-- eof categories -->
<li class="specials_p"><a class="drop">Services<span class="label">Sale!</span></a>
<!-- bof specials -->
<div class="dropdown col-9">
<div class="special_text"><p>Notre sociétée possède un patrimoine de talents, que nous mettons à votre disposition afin d’apporter des solutions rapides et efficaces à toutes vos problématiques. Nous comprenons vos demandes en définissons vos priorités . </p></div>
<div class="list_carousel responsive">
<ul id="fcarousel">
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="#"><img src="../images/clim.jpg" class="img-responsive" title="répartion et entretien des chauffages et climatiseurs " width="200" height="200" /></a>
</div>
<div class="sale-label">Sale</div>
<div class="prod-info">
<h5><a class="product-name name" href="#">Le service Climatisation est basé sur la répartion...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$100</span><span class="normalprice">$120.00 </span><span class="productPriceDiscount">-20%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="#"><img src="../images/elect.jpg" class="img-responsive" title="la réparation de tous ce qui éléctrique est selon vos demandes" width="200" height="200" /></a>
</div>
<div class="sale-label">Sale</div>
<div class="prod-info">
<h5><a class="product-name name" href="#">la réparation de tous ce qui éléctrique est...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$105</span><span class="normalprice">$120.00 </span><span class="productPriceDiscount">-15%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="#"><img src="../images/peint.jpg" class="img-responsive" title="la peinture est selon votre espaces " width="200" height="200" /></a>
</div>
<div class="sale-label">Sale</div>
<div class="prod-info">
<h5><a class="product-name name" href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=13">mentionnez votre espaces , nous avons tous les couleurs...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$100</span><span class="normalprice">$120 </span><span class="productPriceDiscount">-15%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="#"><img src="../images/plomb.jpg" class="img-responsive" title="le service plomberie est ..." width="200" height="200" /></a> </div>
<div class="sale-label">Sale</div>
<div class="prod-info">
<h5><a class="#">le service plomberie est selon vos deamndes ...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$100</span><span class="normalprice">$120 </span><span class="productPriceDiscount">-25%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="#"><img src="../images/resto.jpg" class="img-responsive" title="le service restauration est une réparation de tous les matériaux de la cuisine" width="200" height="200" /></a> </div>
<div class="sale-label">Sale</div>
<div class="prod-info">
<h5><a class="product-name name" href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=15">nous réparons les fours,les frigidaires...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$100</span><span class="normalprice">$120 </span><span class="productPriceDiscount">-30%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="#"><img src="../images/autres.png" class="img-responsive" title="avez-vous d'autres demandes ou propositions?" width="200" height="200" /></a>
</div>
<div class="sale-label">Sale</div>
<div class="prod-info">
<h5><a class="product-name name" href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=16">Nous sommes à votre disposition pour des spéciales demandes...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$5</span><span class="normalprice">$50 </span><span class="productPriceDiscount">-50%</span></strong> </div>
</div>
</div>
</li>
</ul>
<!--HOUNI EL MENU LEZMOU YETAAWED-->
<a id="prev2" class="prev" href="#"><</a>
<a id="next2" class="next" href="#">></a>
</div>
</div><!-- eof specials -->
</li>
<li class="quicklinks-li"><a class="drop">Quick Links</a><span class="label"></span><!-- bof quick links -->
<div class="dropdown col-2 ">
<div class="firstcolumn">
<nav>
<ul class="ez-menu">
<li class=" first">
<a href="#">
<span>New Products</span>
</a>
</li>
<li class=" ">
<a href="#">
<span>Specials</span>
</a>
</li>
<li class=" ">
<a href="#">
<span>Reviews</span>
</a>
</li>
<li class=" ">
<a href="#">
<span>Contacts</span>
</a>
</li>
<li class=" last ">
<a href="#">
<span>FAQs</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</li>
<!-- eof quick links -->
<li class="manufacturers-li"><a class="drop">Manufacturers<span class="label"></span></a><!--bof shop by brand -->
<div class="dropdown col-3">
<div class="firstcolumn">
<ul >
<li ><a href="#"><img src="../images/manufacturers/logo_bosch.png" class="img-responsive" alt="Bosch" title=" Bosch " width="1024" height="242" /></a></li>
<li ><a href="#" class="img-responsive" alt="Gerber" title=" Gerber " width="724" height="724" /></a></li>
<li ><a href="#" class="img-responsive" alt="Viessmann" title=" Viessmann " width="3390" height="1129" /></a></li>
</ul>
</div>
</div>
</li><!-- eof shop by brand -->
<li class="information-li"><a class="drop">Info<span class="label"></span></a><!-- bof information -->
<div class="dropdown col-3">
<h3>General Info</h3>
<ul>
<li><a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=site_map">Site Map</a></li>
<li><a href="#">Gift Certificate FAQ</a></li>
<li><a href="#">Discount Coupons</a></li>
<li><a href="#">Newsletter Unsubscribe</a></li>
</ul>
<div class="clearfix"></div>
<h3 class="second">Customers</h3>
<ul>
<li><a href="#">Log In</a></li>
<li><a href="#">Create Account</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Shipping & Returns</a></li>
<li><a href="#">Privacy Notice</a></li>
<li><a href="#">Conditions of Use</a></li>
</ul>
</div>
</li>
<!-- eof information -->
<li class="customer_service"><a class="drop">Shipping & Returns<span class="label"></span></a><!-- bof customer service -->
<div class="dropdown col-5">
<div class="col_cs">
<h3>Shipping</h3>
</div>
<div class="col_cs">
<p>Ahki aal shipping wech</p>
</div>
<div class="col_cs">
<h3>Delivery</h3>
</div>
<div class="col_cs">
<p>ahki aal delivery wesh </p>
</div>
</div><!-- eof customer service -->
</li>
</ul>
<!-- eof mega-menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
</div><!-- eof mega-wrapper -->
<!--eof-mega menu display-->
<div class="clearBoth"></div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- ========== CATEGORIES TABS ========= -->
<!-- ==================================== -->
<!-- ============================ -->
<section class="ie9_all">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div id="navBreadCrumb" class="breadcrumb"> <a class="home" href="file:///C:/Users/Rania/Desktop/Nouveau%20dossier/Projet%20Web/home.html"></a>
<br>
<span>Service Climatisation</span>
</div>
</div>
<div class="main-col
left_column ">
<div class="row">
<div class="center_column col-xs-12
col-sm-12 ">
<div class="centerColumn" id="productGeneral">
<div class="wrapper bot-border">
<!--bof Prev/Next bottom position -->
</div>
<div class="tie">
<div class="tie-indent">
<div class="page-content">
<!--bof Form start-->
<!--eof Form start-->
<!--bof Category Icon -->
<div class="row">
<div class="main-image col-xs-12 col-sm-6">
<div id="fb-root"></div>
<!--bof Main Product Image -->
<div id="productMainImage" class="pull-left image-block">
<span class="image"><a href="#">
<img src="../images/clim.jpg" class="img-responsive" alt="entretien et réparation des chauffage et climatiseurs" title="entretien et réparation des chauffage et climatiseurs " width="200" height="200" /> <span class="zoom"></span></a></span>
</div>
<!--eof Main Product Image-->
<!--bof Additional Product Images -->
<ul id="productAdditionalImages">
<li class="additionalImages centeredContent back" style="width:20%;">
<a href="#""><img src="../images/clim2.png" class="img-responsive" alt="entretien et réparation des chauffage et climatiseurs" title="entretien et réparation des chauffage et climatiseurs " width="114" height="114" /></a></li> <li class="additionalImages centeredContent back" style="width:20%;">
<a href="#"><img src="../images/clim3.jpg" class="img-responsive" alt="entretien et réparation des chauffage et climatiseurs" title="entretien et réparation des chauffage et climatiseurs " width="114" height="114" /></a></li> <li class="additionalImages centeredContent back" style="width:20%;">
<a href="#" ><img src="../images/clim4.jpg"" class="img-responsive" alt="entretien et réparation des chauffage et climatiseurs" title="entretien et réparation des chauffage et climatiseurs " width="114" height="114" /></a></li>
<li class="additionalImages centeredContent back" style="width:20%;">
<a href="#"><img src="../images/clim5.jpg" class="img-responsive" alt="entretien et réparation des chauffage et climatiseurs" title="entretien et réparation des chauffage et climatiseurs " width="114" height="114" /></a></li> <li class="additionalImages centeredContent back" style="width:20%;">
</ul>
<!--eof Additional Product Images -->
<div class="video_desc">
<div class="row">
<!--bof -->
<div id="productYouTube" class="col-xs-12 col-sm-12">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Hv-eUoVZaLo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<!--eof YouTube -->
<!--bof Product description -->
<div id="productDescription" class="description biggerText col-sm-12 col-xs-12 col-sm-12 ">STMG vous présente toujours les précédentes services qu'elle a offert à ses chers clients.Notre objectif est votre satisfaction</div>
<!--eof Product description -->
</div>
</div>
</div>
<div class="pb-center-column col-xs-12 col-sm-6">
<!--bof free ship icon -->
<!--eof free ship icon -->
<h2 class="title_product">Notre Service climatisation</h2>
<h3 class="sub_title">Description </h3>
<!--bof Product description -->
<div id="shortDescription" class="description">N’attendez pas le temps chaud ou le grand froid pour vous procurer un chauffage ou un climatiseur ! Laissez-vous guider par une équipe qualifiée, dès le choix de votre équipement jusqu’à son installation et même entretien. Découvrez notre qualitée de service.STMG, une équipe compétente met à votre service ses compétences et vous apporte des solutions efficaces et économiques. Nous étudions de près votre installation pour vous procurer des équipements conformes à votre intérieur. Le choix des appareils est maîtrisé..</div>
<!--eof Product description -->
<!--bof Product details list -->
<ul class="instock">
<li><strong>disponibilitée</strong>de 8h à 18h</li>
<li><strong>Technicien responsable: </strong>mohamed</li>
</ul>
<!--eof Product details list -->
<div class="wrapper atrib"> <span class="quantity_label">mafhemthech</span>
<!--bof Reviews button and count-->
<div id="productReviewLink" class="buttonRow left"><a class="btn-default-small" href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_reviews&cPath=3&products_id=11&number_of_uploads=0"><span class="cssButton normal_button button button_reviews" onmouseover="this.className='cssButtonHover normal_button button button_reviews button_reviewsHover'" onmouseout="this.className='cssButton normal_button button button_reviews'"> Go to the Reviews Page </span></a></div>
<br class="clearBoth">
<p class="reviewCount">Current Reviews: 1</p>
<!--eof Reviews button and count -->
</div>
<div class="wrapper atrib2">
<!--bof Attributes Module -->
<form name="Formulaireclimatisation" method="POST" action="views/addClim.php" />
<div id="productAttributes">
<div class="wrapperAttribsOptions">
<h4 class="optionName back">Nom de votre Société</h4>
<input type="text" name="nom" value="">
</div>
<br>
<div class="wrapperAttribsOptions">
<h4 class="optionName back">Type de votre demande</h4>
<select name="demande" class="form-control">
<option value="37">Select from below ...</option>
<option name="demande" value="Installation">Installation</option>
<option name="demande" value="Panne">Panne</option>
<option name="demande" value="autre">autre</option>
</select>
</div>
<br>
<div class="wrapperAttribsOptions">
<h4 class="optionName back"><label class="attribsSelect" for="attrib-2">Lieu</label></h4>
<select name="lieu" id="attrib-2" class="form-control">
<option value="37">Select from below ...</option>
<option name="lieu" value="Tunis">Grand Tunis</option>
<option name="lieu" value="autre">autre</option>
</select>
</div>
<br>
<div class="wrapperAttribsOptions">
<h4 class="optionName back"><label class="attribsSelect" for="attrib-5">Secteur</label></h4>
<select name="secteur" id="attrib-5" class="form-control">
<option value="37">Select from below ...</option>
<option name="secteur" value="climatiseur">Climatiseur</option>
<option name="secteur" value="chauffage">Chauffage</option>
<option name="secteur" value="autre">autre</option>
</select>
<div>
<h4 class="optionName back" Plus de détails à propos votre demande:></h4>
<textarea name="details" value="details" row="4" cols="40" id="details">Details</textarea>
</div>
</div>
<div class="add_to_cart_block">
<!--bof Add to Cart Box -->
<div id="button_product">
<input type="text" class="form-control" name="prix" value="522.40" readonly=""></input>
</div>
<!--eof Add to Cart Box-->
</div>
</div>
<div id="button_product">
<div class="add_to_cart_row">
<strong class="fleft text2">
<input type="text" class="form-control" name="quantite" value="1" maxlength="6" size="8" />
</strong><span class="buttonRow">
<input type="submit" class="btn btn-success add-to-cart" value="Add to Cart" />
</span></div>
</form>
</html>