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.

87 lines
3.0 KiB

3 years ago
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>E-Mail Vorlage</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  7. <link rel="stylesheet" href="https://use.typekit.net/vzz1gxs.css">
  8. </head>
  9. <style type="text/css">
  10. #tablewidth {
  11. max-width: 600px;
  12. min-width: 300px;
  13. }
  14. a {color: #808080; font-weight: 700;}
  15. h1 {color: #FF9900; font-family: raleway, sans-serif; font-size: 30px; font-weight: 300;}
  16. td {font-family: lato, sans-serif; font-weight: 300;}
  17. </style>
  18. <body style="margin: 0; padding: 0;" bgcolor="#000000">
  19. <table id="tablewidth" align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
  20. <tr>
  21. <td align="center" bgcolor="#262727" style="padding: 40px 0 30px 0;">
  22. <img src="https://app.jplus-pilot.com/jpilot_RGB.png" alt="J Pilot Logo" width="30%" height="auto" style="display: block;" />
  23. </td>
  24. </tr>
  25. <tr>
  26. <td bgcolor="#262727" style="padding: 40px 30px 20px 30px;">
  27. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  28. <tr>
  29. <td style="padding: 0px 0 50px 0; color: #ffffff; font-size: 12px; line-height: 25px;">
  30. <h1>
  31. <!-- SUBJECT -->
  32. ${kcSanitize(msg("identityProviderLinkSubject",link))?no_esc}
  33. <!-- SUBJECT -->
  34. </h1>
  35. <!-- CONTENT -->
  36. ${kcSanitize(msg("identityProviderLinkBodyHtml", identityProviderAlias, realmName, identityProviderContext.username, link, linkExpiration, linkExpirationFormatter(linkExpiration)))?no_esc}
  37. <!-- CONTENT -->
  38. <!-- FOOTER -->
  39. ${kcSanitize(msg("mailSignatureHtml", link))?no_esc}
  40. <!-- FOOTER -->
  41. </td>
  42. </tr>
  43. </table>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td bgcolor="#000000" style="padding: 20px 30px 20px 30px;">
  48. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  49. <tr>
  50. <td>
  51. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  52. <tr>
  53. <td width="260" valign="top">
  54. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  55. <tr>
  56. <td style="padding: 25px 0 0 0; color: #848686; font-size: 10px; line-height: 20px;">
  57. <!--FOOTER-->
  58. ${kcSanitize(msg("footerHTML",realmName))?no_esc}
  59. <!--FOOTER-->
  60. </td>
  61. </tr>
  62. </table>
  63. </td>
  64. </tr>
  65. </table>
  66. </td>
  67. </tr>
  68. </table>
  69. </td>
  70. </tr>
  71. <tr>
  72. <td bgcolor="#000000" style="padding: 30px 30px 30px 30px;">
  73. <table border="0" cellpadding="0" cellspacing="0">
  74. <tr>
  75. <td width="100%" style="color: #808080; font-size: 10px;">
  76. &copy; Copyright 2021
  77. </td>
  78. </tr>
  79. </table>
  80. </td>
  81. </tr>
  82. </table>
  83. </body>
  84. </html>