You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

88 lines
2.9 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>E-Mail Vorlage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="https://use.typekit.net/vzz1gxs.css">
</head>
<style type="text/css">
#tablewidth {
max-width: 600px;
min-width: 300px;
}
a {color: #808080; font-weight: 700;}
h1 {color: #FF9900; font-family: raleway, sans-serif; font-size: 30px; font-weight: 300;}
td {font-family: lato, sans-serif; font-weight: 300;}
</style>
<body style="margin: 0; padding: 0;" bgcolor="#000000">
<table id="tablewidth" align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td align="center" bgcolor="#262727" style="padding: 40px 0 30px 0;">
<img src="https://app.jplus-pilot.com/jpilot_RGB.png" alt="J Pilot Logo" width="30%" height="auto" style="display: block;" />
</td>
</tr>
<tr>
<td bgcolor="#262727" style="padding: 40px 30px 20px 30px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding: 0px 0 50px 0; color: #ffffff; font-size: 12px; line-height: 25px;">
<h1>
<!-- SUBJECT -->
${kcSanitize(msg("emailVerificationSubject",link))?no_esc}
<!-- SUBJECT -->
</h1>
<!-- CONTENT -->
${kcSanitize(msg("emailVerificationBodyCodeHtml",code))?no_esc}
<!-- CONTENT -->
<!-- FOOTER -->
${kcSanitize(msg("mailSignatureHtml", link))?no_esc}
<!-- FOOTER -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#000000" style="padding: 20px 30px 20px 30px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="260" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding: 25px 0 0 0; color: #848686; font-size: 10px; line-height: 20px;">
<!--FOOTER-->
${kcSanitize(msg("footerHTML",realmName))?no_esc}
<!--FOOTER-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#000000" style="padding: 30px 30px 30px 30px;">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" style="color: #808080; font-size: 10px;">
&copy; Copyright 2021
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>