Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 39 additions & 12 deletions custom/templates/DefaultRevamp/email/api_register.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta charset="UTF-8">
<title>[Sitename]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
<h3>[Greeting]</h3>
<p>[Message]</p>
<a href="[Link]">[Link]</a>
<hr>
[Thanks]<br />[Sitename]
</div>
<body style="margin: 0; padding: 0; background-color: #eef2f7; font-family: Arial, Helvetica, sans-serif;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center" style="padding: 40px 15px;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 640px; background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);">
<!-- Header -->
<tr>
<td align="center" style="background-color: #4e73df; padding: 30px;">
<h1 style="margin: 0; font-size: 24px; color: #ffffff;">[Sitename]</h1>
</td>
</tr>
<!-- Body -->
<tr>
<td style="padding: 30px 30px 20px 30px; color: #333333; font-size: 16px; line-height: 1.6;">
<h2 style="color: #4e73df; margin-top: 0;">[Greeting]</h2>
<p>[Message]</p>
<div style="text-align: center; margin: 30px 0;">
<a href="[Link]" style="background-color: #4e73df; color: #ffffff; text-decoration: none; padding: 14px 28px; border-radius: 5px; font-weight: bold; display: inline-block;">
Access Now
</a>
</div>
</td>
</tr>
<!-- Footer -->
<tr>
<td style="padding: 20px 30px 30px 30px; background-color: #f8f9fc; font-size: 14px; color: #6c757d; text-align: center;">
<p style="margin: 0;">[Thanks]</p>
<p style="margin: 0;">[Sitename]</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>

</html>
</html>
55 changes: 43 additions & 12 deletions custom/templates/DefaultRevamp/email/change_password.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta charset="UTF-8">
<title>[Sitename]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
<h3>[Greeting]</h3>
<p>[Message]</p>
<a href="[Link]">[Link]</a>
<hr>
[Thanks]<br />[Sitename]
</div>
<body style="margin: 0; padding: 0; background-color: #eef2f7; font-family: Arial, Helvetica, sans-serif;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center" style="padding: 40px 15px;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 640px; background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);">

<!-- Header -->
<tr>
<td align="center" style="background-color: #4e73df; padding: 30px;">
<h1 style="margin: 0; font-size: 24px; color: #ffffff;">[Sitename]</h1>
</td>
</tr>

<!-- Content -->
<tr>
<td style="padding: 30px 30px 20px 30px; color: #333333; font-size: 16px; line-height: 1.6;">
<h2 style="color: #4e73df; margin-top: 0;">[Greeting]</h2>
<p>[Message]</p>
<div style="text-align: center; margin: 30px 0;">
<a href="[Link]" style="background-color: #4e73df; color: #ffffff; text-decoration: none; padding: 14px 28px; border-radius: 5px; font-weight: bold; display: inline-block;">
Reset Password
</a>
</div>
</td>
</tr>

<!-- Footer -->
<tr>
<td style="padding: 20px 30px 30px 30px; background-color: #f8f9fc; font-size: 14px; color: #6c757d; text-align: center;">
<p style="margin: 0;">[Thanks]</p>
<p style="margin: 0;">[Sitename]</p>
</td>
</tr>

</table>
</td>
</tr>
</table>
</body>

</html>
</html>
51 changes: 39 additions & 12 deletions custom/templates/DefaultRevamp/email/forum_topic_reply.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>[Sitename] &bull; [TopicReply]</title>
<meta charset="UTF-8">
<title>[Sitename] • [TopicReply]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
<h3>[Greeting]</h3>
<p>[Message]</p>
<hr>
[Thanks]<br />[Sitename]
</div>
<body style="margin: 0; padding: 0; background-color: #eef2f7; font-family: Arial, Helvetica, sans-serif;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center" style="padding: 40px 15px;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 640px; background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);">

<!-- Header -->
<tr>
<td align="center" style="background-color: #4e73df; padding: 30px;">
<h1 style="margin: 0; font-size: 24px; color: #ffffff;">[Sitename]</h1>
</td>
</tr>

