-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin_track.html
397 lines (319 loc) · 13.8 KB
/
admin_track.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- css link -->
<link rel="stylesheet" href="style_JM.css">
<!-- bootstrap css links -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- fontawesome -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> -->
<!-- bootstrap js links -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<title>Brand.</title>
<link rel="icon" type="image/x-icon" href="img/b1.png">
<style>
/* .sld_custome{
width: 1500px;
background-color: green;
} */
/* @media screen and (max-width: 990px){
.loginSignup{
width: 50%;
background-color: blue;
}
} */
@media screen and (max-width: 660px){
.sld_custome{
width: 450px;
/* background-color: red; */
}
}
@media screen and (min-width: 1200px){
.sld_custome{
width: 80%;
/* background-color: blue; */
}
}
.new_section {
position: relative;
text-align: center;
color: white;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* background-color: red; */
width: 300px;
/* color: black; */
/* background-color: white; */
}
/* featured product style */
.product {
cursor: pointer;
margin-bottom: 2rem;
}
.product img {
transition: .3s all;
}
.product:hover img {
opacity: .7;
}
.product .buy-btn {
transform: translateY(30px);
opacity: 0;
transition: 0.3s all;
}
.product:hover .buy-btn {
transform: translateY(0);
opacity: 1;
}
.star i {
/* font-size: .8rem; */
color: darkgray;
margin-bottom: 10px;
}
.product a{
text-decoration: none;
color: black;
}
.product a:hover{
text-decoration: none;
color: black;
}
/* featured product style */
</style>
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up-long"></i></button>
<!-- navigation bar -->
<!-- <section> -->
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 fixed-top">
<div class="container">
<a class="navbar-brand" href="#"><b>Brand.</b></a>
<!-- add logo here -->
<!-- size change navbar button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span><i id="bar" class="fa-solid fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item ">
<a class="nav-link" href="#">page1</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page2</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page3</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page4</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">page5</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fa-solid fa-search"></i>
<!-- <i class="fa-light fa-search"></i> -->
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<!-- <i class="fa-solid fa-shopping-bag"></i> -->
<i class="fa-solid fa-bag-shopping"></i>
<!-- <i class="fa-regular fa-bag-shopping"></i> -->
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="LoginRegister_JM.html">Login/Register</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="mt-5 pt-5">
<p class="fs-2 text-center fw-bold text-capitalize">oder tracking table</p>
</section>
<section class="container">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th scope="col">
<label class="control control--checkbox">
<input type="checkbox" class="js-check-all"/>
<div class="control__indicator"></div>
</label>
</th>
<th scope="col">oder no.</th>
<th scope="col">user mail</th>
<th scope="col">user phone</th>
<th scope="col">oder date</th>
<th scope="col">product no</th>
<th scope="col">quantity</th>
<th scope="col">total price</th>
<th scope="col">status</th>
<th scope="col">delivery date</th>
<th scope="col"> </th>
<!-- <th scope="col"></th> -->
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
<label class="control control--checkbox">
<input type="checkbox"/>
<div class="control__indicator"></div>
</label>
</th>
<td>1222</td>
<td>[email protected]</td>
<td>01793711207</td>
<td>21/07/2022</td>
<td class="text-uppercase">sm33</td>
<td>2</td>
<td>$55</td>
<td> <span class="badge bg-success">delivered</span> </td>
<td>26/07/2022</td>
<td> <i class="fa-solid fa-trash-can"></i> </td>
</tr>
<tr>
<th scope="row">
<label class="control control--checkbox">
<input type="checkbox"/>
<div class="control__indicator"></div>
</label>
</th>
<td>1222</td>
<td>[email protected]</td>
<td>01793711207</td>
<td>21/07/2022</td>
<td class="text-uppercase">sm33</td>
<td>2</td>
<td>$55</td>
<td> <span class="badge bg-warning">pending</span> </td>
<td>26/07/2022</td>
<td> <i class="fa-solid fa-trash-can"></i> </td>
</tr>
<tr>
<th scope="row">
<label class="control control--checkbox">
<input type="checkbox"/>
<div class="control__indicator"></div>
</label>
</th>
<td>1222</td>
<td>[email protected]</td>
<td>01793711207</td>
<td>21/07/2022</td>
<td class="text-uppercase">sm33</td>
<td>2</td>
<td>$55</td>
<td> <span class="badge bg-danger">canceled</span> </td>
<td>26/07/2022</td>
<td> <i class="fa-solid fa-trash-can"></i> </td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- footer section -->
<footer class="mt-5 py-5">
<div class="row container mx-auto pt-5">
<div class="footer-one col-lg-3 col-md-6 col-12 mb-5">
<h2>Brand.</h2>
<p>
<b>Brand.</b> is one of the unique online shopping sites in
Bangladesh where fashion is accessible to all. You can get your
hands on the <i>trendiest style</i> every season and also avail the best
of ethnic fashion during all <i>bengali festive occasions</i> in unbelievably
affordable range.
</p>
</div>
<div class="footer-one col-lg-3 col-md-6 col-12 mb-5 text-uppercase">
<h5 class="pb-3">Featured</h5>
<ul class=" list-unstyled">
<li><a href="#">books</a></li>
<li><a href="#">shirts</a></li>
<li><a href="#">formal pants</a></li>
<li><a href="#">jeans</a></li>
<li><a href="#">watches</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">shoes</a></li>
</ul>
</div>
<div class="footer-one col-lg-3 col-md-6 col-12 mb-5 text-uppercase">
<h5 class="pb-3">Contact us</h5>
<div>
<h6 class="text-uppercase">
<i class="fa-solid fa-location-dot"></i>
Address</h6>
<p>123 street name, dhaka, bangladesh</p>
</div>
<div>
<h6 class="text-uppercase">
<i class="fa-solid fa-phone"></i>
phone</h6>
<p>880-179-3711-207 (telephone)</p>
</div>
<div>
<h6 class="text-uppercase">
<i class="fa-solid fa-envelope"></i>
e-mail</h6>
<p>[email protected]</p>
</div>
</div>
<div class="footer-one col-lg-3 col-md-6 col-12 mb-2 text-uppercase">
<h5 class="pb-3">FOLLOW US</h5>
<ul class="text-uppercase list-unstyled">
<li><a href="#">
<i class="fa-brands fa-instagram"></i>
instagram</a></li>
<li><a href="#">
<i class="fa-brands fa-twitter"></i>
twitter</a></li>
<li><a href="#">
<i class="fa-brands fa-youtube"></i>
youtube</a></li>
<li><a href="#">
<i class="fa-brands fa-square-facebook"></i>
facebook</a></li>
</ul>
</div>
<div class="container-fluid text-right">
<p class="text-end"><a href="#">Privacy Policy</a> | <a href="#">Terms and Conditions</a></p>
</div>
<!-- copyright -->
<div>
<p>© 2022 <b>Brand.</b> Inc. All Rights Reserved</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous">
</script>
<script src="js/main.js"></script>
<script src="script.js"></script>
<!-- <script>
$('.carousel').carousel({
interval: 1
})
</script> -->
</body>
</html>