-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.php
213 lines (188 loc) · 11.6 KB
/
products.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
<?php include('partials/header.php'); ?>
<div class="tree">
DURVO
</div>
<script>
$(document).ready(function () {
$('body > .main').addClass('show-sidebar-tree');
});
</script>
<main>
<div class="card style-1 mb-3">
<div class="card-header">
<h5><i class="mdi mdi-signal-cellular-3 text-primary mr-3"></i> <strong>Shop</strong></h5>
<div>
<div class="input-group mb-0 prepend-transparent">
<div class="input-group-prepend">
<span class="input-group-text px-1"><i class="mdi mdi-magnify"></i></span>
</div>
<input type="text" class="form-control form-control-sm" aria-label="Search" placeholder="Search">
</div>
</div>
</div>
<div class="card-body pt-3">
<div class="toolbar row mb-3">
<div class="col-sm-6 d-flex align-items-center justify-content-center justify-content-sm-start my-1">
<div class="custom-control custom-checkbox mb-0">
<input type="checkbox" class="custom-control-input" id="check-all" checked>
<label class="custom-control-label" for="check-all">Check all</label>
</div>
<div class="d-inline-block ml-3">
<select class="selectpicker" title="Bulk actions" data-style="btn-sm" data-width="auto">
<option>Delete all</option>
<option>Other</option>
</select>
</div>
</div>
<div class="col-sm-6 text-right my-1 d-flex justify-content-center justify-content-sm-end">
<span>Sort by:</span>
<div class="d-inline-block mx-1">
<button type="button" class="btn btn-outline-secondary btn-sm icon-right">Date <i class="mdi mdi-chevron-up text-muted"></i></button>
</div>
<div class="d-inline-block">
<button type="button" class="btn btn-outline-secondary btn-sm icon-right">Title <i class="mdi mdi-chevron-down text-muted"></i></button>
</div>
</div>
</div>
<div class="muted-cards">
<div class="card card-product-holder mb-2">
<div class="card-body">
<div class="row align-items-center">
<div class="col text-center" style="max-width: 40px;">
<div class="form-group">
<div class="custom-control custom-checkbox mx-1">
<input type="checkbox" class="custom-control-input" id="customCheck1" checked>
<label class="custom-control-label" for="customCheck1"></label>
</div>
</div>
<button type="button" class="btn btn-link text-muted px-0 js-move"><i class="mdi mdi-cursor-move"></i></button>
</div>
<div class="col item-image">
<div class="position-absolute text-muted" style="z-index: 1; right: 0; top: -10px;">
<i class="mdi mdi-shopping mdi-18px" data-bg-toggle="tooltip" title="Продукт"></i>
</div>
<div class="img-circle-holder border-radius-0 border-0">
<img src="https://cdn.vox-cdn.com/thumbor/uejBZCud-JlRsCn5w26ltmfdGFs=/0x0:675x450/1200x800/filters:focal(284x171:392x279)/cdn.vox-cdn.com/uploads/chorus_image/image/66466293/Untitled_3.0.jpg" />
</div>
</div>
<div class="col item-title">
<h5 class="text-dark text-break-line-1 mb-0">Modern Golden Watch</h5>
<a href="#" class="text-muted">Category 1,</a> <a href="#" class="text-muted">Category 2</a>
<br />
<small class="text-muted">http://localhost/microweber/dave-wool-beanie</small>
<div class="mt-2">
<a href="#" class="btn btn-outline-primary btn-sm">Edit</a>
<a href="#" class="btn btn-outline-success btn-sm">Live edit</a>
<a href="#" class="btn btn-outline-danger btn-sm">Delete</a>
</div>
</div>
<div class="col item-author"><span class="text-muted">Admin</span></div>
<div class="col item-comments" style="max-width: 100px;"><span class="text-muted"><i class="mdi mdi-comment mdi-18px"></i> <span class="float-right mx-2">0</span></span></div>
</div>
</div>
</div>
<div class="card mb-2">
<div class="card-body">
<div class="row align-items-center">
<div class="col text-center" style="max-width: 40px;">
<div class="form-group">
<div class="custom-control custom-checkbox mx-1">
<input type="checkbox" class="custom-control-input" id="customCheck1" checked>
<label class="custom-control-label" for="customCheck1"></label>
</div>
</div>
<button type="button" class="btn btn-link text-muted px-0 js-move"><i class="mdi mdi-cursor-move"></i></button>
</div>
<div class="col" style="min-width: 120px;">
<div class="position-absolute text-muted" style="z-index: 1; right: 0; top: -10px;">
<i class="mdi mdi-shopping mdi-18px" data-bg-toggle="tooltip" title="Продукт"></i>
</div>
<div class="img-circle-holder border-radius-0 border-0">
<img src="https://cdn.vox-cdn.com/thumbor/uejBZCud-JlRsCn5w26ltmfdGFs=/0x0:675x450/1200x800/filters:focal(284x171:392x279)/cdn.vox-cdn.com/uploads/chorus_image/image/66466293/Untitled_3.0.jpg" />
</div>
</div>
<div class="col" style="min-width: 270px;">
<h5 class="text-dark text-break-line-1 mb-0">Modern Golden Watch</h5>
<a href="#" class="text-muted">Category 1,</a> <a href="#" class="text-muted">Category 2</a>
<small class="text-muted">http://localhost/microweber/dave-wool-beanie</small>
<div class="mt-2">
<a href="#" class="btn btn-outline-primary btn-sm">Edit</a>
<a href="#" class="btn btn-outline-success btn-sm">Live edit</a>
<a href="#" class="btn btn-outline-danger btn-sm">Delete</a>
</div>
</div>
<div class="col text-right"><span class="text-muted">Admin</span></div>
<div class="col text-right" style="max-width: 100px;"><span class="text-muted"><i class="mdi mdi-comment mdi-18px"></i> <span class="float-right mx-2">0</span></span></div>
</div>
</div>
</div>
<div class="card mb-2">
<div class="card-body">
<div class="row align-items-center">
<div class="col text-center" style="max-width: 40px;">
<div class="form-group">
<div class="custom-control custom-checkbox mx-1">
<input type="checkbox" class="custom-control-input" id="customCheck1" checked>
<label class="custom-control-label" for="customCheck1"></label>
</div>
</div>
<button type="button" class="btn btn-link text-muted px-0 js-move"><i class="mdi mdi-cursor-move"></i></button>
</div>
<div class="col" style="min-width: 120px;">
<div class="position-absolute text-muted" style="z-index: 1; right: 0; top: -10px;">
<i class="mdi mdi-shopping mdi-18px" data-bg-toggle="tooltip" title="Продукт"></i>
</div>
<div class="img-circle-holder border-radius-0 border-0">
<i class="mdi mdi-shopping mdi-64px text-muted"></i>
</div>
</div>
<div class="col" style="min-width: 270px;">
<h5 class="text-dark text-break-line-1 mb-0">Modern Golden Watch</h5>
<a href="#" class="text-muted">Category 1,</a> <a href="#" class="text-muted">Category 2</a>
<small class="text-muted">http://localhost/microweber/dave-wool-beanie</small>
<div class="mt-2">
<a href="#" class="btn btn-outline-primary btn-sm">Edit</a>
<a href="#" class="btn btn-outline-success btn-sm">Live edit</a>
<a href="#" class="btn btn-outline-danger btn-sm">Delete</a>
</div>
</div>
<div class="col text-right"><span class="text-muted">Admin</span></div>
<div class="col text-right" style="max-width: 100px;"><span class="text-muted"><i class="mdi mdi-comment mdi-18px"></i> <span class="float-right mx-2">0</span></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-pagination">
<ul class="pagination">
<li class="page-item disabled">
<a class="page-link" href="#">Previous</a>
</li>
<li class="page-item active">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item">
<a class="page-link" href="#">4</a>
</li>
<li class="page-item">
<a class="page-link" href="#">5</a>
</li>
<li class="page-item">
<a class="page-link" href="#">Next</a>
</li>
</ul>
</div>
<div class="row copyright mt-3">
<div class="col-12">
<p class="text-muted text-center small">Open-source website builder and CMS Microweber 2020. Version: 1.18</p>
</div>
</div>
</main>
<?php include('partials/footer.php'); ?>