<!-- Body -->
<tr>
<td style="padding: 30px 30px 20px 30px; color: #333333; font-size: 16px; line-height: 1.6;">
<h2 style="color: #4e73df; margin-top: 0;">[Greeting]</h2>
<p>[Message]</p>
</td>
</tr>

<!-- Footer -->
<tr>
<td style="padding: 20px 30px 30px 30px; background-color: #f8f9fc; font-size: 14px; color: #6c757d; text-align: center;">
<p style="margin: 0;">[Thanks]</p>
<p style="margin: 0;">[Sitename]</p>
</td>
</tr>

</table>
</td>
</tr>
</table>
</body>

</html>
</html>
51 changes: 39 additions & 12 deletions custom/templates/DefaultRevamp/email/register.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,46 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta charset="UTF-8">
<title>[Sitename]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
<h3>[Greeting]</h3>
<p>[Message]</p>
<a href="[Link]">[Link]</a>
<hr>
[Thanks]<br />[Sitename]
</div>
<body style="margin: 0; padding: 0; background-color: #eef2f7; font-family: Arial, Helvetica, sans-serif;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center" style="padding: 40px 15px;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 640px; background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);">
<!-- Header -->
<tr>
<td align="center" style="background-color: #4e73df; padding: 30px;">
<h1 style="margin: 0; font-size: 24px; color: #ffffff;">[Sitename]</h1>
</td>
</tr>
<!-- Body -->
<tr>
<td style="padding: 30px 30px 20px 30px; color: #333333; font-size: 16px; line-height: 1.6;">
<h2 style="color: #4e73df; margin-top: 0;">[Greeting]</h2>
<p>[Message]</p>
<div style="text-align: center; margin: 30px 0;">
<a href="[Link]" style="background-color: #4e73df; color: #ffffff; text-decoration: none; padding: 14px 28px; border-radius: 5px; font-weight: bold; display: inline-block;">
Access Now
</a>
</div>
</td>
</tr>
<!-- Footer -->
<tr>
<td style="padding: 20px 30px 30px 30px; background-color: #f8f9fc; font-size: 14px; color: #6c757d; text-align: center;">
<p style="margin: 0;">[Thanks]</p>
<p style="margin: 0;">[Sitename]</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>

</html>
</html>
55 changes: 43 additions & 12 deletions custom/templates/DefaultRevamp/email/tfa.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta charset="UTF-8">
<title>[Sitename]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
<h3>[Greeting]</h3>
<p>[Message]</p>
<p><strong>[Code]</strong></p>
<hr>
[Thanks]<br />[Sitename]
</div>
<body style="margin: 0; padding: 0; background-color: #eef2f7; font-family: Arial, Helvetica, sans-serif;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center" style="padding: 40px 15px;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 640px; background-color: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);">

<!-- Header -->
<tr>
<td align="center" style="background-color: #4e73df; padding: 30px;">
<h1 style="margin: 0; font-size: 24px; color: #ffffff;">[Sitename]</h1>
</td>
</tr>

<!-- Content -->
<tr>
<td style="padding: 30px 30px 20px 30px; color: #333333; font-size: 16px; line-height: 1.6;">
<h2 style="color: #4e73df; margin-top: 0;">[Greeting]</h2>
<p>[Message]</p>
<div style="margin: 30px 0; text-align: center;">
<div style="display: inline-block; padding: 12px 24px; font-size: 20px; font-weight: bold; background-color: #f0f4ff; color: #4e73df; border: 2px dashed #4e73df; border-radius: 6px;">
[Code]
</div>
</div>
</td>
</tr>

<!-- Footer -->
<tr>
<td style="padding: 20px 30px 30px 30px; background-color: #f8f9fc; font-size: 14px; color: #6c757d; text-align: center;">
<p style="margin: 0;">[Thanks]</p>
<p style="margin: 0;">[Sitename]</p>
</td>
</tr>

</table>
</td>
</tr>
</table>
</body>

</html>
</html>