-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathforms.html
266 lines (263 loc) · 14.6 KB
/
forms.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>W3Admin Dashboard - Free Dashboard for HTML5/w3css by W3MIX</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap">
<link rel="stylesheet" href="./assets/icons/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css/w3pro-4.13.css">
<link rel="stylesheet" href="./assets/css/w3-theme.css">
<link rel="stylesheet" href="./assets/css/admin-styles.css">
<link rel="stylesheet" href="./assets/css/scrollbar.css">
</head>
<body class="w3-light-grey">
<input id="sidebar-control" type="checkbox" class="w3-hide">
<div id="app">
<div class="w3-top w3-card" style="height:54px">
<div class="w3-flex-bar w3-theme w3-left-align">
<div class="admin-logo w3-bar-item w3-hide-medium w3-hide-small">
<h5 class="" style="line-height:1; margin:0!important; font-weight:300">
<a href="./index.html" class="w3-button w3-bold">
<img src="./assets/admin-logo.png" alt="w3mix" class="w3-image" width="26"> W3Admin </a>
</h5>
</div>
<label for="sidebar-control" class="w3-button w3-large w3-opacity-min"><i class="fa fa-bars"></i></label>
<div class="w3-container w3-display-container" style="width:40%">
<div class="w3-display-right w3-padding-small w3-margin-right" onclick="this.parentNode.children[1].focus()">
<i class="fa fa-search w3-opacity-max"></i>
</div>
<input type="text" class="w3-input w3-border w3-round w3-small w3-padding-small w3-gray-lighter w3-show-inline-block" placeholder="Enter keywords">
</div>
<div class="w3-right">
<button type="button" class="w3-button w3-large w3-opacity-min"><i class="fa fa-envelope-open"></i></button>
<button type="button" class="w3-button w3-large w3-opacity-min"><i class="fa fa-bell"></i></button>
</div>
<div class="text-right">
<div class="w3-button">
<div class="w3-circle w3-center w3-text-white w3-primary" style="width:38px; height:38px">
<i class="fa fa-fw fa-user fa" style="margin-top:11px"></i>
</div>
</div>
</div>
</div>
</div>
<nav id="sidebar" class="w3-sidebar w3-top w3-bottom w3-collapse w3-white w3-border-right w3-border-top scrollbar" style="z-index:3;width:230px;height:auto;margin-top:54px;border-color:rgba(0, 0, 0, .1)!important" id="mySidebar">
<div class="w3-bar-item w3-border-bottom w3-hide-large" style="padding:6px 0">
<label for="sidebar-control" class="w3-left w3-button w3-large w3-opacity-min" style="background:white!important"><i class="fa fa-bars"></i></label>
<h5 class="" style="line-height:1; margin:0!important; font-weight:300">
<a href="./index.html" class="w3-button" style="background:white!important">
<img src="./assets/admin-logo.png" alt="w3mix" class="w3-image"> W3Admin </a>
</h5>
</div>
<div class="w3-bar-block">
<span class="w3-bar-item w3-padding w3-small w3-opacity" style="margin-top:8px"> MAIN NAVIGATION </span>
<a href="./index.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-bar-chart"></i> Dashboard </a>
<a href="./icons.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-fire"></i> UI Icons </a>
<a href="./forms.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-edit"></i> Forms </a>
<a href="./tables.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-table"></i> Tables </a>
<a href="./profile.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-user-circle"></i> Profile </a>
<a href="./login.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-lock"></i> Login </a>
<a href="./register.html" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-sign-in"></i> Registration </a>
<span class="w3-bar-item w3-padding w3-small w3-opacity"> LABELS </span>
<a href="#dashboard" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-coffee w3-text-danger"></i> Important </a>
<a href="#dashboard" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-circle-o-notch w3-text-success"></i> Warning </a>
<a href="#dashboard" class="w3-bar-item w3-button w3-padding-large w3-hover-text-primary">
<i class="fa fa-fw fa-share-alt w3-text-info"></i> Information </a>
</div>
</nav>
<div class="w3-main" style="margin-top:54px">
<div style="padding:16px 32px">
<h3>Form Layouts</h3>
<div class="w3-row-padding w3-stretch">
<div class="w3-col l6">
<div class="w3-white w3-round w3-margin-bottom w3-border" style="">
<header class="w3-padding-large w3-large w3-border-bottom" style="font-weight: 500">VERTICAL FORM</header>
<div class="w3-padding-large">
<form>
<div class="w3-margin-bottom">
<label for="input-1">Name</label>
<input type="text" class="w3-input w3-border w3-round" placeholder="Enter Your Name">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Email</label>
<input type="text" class="w3-input w3-border w3-round" placeholder="Enter Your Email Address">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Mobile Number</label>
<input type="text" class="w3-input w3-border w3-round" placeholder="Enter Your Mobile Number">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Password</label>
<input type="password" class="w3-input w3-border w3-round" placeholder="Enter Password">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Confirm Password</label>
<input type="password" class="w3-input w3-border w3-round" placeholder="Confirm Password">
</div>
<div class="w3-margin-bottom">
<label>
<input type="checkbox" class="w3-check" checked=""> I Agree Terms & Conditions </label>
</div>
<div class="w3-margin-bottom">
<button type="button" class="w3-button w3-primary w3-round"><i class="fa fa-fw fa-lock"></i> Register</button>
</div>
</form>
</div>
</div>
</div>
<div class="w3-col l6">
<div class="w3-white w3-round w3-margin-bottom w3-border" style="">
<header class="w3-padding-large w3-large w3-border-bottom" style="font-weight: 500">ROUND VERTICAL FORM</header>
<div class="w3-padding-large">
<form>
<div class="w3-margin-bottom">
<label for="input-1">Name</label>
<input type="text" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Your Name">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Email</label>
<input type="text" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Your Email Address">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Mobile Number</label>
<input type="text" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Your Mobile Number">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Password</label>
<input type="password" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Password">
</div>
<div class="w3-margin-bottom">
<label for="input-1">Confirm Password</label>
<input type="password" class="w3-input w3-border w3-round-xxlarge" placeholder="Confirm Password">
</div>
<div class="w3-margin-bottom">
<label>
<input type="checkbox" class="w3-check" checked=""> I Agree Terms & Conditions </label>
</div>
<div class="w3-margin-bottom">
<button type="button" class="w3-button w3-primary w3-round-xxlarge"><i class="fa fa-fw fa-lock"></i> Register</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="w3-white w3-round w3-margin-bottom w3-border" style="">
<header class="w3-padding-large w3-large w3-border-bottom" style="font-weight: 500">HORIZONTAL FORM</header>
<div class="w3-padding-large">
<form>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Name</label>
<div class="w3-col l10">
<input type="text" class="w3-input w3-border w3-round" placeholder="Enter Your Name">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Email</label>
<div class="w3-col l10">
<input type="text" class="w3-input w3-border w3-round" placeholder="Enter Your Email Address">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Mobile Number</label>
<div class="w3-col l10">
<input type="text" class="w3-input w3-border w3-round" placeholder="Enter Your Mobile Number">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Password</label>
<div class="w3-col l10">
<input type="password" class="w3-input w3-border w3-round" placeholder="Enter Password">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Confirm Password</label>
<div class="w3-col l10">
<input type="password" class="w3-input w3-border w3-round" placeholder="Confirm Password">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2"> </div>
<div class="w3-col l10">
<label>
<input type="checkbox" class="w3-check" checked=""> I Agree Terms & Conditions </label>
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2"> </div>
<div class="w3-col l10">
<button type="button" class="w3-button w3-primary w3-round"><i class="fa fa-fw fa-lock"></i> Register</button>
</div>
</div>
</form>
</div>
</div>
<div class="w3-white w3-round w3-margin-bottom w3-border" style="">
<header class="w3-padding-large w3-large w3-border-bottom" style="font-weight: 500">ROUND HORIZONTAL FORM</header>
<div class="w3-padding-large">
<form>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Name</label>
<div class="w3-col l10">
<input type="text" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Your Name">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Email</label>
<div class="w3-col l10">
<input type="text" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Your Email Address">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Mobile Number</label>
<div class="w3-col l10">
<input type="text" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Your Mobile Number">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Password</label>
<div class="w3-col l10">
<input type="password" class="w3-input w3-border w3-round-xxlarge" placeholder="Enter Password">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<label for="input-1" class="w3-col l2">Confirm Password</label>
<div class="w3-col l10">
<input type="password" class="w3-input w3-border w3-round-xxlarge" placeholder="Confirm Password">
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2"> </div>
<div class="w3-col l10">
<label>
<input type="checkbox" class="w3-check" checked=""> I Agree Terms & Conditions </label>
</div>
</div>
<div class="w3-row w3-margin-bottom">
<div class="w3-col l2"> </div>
<div class="w3-col l10">
<button type="button" class="w3-button w3-primary w3-round-xxlarge"><i class="fa fa-fw fa-lock"></i> Register</button>
</div>
</div>
</form>
</div>
</div>
</div>
<footer class="w3-padding w3-border-top w3-center w3-white w3-margin-top">
<span class="w3-opacity">Powered with <span class="w3-text-red">♥</span> by <a href="https://w3mix.com" target="_blank"><strong>W3Mix.com</strong></a>.</span>
</footer>
</div>
</div>
</body>
</html>