mail.tpl 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{{ _s.institution }}</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <script type="application/ld+json">
  8. {
  9. "@context": "http://schema.org",
  10. "@type": "EmailMessage",
  11. "description": "Chamilo Mail Notification",
  12. "potentialAction": {
  13. "@type": "ViewAction",
  14. "target": "{{ link }}"
  15. }
  16. }
  17. </script>
  18. </head>
  19. <body style="background-color: #f6f6f6; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
  20. <table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background-color: #f6f6f6;">
  21. <tr>
  22. <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">&nbsp;</td>
  23. <td class="container" style="font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; Margin: 0 auto; max-width: 580px; padding: 10px; width: 580px;">
  24. <div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
  25. <table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
  26. <!-- START MAIN CONTENT AREA -->
  27. <tr>
  28. <td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
  29. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
  30. <tr>
  31. <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
  32. <!-- START HEADER LOGO -->
  33. {% include 'mail/header.tpl'|get_template %}
  34. <!-- END HEADER LOGO -->
  35. <div {{ mail_content_style }}>
  36. {{ content }}
  37. </div>
  38. </td>
  39. </tr>
  40. </table>
  41. </td>
  42. </tr>
  43. <!-- END MAIN CONTENT AREA -->
  44. </table>
  45. <!-- START FOOTER -->
  46. {% include 'mail/footer.tpl'|get_template %}
  47. <!-- END FOOTER -->
  48. </div>
  49. </td>
  50. <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">&nbsp;</td>
  51. </tr>
  52. </table>
  53. </body>
  54. </html>