-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathemail.html
67 lines (66 loc) · 2.92 KB
/
email.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
<!--
* Copyright Laura Taylor
* (https://github.com/techstreams/TSDynamicUrls)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
-->
<div>
<table cellpadding="0" cellspacing="0" border="0" align="center" style="border-collapse:collapse;line-height:100%!important;margin:0;padding:0;width:100%!important">
<tr>
<td valign="top" height="20"> </td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0" align="center" style="border-collapse:collapse;border-radius:3px;color:#545454;font-family:'Helvetica Neue',Arial,sans-serif;font-size:13px;line-height:20px;margin:0 auto;width:100%">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0" style="border-collapse:separate;border-radius:3px 3px 0 0;border:1px solid #1d1717;font-size:1px;height:3px;line-height:3px;width:100%">
<tr>
<td valign="top" style="background:#333333;border-top-color:#414141;border-top-style:solid;border-top-width:1px;font-family:'Helvetica Neue',Arial,sans-serif" bgcolor="#333333">
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" style="border-collapse:separate;border-color:#8c8c8c;border-radius:0 0 3px 3px;border-style:solid;border-width:0 1px 1px;width:100%">
<tr>
<td valign="top" style="border-radius:0 0 3px 3px;color:#545454;font-family:'Helvetica Neue',Arial,sans-serif;font-size:13px;line-height:20px;padding:15px 30px 15px">
<div>
<h2>Your New <span style="color:blue;"><?!= meta.doct ?> <?!= meta.modt ?></span> URL Was Generated by <?!= meta.formname ?></h2>
<hr>
<br>
<div style="padding: 2px 15px; color: #00000; font-size: 90%; background-color: #FFFACD; border-radius: 8px;">
<?!= meta.url ?>
</div>
<br>
<hr>
<br>
<p style="font-size:90%;"><em>Powered by <a href="https://techstreams.github.io/TSDynamicUrls">TSDynamicUrls</a></em></p>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" height="20"> </td>
</tr>
</table>
</div>