-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin-shops-orders.html
More file actions
211 lines (211 loc) · 8.53 KB
/
Copy pathadmin-shops-orders.html
File metadata and controls
211 lines (211 loc) · 8.53 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="ru">
<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" />
<meta name="theme-color" content="#232E3C" />
<meta name="msapplication-navbutton-color" content="#232E3C" />
<meta name="apple-mobile-web-app-status-bar-style" content="#232E3C" />
<title>PhoenixBot - Admin 3</title>
<link rel="stylesheet" href="./assets/css/reset.css" />
<link rel="stylesheet" href="./assets/css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="./assets/css/chartist.min.css" />
<link rel="stylesheet" href="./assets/css/adm-style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family: Roboto;
font-style: normal;
font-weight: normal;
}
</style>
</head>
<body class="body">
<leftside>
<div class="leftside-head">
<a href="./admin-main.html"
><img class="logo-img" src="./assets/images/logo.svg" alt=""
/></a>
</div>
<div class="leftside-user">
<div class="l-user-info d-flex">
<div class="mobile-burger">
<span class="mobile-burger-1"></span>
<span class="mobile-burger-2"></span>
<span class="mobile-burger-3"></span>
</div>
<div class="l-user-info-images">
<div class="l-user-info-img">
<img src="./assets/images/user-image.png" alt="" />
</div>
<div class="l-user-info-stats">
<div class="l-user-name">WhomS221</div>
<div class="l-user-status">Обычный</div>
<a href="#" class="l-user-balance">
<p class="l-user-balance-text">1222 ₽</p>
<svg
class="l-user__svg"
width="11"
height="13"
viewBox="0 0 11 13"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0.579767 11.375H10.4202V13H0.579767V11.375ZM4.67996 0V6.97613L1.15953 3.48806L0 4.63694L5.5 10.0864L11 4.63694L9.84046 3.48806L6.32004 6.97613V0H4.67996Z"
fill="#5C7484"
/>
</svg>
</a>
</div>
</div>
</div>
<a href="#" class="leftside-upgrade" style="display: block">
<div class="leftside-upgrade-text">🚀 Повысить статус за 199₽</div>
</a>
</div>
<nav class="adm-navbar">
<ul class="adm-navbar__menu">
<li class="adm-navbar__item">
<a href="./admin-main.html">🏠 Главная</a>
</li>
<li class="adm-navbar__item adm-navbar__active navbar_arrow__exist">
<a href="./admin-shops.html">🏪 Магазины</a>
</li>
<ul class="active-subsection">
<li class="subsection">
<a href="./admin-shops-1.html">🏪 Товары</a>
</li>
<li class="subsection active">
<a href="./admin-shops-orders.html">🏪 Сделки</a>
</li>
<li class="subsection">
<a href="./admin-shop-edit.html">🏪 Настройки магазина </a>
</li>
</ul>
<li class="adm-navbar__item">
<a href="./admin-bots.html">🤖 Боты</a>
</li>
<li class="adm-navbar__item">
<a href="#">💻 Сайты</a>
</li>
</ul>
</nav>
</leftside>
<main class="admin-content">
<section>
<div class="adm-content-section-head">🏪 Покупки/Заказы/Сделки</div>
<div class="adm-content-section-content">
<div class="orders-content">
<div class="mobile-table">
<table class="iksweb">
<thead>
<tr>
<th>Пользователь</th>
<th>Товар</th>
<th>Тип товара</th>
<th>Статус заказа</th>
<th>Сумма заказа</th>
</tr>
</thead>
<tbody>
<tr>
<td class="cell-1">
<div class="cell-1-buyer">
<a class="cell-1-buyer-name" href="#"
>MeguDuper<img src="./assets/images/tg.svg" alt=""
/></a>
<a class="cell-1-buyer-subname" href="#"
>supermega.ru</a
>
</div>
</td>
<td class="cell-2">
<div class="cell-2-product">
<a class="cell-2-product-head" href="#"
>Логи 24 часа мега крутые советовую</a
><a class="cell-2-product-bottom" href="#"
>supermega.ru</a
>
</div>
</td>
<td class="cell-3">
<div class="cell-3-product-type">
<p class="cell-3-product-type-head">Физический</p>
<p class="cell-3-product-type-bottom">КОНТАКТЫ</p>
</div>
</td>
<td class="cell-4">
<div class="cell-4-status">
<p class="cell-4-status-head">Ожидает оплаты</p>
<a href="#" class="cell-4-status-bottom"
>ОТМЕНИТЬ ЗАКАЗ</a
>
</div>
</td>
<td class="cell-5">
<div class="cell-5-price">
<p class="cell-5-price-price">1 222 ₽</p>
<p class="cell-5-price-amount">/</p>
<p class="cell-5-price-amount">10шт</p>
</div>
</td>
</tr>
<tr>
<td class="cell-1">
<div class="cell-1-buyer">
<a class="cell-1-buyer-name" href="#"
>MeguDuper<img src="./assets/images/tg.svg" alt=""
/></a>
<a class="cell-1-buyer-subname" href="#"
>supermega.ru</a
>
</div>
</td>
<td class="cell-2">
<div class="cell-2-product">
<a class="cell-2-product-head" href="#"
>Логи 24 часа мега крутые советовую</a
><a class="cell-2-product-bottom" href="#"
>supermega.ru</a
>
</div>
</td>
<td class="cell-3">
<div class="cell-3-product-type">
<p class="cell-3-product-type-head">Физический</p>
<p class="cell-3-product-type-bottom">СТРОКИ</p>
</div>
</td>
<td class="cell-4">
<div class="cell-4-status">
<p class="cell-4-status-head">Ожидает оплаты</p>
<a href="#" class="cell-4-status-bottom"
>ОТМЕНИТЬ ЗАКАЗ</a
>
</div>
</td>
<td class="cell-5">
<div class="cell-5-price">
<p class="cell-5-price-price">1 222 ₽</p>
<p class="cell-5-price-amount">/</p>
<p class="cell-5-price-amount">10шт</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</main>
<script src="./assets/js/admin-pages.js"></script>
</body>
</html>