2ea02e9abd31d07d366c6d047f057d9b10970e40.svn-base
1.3 KB
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
<div class="lg-nav">
<!--next-->
<div class="btn-group btn-group-sm btn-mgl-10">
<button class="btn btn-info" ng-click="goback()"><i class="fa fa-mail-reply"></i> 返回
</button>
<!--<button type="button" class="btn btn-default" ng-click="rename()"><i class="fa fa-trash-o"></i> 删除-->
<!--</button>-->
</div>
<!-- /input-group -->
</div>
<div class="lg-con" scroller-all="160">
<div class="lg-wrap panel-body">
<div class="list-wrap lg-mail">
<table class="table lg-mailinfo lg-table-border-bottom">
<tbody>
<tr>
<td width="100">发件人</td>
<td>{{sendmailinfos.masterbase.send_email}}</td>
</tr>
<tr>
<td>回复人</td>
<td>{{sendmailinfos.masterbase.reply_email}}</td>
</tr>
<tr>
<td>发送时间</td>
<td>{{sendmailinfos.masterbase.create_time}}</td>
</tr>
<tr>
<td>主题</td>
<td>{{sendmailinfos.masterbase.subject}}</td>
</tr>
<tr ng-show="filename!=''">
<td>附件</td>
<td><div ng-bind-html="filename"></div></td>
</tr>
<tr>
<td colspan="2">
<div class="panel-body" id="mailinfocon">
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>