forked from ljb-2000/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
email-compose.html
420 lines (362 loc) · 22.1 KB
/
email-compose.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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!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" />
<!--bootstrap-wysihtml5-->
<link rel="stylesheet" type="text/css" href="assets/bootstrap-wysihtml5/bootstrap-wysihtml5.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"><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><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 active"><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 class="active"><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">Inbox</h3>
</div>
<div class="row">
<!-- Left sidebar -->
<div class="col-md-3">
<a href="email-compose.html" class="btn btn-purple btn-block">Compose</a>
<div class="panel panel-default p-0 m-t-20">
<div class="panel-body p-0">
<div class="list-group no-border mail-list">
<a href="#" class="list-group-item active"><i class="fa fa-download m-r-5"></i>Inbox <b>(8)</b></a>
<a href="#" class="list-group-item"><i class="fa fa-star-o m-r-5"></i>Starred</a>
<a href="#" class="list-group-item"><i class="fa fa-file-text-o m-r-5"></i>Draft <b>(20)</b></a>
<a href="#" class="list-group-item"><i class="fa fa-paper-plane-o m-r-5"></i>Sent Mail</a>
<a href="#" class="list-group-item"><i class="fa fa-trash-o m-r-5"></i>Trash <b>(354)</b></a>
</div>
</div>
</div>
<h3 class="panel-title m-t-40">Labels</h3>
<div class="panel panel-default p-0 m-t-20">
<div class="panel-body p-0">
<div class="list-group no-border">
<a href="#" class="list-group-item"><span class="fa fa-circle text-info pull-right"></span>Web App</a>
<a href="#" class="list-group-item"><span class="fa fa-circle text-warning pull-right"></span>Project 1</a>
<a href="#" class="list-group-item"><span class="fa fa-circle text-purple pull-right"></span>Project 2</a>
<a href="#" class="list-group-item"><span class="fa fa-circle text-pink pull-right"></span>Friends</a>
<a href="#" class="list-group-item"><span class="fa fa-circle text-success pull-right"></span>Family</a>
</div>
</div>
</div>
</div>
<!-- Left sidebar -->
<!-- Right Sidebar -->
<div class="col-md-9">
<div class="row">
<div class="col-lg-12">
<div class="btn-toolbar" role="toolbar">
<h3 class="pull-left m-t-5 m-b-0">Compose Mail</h3>
<div class="pull-right">
<button type="button" class="btn btn-success"><i class="fa fa-floppy-o"></i></button>
<button type="button" class="btn btn-success"><i class="fa fa-trash-o"></i></button>
<button class="btn btn-purple"> <span>Send</span> <i class="fa fa-send m-l-10"></i> </button>
</div>
</div>
</div>
</div>
<div class="panel panel-default m-t-20">
<div class="panel-body p-t-10">
<form role="form">
<div class="form-group">
<input type="email" class="form-control" placeholder="To">
</div>
<div class="form-group">
<div class="row">
<div class="col-md-6">
<input type="email" class="form-control" placeholder="Cc">
</div>
<div class="col-md-6">
<input type="email" class="form-control" placeholder="Bcc">
</div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
<div class="form-group">
<textarea class="wysihtml5 form-control" placeholder="Message body" style="height: 200px"></textarea>
</div>
</form>
</div> <!-- panel -body -->
</div> <!-- panel -->
</div> <!-- End Rightsidebar -->
</div><!-- End row -->
</div> <!-- END Wraper -->
<!-- Footer Start -->
<footer class="footer">
2015 © Velonic.
</footer>
<!-- Footer Ends -->
</section>
<!-- 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>
<!--form validation-->
<script type="text/javascript" src="assets/bootstrap-wysihtml5/wysihtml5-0.3.0.js"></script>
<script type="text/javascript" src="assets/bootstrap-wysihtml5/bootstrap-wysihtml5.js"></script>
<script>
jQuery(document).ready(function(){
$('.wysihtml5').wysihtml5();
});
</script>
<script src="js/jquery.app.js"></script>
</body>
</html>