-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathemail_en_US-brief+additionalField+availability.html
More file actions
116 lines (107 loc) · 3.69 KB
/
Copy pathemail_en_US-brief+additionalField+availability.html
File metadata and controls
116 lines (107 loc) · 3.69 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
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
<!-- HEADER -->
<table style="width: 600px;
display: block !important;
max-width: 600px !important;
margin: 0 auto !important;
clear: both !important;
border-spacing: 0 !important;
padding: 0 !important;
border-top-left-radius: 15px !important;
border-top-right-radius: 15px !important;" align="center" bgcolor="#4d6b82"
border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td style="cursor: default;
padding: 1em 0.5em;">
<prm-logo style="height: 66px;"></prm-logo>
</td>
</tr>
</tbody>
</table>
<!-- BODY -->
<table style="width: 600px;
display: block !important;
max-width: 600px !important;
margin: 0 auto !important;
clear: both !important;
border-spacing: 0 !important;
padding: 0 !important;" align="center" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td>
<div translate="nui.email.institutionNote"></div>
</td>
</tr>
<tr>
<!--<td></td>-->
<td style="display: block !important;
max-width: 600px !important;
margin: 0 auto !important;
clear: both !important;
padding: 0 !important;" bgcolor="#f3f3f3">
<div style=" padding: 0 !important;
max-width: 600px;
margin: 0 auto;
display: block;">
<table style="width: 600px;
display: block !important;
max-width: 600px !important;
margin: 0 auto !important;
clear: both !important;
border-spacing: 0 !important;
padding: 0 !important;">
<tr ng-if="$ctrl.parentCtrl.note">
<td style="padding: 15px 10px;
font-style: italic;">
<b translate="email.note"></b> {{$ctrl.parentCtrl.note}}
</td>
</tr>
</table>
<table style=" background-color: #f3f3f3; width: 100%;">
<tr ng-if="$ctrl.parentCtrl.fullViewLoaded"
ng-repeat="item in $ctrl.parentCtrl.delayedItems">
<td style="padding: 11px 15px; margin: 2px; cursor: default; width: 100%;"
bgcolor="white">
<prm-brief-result
class="result-item-details"
[item]="item"
display-mode="email"
layout="column">
</prm-brief-result>
<div dir="auto" ng-repeat="sub in item.pnx.display.subject">{{sub}}</div>
<prm-search-result-availability-line tabindex="-1" [result]="item" display-mode="email"></prm-search-result-availability-line>
</td>
</tr>
</table>
</div><!-- /content -->
</td>
<!--<td></td>-->
</tr>
</table>
<!-- /BODY -->
<!-- FOOTER -->
<table class="footer-wrap" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<!-- /FOOTER -->
<!-- DISCLAIMER MESSAGE -->
<table style="width: 600px;
display: block !important;
max-width: 600px !important;
margin: 0 auto !important;
clear: both !important;
border-spacing: 0 !important;
padding: 0 !important;
border: 2px solid red;" align="center" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td align="center">
<p style="margin: 0.5em;" translate="nui.email.disclaimer"></p>
</td>
</tr>
</tbody>
</table>