-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcompose.php
executable file
·163 lines (156 loc) · 8.33 KB
/
compose.php
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
<!DOCTYPE html>
<html lang="en">
<?php include('assets/_partials/head.php');?>
<body class="hold-transition sidebar-mini">
<!--preloader-->
<div id="preloader">
<div id="status"></div>
</div>
<!-- Site wrapper -->
<div class="wrapper">
<?php include('assets/_partials/header.php');?>
<!-- =============================================== -->
<!-- Left side column. contains the sidebar -->
<aside class="main-sidebar">
<!-- sidebar -->
<?php include('assets/_partials/navbar.php');?>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-sm-12">
<div class="mailbox">
<div class="mailbox-header">
<div class="row">
<div class="col-xs-4">
<div class="inbox-avatar">
<i class="fa fa-user-circle-o"></i>
<div class="inbox-avatar-text hidden-xs hidden-sm">
<div class="avatar-name">Alrazy</div>
<div><small>Mailbox</small></div>
</div>
</div>
</div>
<div class="col-xs-8">
<div class="inbox-toolbar btn-toolbar">
<div class="btn-group">
<a href="mailbox.html" class="btn btn-default"><span class="fa fa-long-arrow-left"></span></a>
<a href="#" class="hidden-xs hidden-sm btn btn-default"><span class="fa fa-reply-all"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="mailbox-body">
<div class="row m-0">
<div class="col-sm-3 p-0 inbox-nav hidden-xs hidden-sm">
<div class="mailbox-sideber">
<div class="profile-usermenu">
<h6>Mailbox</h6>
<ul class="nav">
<li class="active"><a href="#"><i class="fa fa-inbox"></i>Inbox <small class="label pull-right bg-green">61</small></a></li>
<li><a href="#"><i class="fa fa-envelope-o"></i>Send Mail</a></li>
<li><a href="#"><i class="fa fa-star-o"></i>Starred</a></li>
<li><a href="#"><i class="fa fa-trash-o"></i>Tresh </a></li>
<li><a href="#"><i class="fa fa-paperclip"></i>Attachments</a></li>
</ul>
<h6>Other</h6>
<ul class="nav">
<li><a href="#"><i class="fa fa-exclamation"></i>Spam</a></li>
<li><a href="#"><i class="fa fa-file-text-o"></i>Draft</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-9 p-0 inbox-mail p-20">
<div class="form-group row">
<label class="col-sm-3 col-md-2 col-form-label text-right">To :</label>
<div class="col-sm-9 col-md-10">
<input class="form-control" type="text" id="to">
</div>
</div>
<div class="form-group row">
<label class="col-sm-3 col-md-2 col-form-label text-right">Cc :</label>
<div class="col-sm-9 col-md-10">
<input class="form-control" type="text" id="cc">
</div>
</div>
<div class="form-group row">
<label class="col-sm-3 col-md-2 col-form-label text-right">Subject :</label>
<div class="col-sm-9 col-md-10">
<input class="form-control" type="text" id="subjejct">
</div>
</div>
<!-- summernote -->
<div id="summernote"></div>
<div class="hidden-xs hidden-sm btn-group">
<button type="button" class="text-center btn btn-default">DISCARD</button>
<button type="button" class="btn btn-default">SAVE</button>
</div>
<div class="btn-group pull-right">
<button type="button" class="btn btn-add">SEND</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<?php include('assets/_partials/footer.php');?>
</div>
<!-- ./wrapper -->
<!-- Start Core Plugins
=====================================================================-->
<!-- jQuery -->
<script src="assets/plugins/jQuery/jquery-1.12.4.min.js" type="text/javascript"></script>
<!-- jquery-ui -->
<script src="assets/plugins/jquery-ui-1.12.1/jquery-ui.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- lobipanel -->
<script src="assets/plugins/lobipanel/lobipanel.min.js" type="text/javascript"></script>
<!-- Pace js -->
<script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script>
<!-- SlimScroll -->
<script src="assets/plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<!-- FastClick -->
<script src="assets/plugins/fastclick/fastclick.min.js" type="text/javascript"></script>
<!-- CRMadmin frame -->
<script src="assets/dist/js/custom.js" type="text/javascript"></script>
<!-- End Core Plugins
=====================================================================-->
<!-- Start Page Lavel Plugins
=====================================================================-->
<!-- summernote js -->
<script src="assets/plugins/summernote/summernote.js" type="text/javascript"></script>
<!-- End Page Lavel Plugins
=====================================================================-->
<!-- Start Theme label Script
=====================================================================-->
<!-- Dashboard js -->
<script src="assets/dist/js/dashboard.js" type="text/javascript"></script>
<!-- End Theme label Script
=====================================================================-->
<script>
//Summernote
function sumnote() {
var note = $('#summernote');
$(note).summernote({
height: 200, // set editor height
minHeight: null, // set minimum height of editor
maxHeight: null, // set maximum height of editor
focus: true // set focus to editable area after initializing summernote
});
}
sumnote();
</script>
</body>
</html>