-
Notifications
You must be signed in to change notification settings - Fork 285
/
mail_detail.html
225 lines (192 loc) · 11.2 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> - 查看邮件</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico"> <link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/plugins/iCheck/custom.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-sm-3">
<div class="ibox float-e-margins">
<div class="ibox-content mailbox-content">
<div class="file-manager">
<a class="btn btn-block btn-primary compose-mail" href="mail_compose.html">写信</a>
<div class="space-25"></div>
<h5>文件夹</h5>
<ul class="folder-list m-b-md" style="padding: 0">
<li>
<a href="mailbox.html"> <i class="fa fa-inbox "></i> 收件箱 <span class="label label-warning pull-right">16</span>
</a>
</li>
<li>
<a href="mailbox.html"> <i class="fa fa-envelope-o"></i> 发信</a>
</li>
<li>
<a href="mailbox.html"> <i class="fa fa-certificate"></i> 重要</a>
</li>
<li>
<a href="mailbox.html"> <i class="fa fa-file-text-o"></i> 草稿 <span class="label label-danger pull-right">2</span>
</a>
</li>
<li>
<a href="mailbox.html"> <i class="fa fa-trash-o"></i> 垃圾箱</a>
</li>
</ul>
<h5>分类</h5>
<ul class="category-list" style="padding: 0">
<li>
<a href="mail_compose.html#"> <i class="fa fa-circle text-navy"></i> 工作</a>
</li>
<li>
<a href="mail_compose.html#"> <i class="fa fa-circle text-danger"></i> 文档</a>
</li>
<li>
<a href="mail_compose.html#"> <i class="fa fa-circle text-primary"></i> 社交</a>
</li>
<li>
<a href="mail_compose.html#"> <i class="fa fa-circle text-info"></i> 广告</a>
</li>
<li>
<a href="mail_compose.html#"> <i class="fa fa-circle text-warning"></i> 客户端</a>
</li>
</ul>
<h5 class="tag-title">标签</h5>
<ul class="tag-list" style="padding: 0">
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 朋友</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 工作</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 家庭</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 孩子</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 假期</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 音乐</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 照片</a>
</li>
<li><a href="mail_compose.html"><i class="fa fa-tag"></i> 电影</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="col-sm-9 animated fadeInRight">
<div class="mail-box-header">
<div class="pull-right tooltip-demo">
<a href="mail_compose.html" class="btn btn-white btn-sm" data-toggle="tooltip" data-placement="top" title="回复"><i class="fa fa-reply"></i> 回复</a>
<a href="mail_detail.html#" class="btn btn-white btn-sm" data-toggle="tooltip" data-placement="top" title="打印邮件"><i class="fa fa-print"></i> </a>
<a href="mailbox.html" class="btn btn-white btn-sm" data-toggle="tooltip" data-placement="top" title="标为垃圾邮件"><i class="fa fa-trash-o"></i> </a>
</div>
<h2>
查看邮件
</h2>
<div class="mail-tools tooltip-demo m-t-md">
<h3>
<span class="font-noraml">主题: </span>幼儿园亲子班(园中园)项目方案
</h3>
<h5>
<span class="pull-right font-noraml">2014年10月28日(星期二) 晚上8:20</span>
<span class="font-noraml">发件人: </span>[email protected]
</h5>
</div>
</div>
<div class="mail-box">
<div class="mail-body">
<h4>尊敬的幼儿园园长朋友:</h4>
<p>
贝贝聪教育,因您而精彩!由于婴幼教育一体化更符合婴幼儿成长需求,是全球早教专家、心理学家普遍推崇的一种办园模式。在美国、日本、英国、意大利、新加坡等国家及我国香港、台湾等地区,幼儿园普遍开设了亲子班,美国幼儿园开亲子班的比率为87%,意大利比率为83%。香港、台湾地区分别为74%、76%。2003年3月4日,国务院办公厅转发了教育部等10部门(单位)《关于幼儿教育改革与发展的指导意见》,强调发展0-6岁婴幼儿教育。在《幼儿园教育指导纲要(试行)》中已明确指出幼儿园教育要与0-3岁教育做好衔接。北京、上海等地要求在2013年,65%的公立一级幼儿园开设亲子班或园中园。
</p>
<p class="text-right">
贝贝聪教育科技发展有限公司
</p>
</div>
<div class="mail-attachment">
<p>
<span><i class="fa fa-paperclip"></i> 2 个附件 - </span>
<a href="mail_detail.html#">下载全部</a> |
<a href="mail_detail.html#">预览全部图片</a>
</p>
<div class="attachment">
<div class="file-box">
<div class="file">
<a href="mail_detail.html#">
<span class="corner"></span>
<div class="icon">
<i class="fa fa-file"></i>
</div>
<div class="file-name">
Document_2014.doc
</div>
</a>
</div>
</div>
<div class="file-box">
<div class="file">
<a href="mail_detail.html#">
<span class="corner"></span>
<div class="image">
<img alt="image" class="img-responsive" src="img/p1.jpg">
</div>
<div class="file-name">
Italy street.jpg
</div>
</a>
</div>
</div>
<div class="file-box">
<div class="file">
<a href="mail_detail.html#">
<span class="corner"></span>
<div class="image">
<img alt="image" class="img-responsive" src="img/p2.jpg">
</div>
<div class="file-name">
My feel.png
</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> 回复</a>
<a class="btn btn-sm btn-white" href="mail_compose.html"><i class="fa fa-arrow-right"></i> 下一封</a>
<button title="" data-placement="top" data-toggle="tooltip" type="button" data-original-title="打印这封邮件" class="btn btn-sm btn-white"><i class="fa fa-print"></i> 打印</button>
<button title="" data-placement="top" data-toggle="tooltip" data-original-title="删除邮件" class="btn btn-sm btn-white"><i class="fa fa-trash-o"></i> 删除</button>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<!-- 自定义js -->
<script src="js/content.js?v=1.0.0"></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>
</body>
</html>