-
Notifications
You must be signed in to change notification settings - Fork 0
/
afficherEvaluationback.php
379 lines (339 loc) · 28.5 KB
/
afficherEvaluationback.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
<?PHP
include "C:/wamp64/www/test/core/evaluationC.php";
$evaluation1C=new EvaluationC();
$listeEvaluations=$evaluation1C->afficherEvaluations();
//var_dump($listeEmployes->fetchAll());
?>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gestion livraison</title>
<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>
<script src="main.js"></script>
</head>
<body>
<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"> (empty) </span> </div>
<div class="shopping_cart_content" id="shopping_cart_content" >
<div class="none"> Your cart is empty</div> </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">Specials<span class="label">Sale!</span></a>
<!-- bof specials -->
<div class="dropdown col-9">
<div class="special_text"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque porttitor egestas dictum. Proin dolor lacus, placerat non magna in, ultricies molestie nisl. Aliquam dui dolor, bibendum eget diam ac, pellentesque ultricies dui. Pellentesque mattis sit amet nibh eget pulvinar. Curabitur nec turpis porta dui sollicitudin dignissim. Duis cursus leo sit amet quam posuere, in iaculis quam dignissim. Donec est nulla, tristique quis dignissim at, rutrum non massa. In ultrices tellus turpis, at vehicula justo fringilla ut. Cras a eros sagittis, placerat nulla ac, condimentum mi. Mauris ornare sem vel laoreet fermentum. In hac habitasse platea dictumst. </p></div>
<div class="list_carousel responsive">
<ul id="fcarousel">
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=11"><img src="images/11.png" class="img-responsive" alt="Vigo Single Hole Waterfall Bathroom Faucet Less Handles - VG0300" title=" Vigo Single Hole Waterfall Bathroom Faucet Less Handles - VG0300 " 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=11">Vigo Single Hole Waterfall Bathroom Faucet Less Handles - VG...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$522.40</span><span class="normalprice">$653.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="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=12"><img src="images/12.png" class="img-responsive" alt="Vigo Tempered Glass Bathroom Sink - VG07505" title=" Vigo Tempered Glass Bathroom Sink - VG07505 " 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=12">Vigo Tempered Glass Bathroom Sink - VG07505...</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.40</span><span class="normalprice">$124.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="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=13"><img src="images/13.png" class="img-responsive" alt="Vigo Two Handle Widespread Pull-Out Spray Bar Faucet with Soap D" title=" Vigo Two Handle Widespread Pull-Out Spray Bar Faucet with Soap D " 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">Vigo Two Handle Widespread Pull-Out Spray Bar Faucet with So...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$514.25</span><span class="normalprice">$605.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="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=14"><img src="images/14.png" class="img-responsive" alt="Waterstone Traditional Deck Mount One Handle Single Hole Pot Fil" title=" Waterstone Traditional Deck Mount One Handle Single Hole Pot Fil " 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=14">Waterstone Traditional Deck Mount One Handle Single Hole Pot...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$743.25</span><span class="normalprice">$991.00 </span><span class="productPriceDiscount">-25%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=15"><img src="images/15.png" class="img-responsive" alt="Watts 1-in x 1-ft Reinforced PVC Reinforced Braided Vinyl Tubing" title=" Watts 1-in x 1-ft Reinforced PVC Reinforced Braided Vinyl Tubing " 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">Watts 1-in x 1-ft Reinforced PVC Reinforced Braided Vinyl Tu...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$213.50</span><span class="normalprice">$305.00 </span><span class="productPriceDiscount">-30%</span></strong> </div>
</div>
</div>
</li>
<li class="col-products">
<div class="product-col">
<div class="img">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=product_info&cPath=&products_id=16"><img src="images/16.png" class="img-responsive" alt="Whirlpool 40 Gallons 6-Year Regular Electric Water Heater" title=" Whirlpool 40 Gallons 6-Year Regular Electric Water Heater " 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">Whirlpool 40 Gallons 6-Year Regular Electric Water Heater...</a></h5>
<div class="text">
The supplies we sell in our store are of premium q... </div>
<div class="price">
<strong> <span class="productSpecialPrice">$435.50</span><span class="normalprice">$871.00 </span><span class="productPriceDiscount">-50%</span></strong> </div>
</div>
</div>
</li>
</ul>
<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="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=products_new">
<span>New Products</span>
</a>
</li>
<li class=" ">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=specials">
<span>Specials</span>
</a>
</li>
<li class=" ">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=reviews">
<span>Reviews</span>
</a>
</li>
<li class=" ">
<a href="shipping.html">
<span>Shipping</span>
</a>
</li>
<li class=" last ">
<a href="http://livedemo00.template-help.com/zencart_55417/index.php?main_page=gv_faq">
<span>FAQs</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</li><!-- eof quick links -->
<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>
<section class="ie9_all">
<div class="container">
<div class="row">
<div class="main-col
left_column col-sm-12 ">
<div class="row">
<div class="center_column col-xs-12
col-sm-12 with_col ">
<div class="centerColumn" id="loginDefault">
<div class="heading"><h1>Voila vos livraisons celon votre Id !</h1></div>
<div class="tie">
<div class="tie-indent">
<table class="table table-striped table-advance table-hover">
<h4><i class="fa fa-angle-right"></i> Table des notes</h4>
<hr>
<thead>
<tr>
<td>Id</td>
<td>Note</td>
<td>Idlivreur</td>
</tr>
</thead>
<?PHP
foreach($listeEvaluations as $row){
?>
<tr>
<td><?PHP echo $row['Id']; ?></td>
<td><?PHP echo $row['Note']; ?></td>
<td><?PHP echo $row['Idlivreur']; ?></td>
<?PHP
}
?>
</table>