57 lines
3.0 KiB
Smarty
57 lines
3.0 KiB
Smarty
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ _s.institution }}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
{% if include_ldjson %}
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@type": "EmailMessage",
|
|
"description": "Chamilo Mail Notification",
|
|
"potentialAction": {
|
|
"@type": "ViewAction",
|
|
"target": "{{ link }}"
|
|
}
|
|
}
|
|
</script>
|
|
{% endif %}
|
|
</head>
|
|
<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%;">
|
|
<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;">
|
|
<tr>
|
|
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
|
|
<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;">
|
|
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
|
|
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
|
|
<!-- START MAIN CONTENT AREA -->
|
|
<tr>
|
|
<td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
|
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
|
|
<tr>
|
|
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
|
|
<!-- START HEADER LOGO -->
|
|
{% include 'mail/header.tpl'|get_template %}
|
|
<!-- END HEADER LOGO -->
|
|
<div {{ mail_content_style }}>
|
|
{{ content }}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<!-- END MAIN CONTENT AREA -->
|
|
</table>
|
|
<!-- START FOOTER -->
|
|
{% include 'mail/footer.tpl'|get_template %}
|
|
<!-- END FOOTER -->
|
|
</div>
|
|
</td>
|
|
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|