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}} ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ |
| 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 |