forked from ljb-2000/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
form-uploads.html
352 lines (301 loc) · 17.5 KB
/
form-uploads.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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favicon_1.ico">
<title>Velonic - Responsive Admin Dashboard Template</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-reset.css" rel="stylesheet">
<!--Animation css-->
<link href="css/animate.css" rel="stylesheet">
<!--Icon-fonts css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="assets/ionicon/css/ionicons.min.css" rel="stylesheet" />
<!-- Dropzone css -->
<link href="assets/dropzone/dropzone.css" rel="stylesheet" type="text/css" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="css/helper.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62751496-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Aside Start-->
<aside class="left-panel">
<!-- brand -->
<div class="logo">
<a href="index.html" class="logo-expanded">
<i class="ion-social-buffer"></i>
<span class="nav-label">Velonic</span>
</a>
</div>
<!-- / brand -->
<!-- Navbar Start -->
<nav class="navigation">
<ul class="list-unstyled">
<li><a href="index.html"><i class="ion-home"></i> <span class="nav-label">Dashboard</span></a></li>
<li class="has-submenu"><a href="#"><i class="ion-flask"></i> <span class="nav-label">UI Elements</span></a>
<ul class="list-unstyled">
<li><a href="typography.html">Typography</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="panels.html">Panels</a></li>
<li><a href="tabs-accordions.html">Tabs & Accordions</a></li>
<li><a href="modals.html">Modals</a></li>
<li><a href="bootstrap-ui.html">BS Elements</a></li>
<li><a href="progressbars.html">Progress Bars</a></li>
<li><a href="notification.html">Notification</a></li>
<li><a href="sweet-alert.html">Sweet-Alert</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-settings"></i> <span class="nav-label">Components</span><span class="badge bg-success">New</span></a>
<ul class="list-unstyled">
<li><a href="grid.html">Grid</a></li>
<li><a href="portlets.html">Portlets</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="nestable-list.html">Nesteble</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="ui-sliders.html">Range Slider</a></li>
</ul>
</li>
<li class="has-submenu active"><a href="#"><i class="ion-compose"></i> <span class="nav-label">Forms</span></a>
<ul class="list-unstyled">
<li><a href="form-elements.html">General Elements</a></li>
<li><a href="form-validation.html">Form Validation</a></li>
<li><a href="form-advanced.html">Advanced Form</a></li>
<li><a href="form-wizard.html">Form Wizard</a></li>
<li><a href="form-editor.html">WYSIWYG Editor</a></li>
<li><a href="code-editor.html">Code Editors</a></li>
<li class="active"><a href="form-uploads.html">Multiple File Upload</a></li>
<li><a href="image-crop.html">Image Crop</a></li>
<li><a href="form-xeditable.html">X-Editable</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-grid"></i> <span class="nav-label">Data Tables</span></a>
<ul class="list-unstyled">
<li><a href="tables.html">Basic Tables</a></li>
<li><a href="table-datatable.html">Data Table</a></li>
<li><a href="tables-editable.html">Editable Table</a></li>
<li><a href="responsive-table.html">Responsive Table</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-stats-bars"></i> <span class="nav-label">Charts</span><span class="badge bg-purple">1</span></a>
<ul class="list-unstyled">
<li><a href="morris-chart.html">Morris Chart</a></li>
<li><a href="chartjs.html">Chartjs</a></li>
<li><a href="flot-chart.html">Flot Chart</a></li>
<li><a href="rickshaw-chart.html">Rickshaw Chart</a></li>
<li><a href="peity-chart.html">Peity Chart</a></li>
<li><a href="c3-chart.html">C3 Chart</a></li>
<li><a href="other-chart.html">Other Chart</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-email"></i> <span class="nav-label">Mail</span></a>
<ul class="list-unstyled">
<li><a href="inbox.html">Inbox</a></li>
<li><a href="email-compose.html">Compose Mail</a></li>
<li><a href="email-read.html">View Mail</a></li>
<li><a href="email-templates.html">Email Templates</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-location"></i> <span class="nav-label">Maps</span></a>
<ul class="list-unstyled">
<li><a href="gmap.html"> Google Map</a></li>
<li><a href="vector-map.html"> Vector Map</a></li>
</ul>
</li>
<li class="has-submenu"><a href="#"><i class="ion-document"></i> <span class="nav-label">Pages</span><span class="badge bg-pink">5</span></a>
<ul class="list-unstyled">
<li><a href="profile.html">Profile</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="contact.html">Contact-list</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="recoverpw.html">Recover Password</a></li>
<li><a href="lock-screen.html">Lock Screen</a></li>
<li><a href="blank.html">Blank Page</a></li>
<li><a href="404.html">404 Error</a></li>
<li><a href="404_alt.html">404 alt</a></li>
<li><a href="500.html">500 Error</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
<!-- Aside Ends-->
<!--Main Content Start -->
<section class="content">
<!-- Header -->
<header class="top-head container-fluid">
<button type="button" class="navbar-toggle pull-left">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Search -->
<form role="search" class="navbar-left app-search pull-left hidden-xs">
<input type="text" placeholder="Search..." class="form-control">
<a href=""><i class="fa fa-search"></i></a>
</form>
<!-- Left navbar -->
<nav class=" navbar-default hidden-xs" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">English <span class="caret"></span></a>
<ul role="menu" class="dropdown-menu">
<li><a href="#">German</a></li>
<li><a href="#">French</a></li>
<li><a href="#">Italian</a></li>
<li><a href="#">Spanish</a></li>
</ul>
</li>
<li><a href="#">Files</a></li>
</ul>
</nav>
<!-- Right navbar -->
<ul class="list-inline navbar-right top-menu top-right-menu">
<!-- mesages -->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="fa fa-envelope-o "></i>
<span class="badge badge-sm up bg-purple count">4</span>
</a>
<ul class="dropdown-menu extended fadeInUp animated nicescroll" tabindex="5001">
<li>
<p>Messages</p>
</li>
<li>
<a href="#">
<span class="pull-left"><img src="img/avatar-2.jpg" class="img-circle thumb-sm m-r-15" alt="img"></span>
<span class="block"><strong>John smith</strong></span>
<span class="media-body block">New tasks needs to be done<br><small class="text-muted">10 seconds ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><img src="img/avatar-3.jpg" class="img-circle thumb-sm m-r-15" alt="img"></span>
<span class="block"><strong>John smith</strong></span>
<span class="media-body block">New tasks needs to be done<br><small class="text-muted">3 minutes ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><img src="img/avatar-4.jpg" class="img-circle thumb-sm m-r-15" alt="img"></span>
<span class="block"><strong>John smith</strong></span>
<span class="media-body block">New tasks needs to be done<br><small class="text-muted">10 minutes ago</small></span>
</a>
</li>
<li>
<p><a href="inbox.html" class="text-right">See all Messages</a></p>
</li>
</ul>
</li>
<!-- /messages -->
<!-- Notification -->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<i class="fa fa-bell-o"></i>
<span class="badge badge-sm up bg-pink count">3</span>
</a>
<ul class="dropdown-menu extended fadeInUp animated nicescroll" tabindex="5002">
<li class="noti-header">
<p>Notifications</p>
</li>
<li>
<a href="#">
<span class="pull-left"><i class="fa fa-user-plus fa-2x text-info"></i></span>
<span>New user registered<br><small class="text-muted">5 minutes ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><i class="fa fa-diamond fa-2x text-primary"></i></span>
<span>Use animate.css<br><small class="text-muted">5 minutes ago</small></span>
</a>
</li>
<li>
<a href="#">
<span class="pull-left"><i class="fa fa-bell-o fa-2x text-danger"></i></span>
<span>Send project demo files to client<br><small class="text-muted">1 hour ago</small></span>
</a>
</li>
<li>
<p><a href="#" class="text-right">See all notifications</a></p>
</li>
</ul>
</li>
<!-- /Notification -->
<!-- user login dropdown start-->
<li class="dropdown text-center">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<img alt="" src="img/avatar-2.jpg" class="img-circle profile-img thumb-sm">
<span class="username">John Deo </span> <span class="caret"></span>
</a>
<ul class="dropdown-menu extended pro-menu fadeInUp animated" tabindex="5003" style="overflow: hidden; outline: none;">
<li><a href="profile.html"><i class="fa fa-briefcase"></i>Profile</a></li>
<li><a href="#"><i class="fa fa-cog"></i> Settings</a></li>
<li><a href="#"><i class="fa fa-bell"></i> Friends <span class="label label-info pull-right mail-info">5</span></a></li>
<li><a href="#"><i class="fa fa-sign-out"></i> Log Out</a></li>
</ul>
</li>
<!-- user login dropdown end -->
</ul>
<!-- End right navbar -->
</header>
<!-- Header Ends -->
<!-- Page Content Start -->
<!-- ================== -->
<div class="wraper container-fluid">
<div class="page-title">
<h3 class="title">Multiple File Upload</h3>
</div>
<div class="row">
<div class="col-md-12 portlets">
<!-- Your awesome content goes here -->
<div class="m-b-30">
<form action="#" class="dropzone" id="dropzone">
<div class="fallback">
<input name="file" type="file" multiple />
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Page Content Ends -->
<!-- ================== -->
<!-- Footer Start -->
<footer class="footer">
2015 © Velonic.
</footer>
<!-- Footer Ends -->
</section>
<!-- Main Content Ends -->
<!-- js placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/pace.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.nicescroll.js" type="text/javascript"></script>
<script src="js/jquery.app.js"></script>
<!-- Page Specific JS Libraries -->
<script src="assets/dropzone/dropzone.min.js"></script>
</body>
</html>