-
Notifications
You must be signed in to change notification settings - Fork 8
/
template.html
55 lines (49 loc) · 1.39 KB
/
template.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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="ProgId" content="Word.Document">
<style>
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin:0;
}
table{
border: 1px solid gray;
border-collapse: collapse;
}
th{
border: 0px solid white;
background:#0072c6;
width:250px;
padding:1px 0 1px 0;
color:white;
}
td{
border: 1px solid gray;
padding:1px 0 1px 0;
color:black;
text-align: center;
}
tr:nth-child(even) {background-color: #f2f2f2}
#text{
margin:20px;
}
</style>
</head>
<body>
<img src="cid:tagging.png">
<div id="text">
<p>Hi</p>
<p>You are receiving this email because you were identified as a potential owner of a resource group (RG).</p>
<p>An ALIAS TAG was automatically applied to the RG - to mark you as the owner:</p>
<table>
<tbody><tr><th>Resource Group</th><th>Owner</th></tr></tbody>
_TABLE_
</table>
<p>Please verify and otherwise correct the alias tag!</p>
<p>Thanks!</p>
<p>
<b>Important Note:</b> All resources above have been tagged for <b>deletion</b> in 1 month from now (_DATE_). In case they're needed longer, please modify the <i>deleteAfter</i> tag on the RG.
</p>
<p><i>This is an automated email, no other action than described above is required.</i></p>
</div>
<span style="padding: 0px;"></span>
</body></html>