-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate_user.html
196 lines (177 loc) · 10.6 KB
/
create_user.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="description" content="Chartist.html">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, minimal-ui">
<link id="vendorsbundle" rel="stylesheet" media="screen, print" href="css/vendors.bundle.css">
<link id="appbundle" rel="stylesheet" media="screen, print" href="css/app.bundle.css">
<link id="myskin" rel="stylesheet" media="screen, print" href="css/skins/skin-master.css">
<link rel="stylesheet" media="screen, print" href="css/fa-solid.css">
<link rel="stylesheet" media="screen, print" href="css/fa-brands.css">
<link rel="stylesheet" media="screen, print" href="css/fa-regular.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary bg-primary-gradient">
<a class="navbar-brand d-flex align-items-center fw-500" href="users.html"><img alt="logo" class="d-inline-block align-top mr-2" src="img/logo.png"> Учебный проект</a> <button aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-target="#navbarColor02" data-toggle="collapse" type="button"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Главная <span class="sr-only">(current)</span></a>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="page_login.html">Войти</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Выйти</a>
</li>
</ul>
</div>
</nav>
<main id="js-page-content" role="main" class="page-content mt-3">
<div class="subheader">
<h1 class="subheader-title">
<i class='subheader-icon fal fa-plus-circle'></i> Добавить пользователя
</h1>
</div>
<form action="">
<div class="row">
<div class="col-xl-6">
<div id="panel-1" class="panel">
<div class="panel-container">
<div class="panel-hdr">
<h2>Общая информация</h2>
</div>
<div class="panel-content">
<!-- username -->
<div class="form-group">
<label class="form-label" for="simpleinput">Имя</label>
<input type="text" id="simpleinput" class="form-control">
</div>
<!-- title -->
<div class="form-group">
<label class="form-label" for="simpleinput">Место работы</label>
<input type="text" id="simpleinput" class="form-control">
</div>
<!-- tel -->
<div class="form-group">
<label class="form-label" for="simpleinput">Номер телефона</label>
<input type="text" id="simpleinput" class="form-control">
</div>
<!-- address -->
<div class="form-group">
<label class="form-label" for="simpleinput">Адрес</label>
<input type="text" id="simpleinput" class="form-control">
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6">
<div id="panel-1" class="panel">
<div class="panel-container">
<div class="panel-hdr">
<h2>Безопасность и Медиа</h2>
</div>
<div class="panel-content">
<!-- email -->
<div class="form-group">
<label class="form-label" for="simpleinput">Email</label>
<input type="text" id="simpleinput" class="form-control">
</div>
<!-- password -->
<div class="form-group">
<label class="form-label" for="simpleinput">Пароль</label>
<input type="password" id="simpleinput" class="form-control">
</div>
<!-- status -->
<div class="form-group">
<label class="form-label" for="example-select">Выберите статус</label>
<select class="form-control" id="example-select">
<option>Онлайн</option>
<option>Отошел</option>
<option>Не беспокоить</option>
</select>
</div>
<div class="form-group">
<label class="form-label" for="example-fileinput">Загрузить аватар</label>
<input type="file" id="example-fileinput" class="form-control-file">
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-12">
<div id="panel-1" class="panel">
<div class="panel-container">
<div class="panel-hdr">
<h2>Социальные сети</h2>
</div>
<div class="panel-content">
<div class="row">
<div class="col-md-4">
<!-- vk -->
<div class="input-group input-group-lg bg-white shadow-inset-2 mb-2">
<div class="input-group-prepend">
<span class="input-group-text bg-transparent border-right-0 py-1 px-3">
<span class="icon-stack fs-xxl">
<i class="base-7 icon-stack-3x" style="color:#4680C2"></i>
<i class="fab fa-vk icon-stack-1x text-white"></i>
</span>
</span>
</div>
<input type="text" class="form-control border-left-0 bg-transparent pl-0">
</div>
</div>
<div class="col-md-4">
<!-- telegram -->
<div class="input-group input-group-lg bg-white shadow-inset-2 mb-2">
<div class="input-group-prepend">
<span class="input-group-text bg-transparent border-right-0 py-1 px-3">
<span class="icon-stack fs-xxl">
<i class="base-7 icon-stack-3x" style="color:#38A1F3"></i>
<i class="fab fa-telegram icon-stack-1x text-white"></i>
</span>
</span>
</div>
<input type="text" class="form-control border-left-0 bg-transparent pl-0">
</div>
</div>
<div class="col-md-4">
<!-- instagram -->
<div class="input-group input-group-lg bg-white shadow-inset-2 mb-2">
<div class="input-group-prepend">
<span class="input-group-text bg-transparent border-right-0 py-1 px-3">
<span class="icon-stack fs-xxl">
<i class="base-7 icon-stack-3x" style="color:#E1306C"></i>
<i class="fab fa-instagram icon-stack-1x text-white"></i>
</span>
</span>
</div>
<input type="text" class="form-control border-left-0 bg-transparent pl-0">
</div>
</div>
<div class="col-md-12 mt-3 d-flex flex-row-reverse">
<button class="btn btn-success">Добавить</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</main>
<script src="js/vendors.bundle.js"></script>
<script src="js/app.bundle.js"></script>
<script>
$(document).ready(function()
{
});
</script>
</body>
</html>