PluginProbe ʕ •ᴥ•ʔ
Download Manager / 3.3.66
Download Manager v3.3.66
3.3.66 3.3.65 3.3.64 3.3.63 3.3.62 3.3.61 3.3.60 3.3.59 3.3.58 3.3.57 3.3.56 trunk 2.1.3 2.3.0 2.5.96 2.5.97 2.6.2 2.6.96 2.8.3 2.9.99 3.0.4 3.1.05 3.1.07 3.1.08 3.1.11 3.1.12 3.1.14 3.1.17 3.1.18 3.1.22 3.1.23 3.1.24 3.1.25 3.1.26 3.1.27 3.1.28 3.2.04 3.2.13 3.2.14 3.2.16 3.2.18 3.2.19 3.2.21 3.2.22 3.2.23 3.2.24 3.2.25 3.2.27 3.2.28 3.2.29 3.2.30 3.2.31 3.2.32 3.2.33 3.2.34 3.2.35 3.2.37 3.2.38 3.2.39 3.2.40 3.2.41 3.2.42 3.2.43 3.2.44 3.2.45 3.2.46 3.2.47 3.2.48 3.2.49 3.2.50 3.2.51 3.2.52 3.2.53 3.2.54 3.2.55 3.2.56 3.2.57 3.2.58 3.2.59 3.2.60 3.2.61 3.2.63 3.2.64 3.2.65 3.2.66 3.2.67 3.2.68 3.2.69 3.2.70 3.2.71 3.2.72 3.2.73 3.2.74 3.2.75 3.2.76 3.2.77 3.2.78 3.2.79 3.2.80 3.2.81 3.2.82 3.2.83 3.2.84 3.2.85 3.2.86 3.2.87 3.2.88 3.2.89 3.2.90 3.2.91 3.2.92 3.2.93 3.2.94 3.2.95 3.2.96 3.2.97 3.2.98 3.2.99 3.3.00 3.3.01 3.3.02 3.3.03 3.3.04 3.3.05 3.3.06 3.3.07 3.3.08 3.3.09 3.3.10 3.3.11 3.3.12 3.3.13 3.3.14 3.3.15 3.3.16 3.3.17 3.3.18 3.3.19 3.3.20 3.3.21 3.3.22 3.3.23 3.3.24 3.3.25 3.3.26 3.3.27 3.3.28 3.3.29 3.3.30 3.3.31 3.3.32 3.3.33 3.3.34 3.3.35 3.3.36 3.3.37 3.3.38 3.3.39 3.3.40 3.3.41 3.3.42 3.3.43 3.3.44 3.3.45 3.3.46 3.3.47 3.3.48 3.3.49 3.3.50 3.3.51 3.3.52 3.3.53 3.3.54 3.3.55
download-manager / src / __ / views / email-templates / default.html
download-manager / src / __ / views / email-templates Last commit date
images 2 years ago ui-blocks 3 years ago abstract.html 6 months ago activity-report-content.php 1 week ago blue.html 6 months ago default.html 6 months ago envelope.html 6 months ago leftist.html 6 months ago no-template.html 3 years ago panel.html 6 months ago
default.html
190 lines
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>{{subject}}</title>
7 <style type="text/css">
8 /* Reset */
9 body, table, td, p, a, li, blockquote {
10 -webkit-text-size-adjust: 100%;
11 -ms-text-size-adjust: 100%;
12 }
13 table, td {
14 mso-table-lspace: 0pt;
15 mso-table-rspace: 0pt;
16 }
17 img {
18 -ms-interpolation-mode: bicubic;
19 border: 0;
20 outline: none;
21 text-decoration: none;
22 }
23 body {
24 margin: 0 !important;
25 padding: 0 !important;
26 width: 100% !important;
27 -webkit-font-smoothing: antialiased;
28 }
29
30 /* Links */
31 a {
32 color: #4f46e5;
33 text-decoration: none;
34 }
35 a:hover {
36 text-decoration: underline;
37 }
38
39 /* Button */
40 .button {
41 display: inline-block;
42 padding: 14px 32px;
43 background: #4f46e5;
44 color: #ffffff !important;
45 text-decoration: none !important;
46 font-weight: 600;
47 font-size: 14px;
48 border-radius: 6px;
49 text-align: center;
50 }
51
52 /* Responsive */
53 @media only screen and (max-width: 600px) {
54 .email-container {
55 width: 100% !important;
56 max-width: 100% !important;
57 }
58 .mobile-padding {
59 padding-left: 24px !important;
60 padding-right: 24px !important;
61 }
62 .mobile-center {
63 text-align: center !important;
64 }
65 }
66 </style>
67 </head>
68 <body style="margin: 0; padding: 0; background-color: #ffffff;">
69
70 <!-- Preheader -->
71 <div style="display: none; max-height: 0; overflow: hidden;">
72 {{subject}} &nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;
73 </div>
74
75 <!-- Email Wrapper -->
76 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff;">
77 <tr>
78 <td align="center" style="padding: 40px 16px;">
79
80 <!-- Email Container -->
81 <table role="presentation" class="email-container" width="600" border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto; max-width: 600px; width: 100%;">
82
83 <!-- Header -->
84 <tr>
85 <td style="padding: 0 0 32px 0; border-bottom: 1px solid #e5e7eb;">
86 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
87 <tr>
88 <td style="vertical-align: middle;">
89 <!-- Logo -->
90 <a href="{{homeurl}}" style="text-decoration: none;">
91 {{img_logo}}
92 </a>
93 </td>
94 <td align="right" style="vertical-align: middle;">
95 <!-- Site Name -->
96 <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 14px; font-weight: 600; color: #111827;">
97 {{sitename}}
98 </span>
99 </td>
100 </tr>
101 </table>
102 </td>
103 </tr>
104
105 <!-- Tagline Row -->
106 <tr>
107 <td style="padding: 24px 0; border-bottom: 1px solid #f3f4f6;">
108 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
109 <tr>
110 <td>
111 <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #6b7280;">
112 {{site_tagline}}
113 </p>
114 </td>
115 <td align="right">
116 <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #9ca3af;">
117 {{date}}
118 </span>
119 </td>
120 </tr>
121 </table>
122 </td>
123 </tr>
124
125 <!-- Content -->
126 <tr>
127 <td style="padding: 32px 0;">
128 <div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 15px; line-height: 1.7; color: #374151;">
129 {{message}}
130 </div>
131 </td>
132 </tr>
133
134 <!-- Footer -->
135 <tr>
136 <td style="padding: 24px 0 0 0; border-top: 1px solid #e5e7eb;">
137 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
138 <tr>
139 <td style="vertical-align: middle;">
140 <!-- Social Links -->
141 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
142 <tr>
143 <td style="padding-right: 16px;">
144 <a href="{{facebook}}" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #6b7280; text-decoration: none;">Facebook</a>
145 </td>
146 <td style="padding-right: 16px; color: #d1d5db;">|</td>
147 <td>
148 <a href="{{twitter}}" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #6b7280; text-decoration: none;">Twitter</a>
149 </td>
150 </tr>
151 </table>
152 </td>
153 <td align="right" style="vertical-align: middle;">
154 <!-- Mini Divider -->
155 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
156 <tr>
157 <td style="width: 24px; height: 2px; background: #e5e7eb;"></td>
158 <td style="width: 4px;"></td>
159 <td style="width: 8px; height: 2px; background: #d1d5db;"></td>
160 <td style="width: 4px;"></td>
161 <td style="width: 4px; height: 2px; background: #9ca3af;"></td>
162 </tr>
163 </table>
164 </td>
165 </tr>
166 </table>
167 </td>
168 </tr>
169
170 <!-- Footer Text -->
171 <tr>
172 <td align="center" style="padding: 24px 0 0 0;">
173 <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 12px; line-height: 1.6; color: #9ca3af;">
174 {{footer_text}}
175 </p>
176 <p style="margin: 16px 0 0 0;"><a href="https://www.wpdownloadmanager.com" style="color:#b0b0b0;font-size:11px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;text-decoration:none;">Powered by Download Manager</a></p>
177 </td>
178 </tr>
179
180 </table>
181 <!-- End Email Container -->
182
183 </td>
184 </tr>
185 </table>
186 <!-- End Email Wrapper -->
187
188 </body>
189 </html>
190