PluginProbe ʕ •ᴥ•ʔ
Download Manager / 3.3.63
Download Manager v3.3.63
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 / panel.html
download-manager / src / __ / views / email-templates Last commit date
images 2 years ago ui-blocks 3 years ago abstract.html 5 months ago activity-report-content.php 3 days ago blue.html 5 months ago default.html 5 months ago envelope.html 5 months ago leftist.html 5 months ago no-template.html 3 years ago panel.html 5 months ago
panel.html
203 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: #14b8a6;
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: #14b8a6;
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: 20px !important;
60 padding-right: 20px !important;
61 }
62 .mobile-center {
63 text-align: center !important;
64 }
65 .panel-header {
66 padding: 24px 20px !important;
67 }
68 }
69 </style>
70 </head>
71 <body style="margin: 0; padding: 0; background-color: #f1f5f9;">
72
73 <!-- Preheader -->
74 <div style="display: none; max-height: 0; overflow: hidden;">
75 {{subject}} &nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;
76 </div>
77
78 <!-- Email Wrapper -->
79 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #f1f5f9;">
80 <tr>
81 <td align="center" style="padding: 48px 16px;">
82
83 <!-- Email Container -->
84 <table role="presentation" class="email-container" width="580" border="0" cellspacing="0" cellpadding="0" style="margin: 0 auto; max-width: 580px; width: 100%;">
85
86 <!-- Main Panel -->
87 <tr>
88 <td>
89 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05);">
90
91 <!-- Panel Header (Dark) -->
92 <tr>
93 <td class="panel-header" style="background: linear-gradient(135deg, #1e293b 0%, #334155 100%); padding: 32px 36px;">
94 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
95 <tr>
96 <td style="vertical-align: middle;">
97 <!-- Logo -->
98 <a href="{{homeurl}}" style="text-decoration: none;">
99 {{img_logo}}
100 </a>
101 </td>
102 <td align="right" style="vertical-align: middle;">
103 <!-- Status Badge -->
104 <span style="display: inline-block; padding: 6px 14px; background: rgba(20, 184, 166, 0.15); border: 1px solid rgba(20, 184, 166, 0.3); color: #5eead4; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 50px;">
105 {{date}}
106 </span>
107 </td>
108 </tr>
109 </table>
110 </td>
111 </tr>
112
113 <!-- Panel Info Bar -->
114 <tr>
115 <td style="background: #f8fafc; padding: 16px 36px; border-bottom: 1px solid #e2e8f0;" class="mobile-padding">
116 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
117 <tr>
118 <td>
119 <!-- Site Name -->
120 <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 15px; font-weight: 600; color: #0f172a;">
121 {{sitename}}
122 </span>
123 </td>
124 <td align="right">
125 <!-- Tagline -->
126 <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; color: #64748b;">
127 {{site_tagline}}
128 </span>
129 </td>
130 </tr>
131 </table>
132 </td>
133 </tr>
134
135 <!-- Panel Content -->
136 <tr>
137 <td style="padding: 36px;" class="mobile-padding">
138 <div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 15px; line-height: 1.7; color: #475569;">
139 {{message}}
140 </div>
141 </td>
142 </tr>
143
144 <!-- Panel Footer -->
145 <tr>
146 <td style="background: #f8fafc; padding: 24px 36px; border-top: 1px solid #e2e8f0;" class="mobile-padding">
147 <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
148 <tr>
149 <td style="vertical-align: middle;">
150 <!-- Social Links -->
151 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
152 <tr>
153 <td style="padding-right: 8px;">
154 <a href="{{facebook}}" style="display: inline-block; width: 34px; height: 34px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 6px; text-align: center; line-height: 34px; text-decoration: none; color: #64748b; font-family: Arial, sans-serif; font-size: 13px; font-weight: 600;">f</a>
155 </td>
156 <td>
157 <a href="{{twitter}}" style="display: inline-block; width: 34px; height: 34px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 6px; text-align: center; line-height: 34px; text-decoration: none; color: #64748b; font-family: Arial, sans-serif; font-size: 13px; font-weight: 600;">X</a>
158 </td>
159 </tr>
160 </table>
161 </td>
162 <td align="right" style="vertical-align: middle;">
163 <!-- Status Indicator -->
164 <table role="presentation" border="0" cellspacing="0" cellpadding="0">
165 <tr>
166 <td style="width: 8px; height: 8px; background: #14b8a6; border-radius: 50%;"></td>
167 <td style="padding-left: 8px;">
168 <span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 12px; color: #64748b;">Online</span>
169 </td>
170 </tr>
171 </table>
172 </td>
173 </tr>
174 </table>
175 </td>
176 </tr>
177
178 </table>
179 </td>
180 </tr>
181 <!-- End Main Panel -->
182
183 <!-- Footer -->
184 <tr>
185 <td align="center" style="padding: 28px 24px;">
186 <p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 13px; line-height: 1.6; color: #64748b;">
187 {{footer_text}}
188 </p>
189 <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>
190 </td>
191 </tr>
192
193 </table>
194 <!-- End Email Container -->
195
196 </td>
197 </tr>
198 </table>
199 <!-- End Email Wrapper -->
200
201 </body>
202 </html>
203