-
Notifications
You must be signed in to change notification settings - Fork 0
/
mail_detail.html
203 lines (159 loc) · 10.1 KB
/
mail_detail.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
<link href="css/plugins/iCheck/custom.css" rel="stylesheet">
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-lg-3">
<div class="ibox ">
<div class="ibox-content mailbox-content">
<div class="file-manager">
<a class="btn btn-block btn-primary compose-mail" href="mail_compose.html">Compose Mail</a>
<div class="space-25"></div>
<h5>Folders</h5>
<ul class="folder-list m-b-md" style="padding: 0">
<li><a href="mailbox.html"> <i class="fa fa-inbox "></i> Inbox <span class="label label-warning float-right">16</span> </a></li>
<li><a href="mailbox.html"> <i class="fa fa-envelope-o"></i> Send Mail</a></li>
<li><a href="mailbox.html"> <i class="fa fa-certificate"></i> Important</a></li>
<li><a href="mailbox.html"> <i class="fa fa-file-text-o"></i> Drafts <span class="label label-danger float-right">2</span></a></li>
<li><a href="mailbox.html"> <i class="fa fa-trash-o"></i> Trash</a></li>
</ul>
<h5>Categories</h5>
<ul class="category-list" style="padding: 0">
<li><a href="#"> <i class="fa fa-circle text-navy"></i> Work </a></li>
<li><a href="#"> <i class="fa fa-circle text-danger"></i> Documents</a></li>
<li><a href="#"> <i class="fa fa-circle text-primary"></i> Social</a></li>
<li><a href="#"> <i class="fa fa-circle text-info"></i> Advertising</a></li>
<li><a href="#"> <i class="fa fa-circle text-warning"></i> Clients</a></li>
</ul>
<h5 class="tag-title">Labels</h5>
<ul class="tag-list" style="padding: 0">
<li><a href=""><i class="fa fa-tag"></i> Family</a></li>
<li><a href=""><i class="fa fa-tag"></i> Work</a></li>
<li><a href=""><i class="fa fa-tag"></i> Home</a></li>
<li><a href=""><i class="fa fa-tag"></i> Children</a></li>
<li><a href=""><i class="fa fa-tag"></i> Holidays</a></li>
<li><a href=""><i class="fa fa-tag"></i> Music</a></li>
<li><a href=""><i class="fa fa-tag"></i> Photography</a></li>
<li><a href=""><i class="fa fa-tag"></i> Film</a></li>
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="col-lg-9 animated fadeInRight">
<div class="mail-box-header">
<div class="float-right tooltip-demo">
<a href="mail_compose.html" class="btn btn-white btn-sm" data-toggle="tooltip" data-placement="top" title="Reply"><i class="fa fa-reply"></i> Reply</a>
<a href="#" class="btn btn-white btn-sm" data-toggle="tooltip" data-placement="top" title="Print email"><i class="fa fa-print"></i> </a>
<a href="mailbox.html" class="btn btn-white btn-sm" data-toggle="tooltip" data-placement="top" title="Move to trash"><i class="fa fa-trash-o"></i> </a>
</div>
<h2>
View Message
</h2>
<div class="mail-tools tooltip-demo m-t-md">
<h3>
<span class="font-normal">Subject: </span>Aldus PageMaker including versions of Lorem Ipsum.
</h3>
<h5>
<span class="float-right font-normal">10:15AM 02 FEB 2014</span>
<span class="font-normal">From: </span>[email protected]
</h5>
</div>
</div>
<div class="mail-box">
<div class="mail-body">
<p>
Hello Jonathan!
<br/>
<br/>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer
took a galley of type and scrambled it to make a type <strong>specimen book.</strong>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It has survived not only five centuries, but also the leap into electronic typesetting, remaining
essentially unchanged.
</p>
<p>
It was popularised in the 1960s with the release <a href="#" class="text-navy">Letraset sheets</a> containing Lorem Ipsum passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<p>
There are many variations of passages of <strong>Lorem Ipsum</strong>Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of.
</p>
</div>
<div class="mail-attachment">
<p>
<span><i class="fa fa-paperclip"></i> 2 attachments - </span>
<a href="#">Download all</a>
|
<a href="#">View all images</a>
</p>
<div class="attachment">
<div class="file-box">
<div class="file">
<a href="#">
<span class="corner"></span>
<div class="icon">
<i class="fa fa-file"></i>
</div>
<div class="file-name">
Document_2014.doc
<br/>
<small>Added: Jan 11, 2014</small>
</div>
</a>
</div>
</div>
<div class="file-box">
<div class="file">
<a href="#">
<span class="corner"></span>
<div class="image">
<img alt="image" class="img-fluid" src="img/p1.jpg">
</div>
<div class="file-name">
Italy street.jpg
<br/>
<small>Added: Jan 6, 2014</small>
</div>
</a>
</div>
</div>
<div class="file-box">
<div class="file">
<a href="#">
<span class="corner"></span>
<div class="image">
<img alt="image" class="img-fluid" src="img/p2.jpg">
</div>
<div class="file-name">
My feel.png
<br/>
<small>Added: Jan 7, 2014</small>
</div>
</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="mail-body text-right tooltip-demo">
<a class="btn btn-sm btn-white" href="mail_compose.html"><i class="fa fa-reply"></i> Reply</a>
<a class="btn btn-sm btn-white" href="mail_compose.html"><i class="fa fa-arrow-right"></i> Forward</a>
<button title="" data-placement="top" data-toggle="tooltip" type="button" data-original-title="Print" class="btn btn-sm btn-white"><i class="fa fa-print"></i> Print</button>
<button title="" data-placement="top" data-toggle="tooltip" data-original-title="Trash" class="btn btn-sm btn-white"><i class="fa fa-trash-o"></i> Remove</button>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- Mainly scripts -->
<!-- Custom and plugin javascript -->
<script src="js/common.js"></script>
<!-- iCheck -->
<script src="js/plugins/iCheck/icheck.min.js"></script>
<script>
$(document).ready(function(){
$('.i-checks').iCheck({
checkboxClass: 'icheckbox_square-green',
radioClass: 'iradio_square-green',
});
});
</script>