mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
70 lines
3.1 KiB
HTML
70 lines
3.1 KiB
HTML
<!-- emailSubject: "{{APPLICATION_NAME}} – Benachrichtigung" -->
|
||
<!-- Email Body German : BEGIN -->
|
||
<table class="email-german" align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"
|
||
style="margin: auto;">
|
||
|
||
<!-- Hero Image, Flush : BEGIN -->
|
||
<tr>
|
||
<td style="background-color: #ffffff;">
|
||
<img
|
||
src="{{{ welcomeImageUrl }}}"
|
||
width="300" height="" alt="Welcome image" border="0"
|
||
style="width: 100%; max-width: 300px; height: auto; background: #ffffff; font-family: Lato, sans-serif; font-size: 16px; line-height: 15px; color: #555555; margin: auto; display: block; padding: 20px;"
|
||
class="g-img">
|
||
</td>
|
||
</tr>
|
||
<!-- Hero Image, Flush : END -->
|
||
|
||
<!-- 1 Column Text + Button : BEGIN -->
|
||
<tr>
|
||
<td style="background-color: #ffffff; padding: 0 20px;">
|
||
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
||
<tr>
|
||
<td
|
||
style="padding: 20px; padding-top: 0; font-family: Lato, sans-serif; font-size: 16px; line-height: 22px; color: #555555;">
|
||
<h1
|
||
style="margin: 0 0 10px 0; font-family: Lato, sans-serif; font-size: 25px; line-height: 30px; color: #333333; font-weight: normal;">
|
||
Hallo {{ name }},</h1>
|
||
<p style="margin: 0;">Du hast mindestens eine Benachrichtigung erhalten. Klick auf diesen Button,
|
||
um sie anzusehen:</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="padding: 0 20px;">
|
||
<!-- Button : BEGIN -->
|
||
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" style="margin: auto;">
|
||
<tr>
|
||
<td class="button-td button-td-primary" style="border-radius: 4px; background: #17b53e;">
|
||
<a class="button-a button-a-primary" href="{{{ actionUrl }}}"
|
||
style="background: #17b53e; font-family: Lato, sans-serif; font-size: 16px; line-height: 15px; text-decoration: none; padding: 13px 17px; color: #ffffff; display: block; border-radius: 4px;">Benachrichtigungen
|
||
ansehen</a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<!-- Button : END -->
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<!-- 1 Column Text + Button : END -->
|
||
|
||
<!-- 1 Column Text : BEGIN -->
|
||
<tr>
|
||
<td style="background-color: #ffffff; padding: 0 20px;">
|
||
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
||
<tr>
|
||
<td style="padding: 20px; font-family: Lato, sans-serif; font-size: 16px; line-height: 22px; color: #555555;">
|
||
<p style="margin: 0; margin-top: 10px;">Bis bald bei <a href="{{{ ORGANIZATION_URL }}}"
|
||
style="color: #17b53e;">{{APPLICATION_NAME}}</a>!</p>
|
||
<p style="margin: 0; margin-bottom: 10px;">– Dein {{APPLICATION_NAME}} Team</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<!-- 1 Column Text : END -->
|
||
|
||
</table>
|
||
<!-- Email Body German : END -->
|