-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduitx.php
More file actions
195 lines (151 loc) · 7.44 KB
/
Copy pathproduitx.php
File metadata and controls
195 lines (151 loc) · 7.44 KB
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
<?php require_once './ressources/configuration/settings.php' ?>
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<?php require './ressources/view/metadata/metadata.php' ?>
<title>Huro :: Datatables</title>
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<!--Core CSS -->
<link rel="stylesheet" href="assets/css/app.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700" rel="stylesheet" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- End Google Tag Manager (noscript) -->
<div id="huro-app" class="app-wrapper">
<div class="app-overlay"></div>
<!--Pageloader-->
<!-- Pageloader -->
<div class="pageloader"></div>
<div class="infraloader is-active"></div>
<?php require './ressources/view/mobleBar/_bar.php' ?>
<!--Circular menu-->
<?php require './ressources/view/circularMenu/_circular.php' ?>
<!--Sidebar-->
<?php require './ressources/view/sidebar/_sidebar.php' ?>
<!--Languages panel-->
<?php require './ressources/view/langage/_lang.php' ?>
<!--Activity panel-->
<?php require './ressources/view/activity_right/_activity.php' ?>
<!--Search panel-->
<?php require './ressources/view/search_left/_search.php' ?>
<!--Page body-->
<div id="produits-sidebar" class="sidebar-panel is-generic">
<?php include './ressources/view/typeofB/_typeofB.php' ?>
<?php require './ressources/view/sidebar/_subSidebarhome.php' ?>
</div>
<?php include './ressources/view/sidebar/_subSidebarHomeMobile.php' ?>
<!-- Content Wrapper -->
<div id="app-projects" class="view-wrapper" data-naver-offset="214" data-menu-item="#produits-sidebar-menu" data-mobile-item="#home-sidebar-menu-mobile">
<div class="page-content-wrapper">
<div class="page-content is-relative">
<div class="page-title has-text-centered">
<!-- Sidebar Trigger -->
<?php require './ressources/view/amburger/_amber.php' ?>
<div class="title-wrap">
<h1 class="title is-4">Products</h1>
</div>
<?php require './ressources/view/hearder_bar/_header.php' ?>
</div>
<div class="datatable-toolbar">
<div class="field has-addons is-disabled">
<p class="control">
<button class="button h-button">
<span class="icon is-small">
<i aria-hidden="true" class="fas fa-check"></i>
</span>
<span>Promote</span>
</button>
</p>
<p class="control">
<button class="button h-button">
<span class="icon is-small">
<i aria-hidden="true" class="fas fa-times"></i>
</span>
<span>Delete</span>
</button>
</p>
<p class="control">
<button class="button h-button">
<span class="icon is-small">
<i aria-hidden="true" class="fas fa-arrow-right"></i>
</span>
<span>Transfer</span>
</button>
</p>
</div>
<div class="buttons">
<a class="button h-button is-warning is-outlined h-modal-trigger" data-modal="file-product">Utiliser un fichier</a>
<button class="button h-button is-primary is-elevated h-modal-trigger" data-modal="uniq-product">
<span class="icon">
<i aria-hidden="true" class="fas fa-plus"></i>
</span>
<span></span>
</button>
</div>
</div>
<?php include './inlive.php' ?>
<div class="page-content-inner">
<!-- Datatable -->
<div class="table-wrapper" data-simplebar>
<table id="users-datatable" class="table is-datatable is-hoverable table-is-bordered">
<thead>
<tr>
<th>
<div class="control">
<label class="checkbox is-primary is-outlined is-circle">
<input type="checkbox" />
<span></span>
</label>
</div>
</th>
<th>Picture</th>
<th>Name</th>
<th>Position</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="paging-first-datatable" class="pagination datatable-pagination">
<div class="datatable-info">
<span></span>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require './ressources/modal/_modal.php' ?>
<!--Huro Scripts-->
<!--Load Mapbox-->
<!-- Concatenated plugins -->
<script src="assets/js/app.js"></script>
<!-- Huro js -->
<script src="assets/js/functions.js"></script>
<script src="assets/js/main.js" async></script>
<script src="assets/js/components.js" async></script>
<script src="assets/js/popover.js" async></script>
<script src="assets/js/widgets.js" async></script>
<!-- Additional Features -->
<script src="assets/js/touch.js" async></script>
<!-- Async -->
<script src="./async/js/async.js"></script>
<!-- Landing page js -->
<!-- Dashboards js -->
<!-- Charts js -->
<!--Forms-->
<!--Wizard-->
<!-- produits js -->
<script src="assets/js/datatables.js" async></script>
<script src="assets/js/syntax.js" async></script>
</div>
</body>
</html>