-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin-bots-users.html
More file actions
152 lines (152 loc) · 5.74 KB
/
Copy pathadmin-bots-users.html
File metadata and controls
152 lines (152 loc) · 5.74 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
<!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 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
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">
<a href="./admin-shops.html">🏪 Магазины</a>
</li>
<li class="adm-navbar__item adm-navbar__active navbar_arrow__exist">
<a href="./admin-bots.html">🤖 Боты</a>
</li>
<ul class="active-subsection">
<li class="subsection">
<a href="./admin-bot-edit.html">🤖 Настройки бота</a>
</li>
<li class="subsection active">
<a href="./admin-bots-users.html">🤖 Пользователи</a>
</li>
</ul>
<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="bot-users-searchinput">
<input
type="text"
placeholder="Введите Chat ID или Имя пользвателя"
/>
</div>
<div class="orders-content">
<div class="mobile-table">
<table class="iksweb">
<thead>
<tr>
<th>Юзернейм</th>
<th>Chat ID</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td class="cell-1">
<div class="cell-1-user">
<p class="cell-1-user-name">MeguDuper</p>
</div>
</td>
<td class="cell-2">
<div class="cell-2-chatid">
<p class="cell-2-chatid-item">466788821314431</p>
</div>
</td>
<td class="cell-3">
<div class="cell-3-actions">
<a href="#" class="cell-3-action default"
>ДИАЛОГ С БОТОМ</a
>
<a href="#" class="cell-3-action default">СВЯЗАТЬСЯ</a>
<a href="#" class="cell-3-action more"
>РАСШИРЕННАЯ ИНФОРМАЦИЯ</a
>
<a href="#" class="cell-3-action green">ЗАКАЗЫ</a>
<a href="#" class="cell-3-action red">ЗАБЛОКИРОВАТЬ</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</main>
<script src="./assets/js/admin-pages.js"></script>
</body>
</html>