-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cart.html
449 lines (429 loc) · 16.4 KB
/
Cart.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
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <meta http-equiv="X-UA-Compatible" content="ie=edge" /> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<link rel="stylesheet" href="https://bootswatch.com/4/flatly/bootstrap.min.css" />
<title>Cart</title>
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<!-- Font Awesome -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Tempusdominus Bootstrap 4 -->
<link rel="stylesheet" href="plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css">
<!-- iCheck -->
<link rel="stylesheet" href="plugins/icheck-bootstrap/icheck-bootstrap.min.css">
<!-- JQVMap -->
<link rel="stylesheet" href="plugins/jqvmap/jqvmap.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- overlayScrollbars -->
<link rel="stylesheet" href="plugins/overlayScrollbars/css/OverlayScrollbars.min.css">
<!-- Daterange picker -->
<link rel="stylesheet" href="plugins/daterangepicker/daterangepicker.css">
<!-- summernote -->
<link rel="stylesheet" href="plugins/summernote/summernote-bs4.min.css">
<link rel="stylesheet" href="project/list/source/content/app.css" />
</head>
<body class="hold-transition sidebar-mini layout-fixed">
<div class="wrapper">
<!-- Navbar -->
<nav class="main-header navbar navbar-expand navbar-white navbar-light">
<!-- Left navbar links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#" role="button"
><i class="fas fa-bars"></i
></a>
</li>
<li class="nav-item d-sm-inline-block">
<a
href="liste.html"
class="nav-link"
style="color: #020202; font-size: larger"
>MetaDeSC</a
>
</li>
</ul>
<!-- Right navbar links -->
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="fas fa-user"></i>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<div class="media-body">
<h3 class="dropdown-item-title">
inventory
<span
class="float-right text-m text-primary"
id="inventory-sidebar"
><i class="badge bg-primary"></i
></span>
</h3>
</div>
</div>
</a>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<div class="media-body">
<h3 class="dropdown-item-title">
Blocked inventory
<span
class="float-right text-sm text-danger"
id="blocked-amount"
><i class="badge bg-primary"></i
></span>
</h3>
</div>
</div>
</a>
<a href="./profile.html" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<div class="media-body">
<h3 class="dropdown-item-title">
My Profile
<span class="float-right text-sm"
><i class="fas fa-pencil-alt"></i
></span>
</h3>
</div>
</div>
</a>
<a href="./login-v2.html" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<div class="media-body">
<h3 class="dropdown-item-title">
Exit
<span class="float-right text-sm text-danger"
><i class="fas fa-times-circle"></i
></span>
</h3>
</div>
</div>
</a>
</div>
</li>
<!-- shopping cart -->
<li class="nav-item">
<a class="nav-link" href="./Cart.html" role="button">
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
</a>
</li>
<!-- shopping cart -->
<!-- Messages Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="far fa-comments"></i>
<span class="badge badge-danger navbar-badge">3</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img
src="dist/img/AdminLTELogo.png"
alt="User Avatar"
class="img-size-50 mr-3 img-circle"
/>
<div class="media-body">
<h3 class="dropdown-item-title">
Admin
<span class="float-right text-sm text-danger"
><i class="fas fa-star"></i
></span>
</h3>
<p class="text-sm">Call me whenever you can...</p>
<p class="text-sm text-muted">
<i class="far fa-clock mr-1"></i> 4 Hours Ago
</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img
src="./dist/img/AdminLTELogo.png"
alt="User Avatar"
class="img-size-50 img-circle mr-3"
/>
<div class="media-body">
<h3 class="dropdown-item-title">
Admin
<span class="float-right text-sm text-muted"
><i class="fas fa-star"></i
></span>
</h3>
<p class="text-sm">I got your message bro</p>
<p class="text-sm text-muted">
<i class="far fa-clock mr-1"></i> 4 Hours Ago
</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<!-- Message Start -->
<div class="media">
<img
src="dist/img/AdminLTELogo.png"
alt="User Avatar"
class="img-size-50 img-circle mr-3"
/>
<div class="media-body">
<h3 class="dropdown-item-title">
Admin
<span class="float-right text-sm text-warning"
><i class="fas fa-star"></i
></span>
</h3>
<p class="text-sm">The subject goes here</p>
<p class="text-sm text-muted">
<i class="far fa-clock mr-1"></i> 4 Hours Ago
</p>
</div>
</div>
<!-- Message End -->
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item dropdown-footer"
>See All Messages</a
>
</div>
</li>
<!-- Notifications Dropdown Menu -->
<!-- <li class="nav-item d-none dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="far fa-bell"></i>
<span class="badge badge-warning navbar-badge">15</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<span class="dropdown-item dropdown-header"
>15 Notifications</span
>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fas fa-envelope mr-2"></i> 4 new messages
<span class="float-right text-muted text-sm">3 mins</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fas fa-users mr-2"></i> 8 company requests
<span class="float-right text-muted text-sm">12 hours</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<i class="fas fa-file mr-2"></i> 3 new reports
<span class="float-right text-muted text-sm">2 days</span>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item dropdown-footer"
>See All Notifications</a
>
</div>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" data-widget="fullscreen" href="#" role="button">
<i class="fas fa-expand-arrows-alt"></i>
</a>
</li> -->
</ul>
</nav>
<!-- /.navbar -->
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<a href="liste.html" class="brand-link">
<img
src="dist/img/IMG_20221110_110556_746.jpg"
alt="Admin Logo"
class="brand-image img-circle elevation-3"
style="opacity: 0.8"
/>
<span class="brand-text font-weight-light">MetaDeSC</span>
</a>
<!-- Sidebar -->
<div class="sidebar">
<!-- Sidebar user panel (optional) -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="image">
<img
src="./dist/img/Xl5ekxoBNQFr2NYL.jpg"
style="width: 2.8rem"
class="img-circle elevation-2"
alt="User Image"
/>
</div>
<div class="info">
<a
href="profile.html"
class="d-block"
style="margin-top: 0.45rem"
id="username-sidebar"
></a>
</div>
</div>
<!-- Sidebar Menu -->
<nav class="mt-2">
<ul
class="nav nav-pills nav-sidebar flex-column"
data-widget="treeview"
role="menu"
data-accordion="false"
>
<!-- Add icons to the links using the .nav-icon class
with font-awesome or any other icon font library -->
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-copy"></i>
<p>
Dashboard
<i class="fas fa-angle-left right"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li
class="nav-item"
id="request-section"
style="display: none"
>
<a href="dashboard.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Requests</p>
</a>
</li>
<li
class="nav-item"
id="add-money-section"
style="display: none"
>
<a href="dashboard.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Add Money</p>
</a>
</li>
<li
class="nav-item"
id="history-section"
style="display: none"
>
<a href="dashboard.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>History of purchases</p>
</a>
</li>
</ul>
</li>
<li class="nav-item" id="list-section" style="display: none">
<a href="./liste.html" class="nav-link active">
<i class="far fa-circle nav-icon"></i>
<p>List</p>
</a>
</li>
<li
class="nav-item"
id="production-section"
style="display: none"
>
<a href="./index11.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Production</p>
</a>
</li>
<li class="nav-item" id="warehouse-section" style="display: none">
<a href="./Warehouse.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Warehouse</p>
</a>
</li>
<li class="nav-item" id="shop-section" style="display: none">
<a href="./index22.html" class="nav-link" id="shop-section">
<i class="far fa-circle nav-icon"></i>
<p>Shop</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</aside>
<div class="content-wrapper">
<div class="container mt-4">
<div class="container-fluid">
<div class="card">
<div class="card-header">
<h3 class="card-title" >َAssets Status</h3>
</div>
<div class="card-body table-responsive">
<table class="table table-bordered" style="max-width: 100%;">
<thead>
<tr style="text-align: center;">
<th style="width: .1rem"></th>
<th>ID</th>
<th>Company Name</th>
<th>Base Price</th>
<th>Bid Price</th>
<th>Amount</th>
<th style="width: 5rem">Status</th>
</tr>
</thead>
<tbody class="table-content">
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- jQuery UI 1.11.4 -->
<script src="plugins/jquery-ui/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
$.widget.bridge('uibutton', $.ui.button)
</script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- ChartJS -->
<script src="plugins/chart.js/Chart.min.js"></script>
<!-- Sparkline -->
<script src="plugins/sparklines/sparkline.js"></script>
<!-- JQVMap -->
<script src="plugins/jqvmap/jquery.vmap.min.js"></script>
<script src="plugins/jqvmap/maps/jquery.vmap.usa.js"></script>
<!-- jQuery Knob Chart -->
<script src="plugins/jquery-knob/jquery.knob.min.js"></script>
<!-- daterangepicker -->
<script src="plugins/moment/moment.min.js"></script>
<script src="plugins/daterangepicker/daterangepicker.js"></script>
<!-- Tempusdominus Bootstrap 4 -->
<script src="plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Summernote -->
<script src="plugins/summernote/summernote-bs4.min.js"></script>
<!-- overlayScrollbars -->
<script src="plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.js"></script>
<!-- AdminLTE for demo purposes -->
<!-- <script src="dist/js/demo.js"></script> -->
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script src="dist/js/pages/dashboard.js"></script>
<script src="cart.js"></script>
</body>
</html>