-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #999 from maykinmedia/feature/2059-add-email-desig…
…n-templates-cases [#2059] Add emailnotification templates
- Loading branch information
Showing
36 changed files
with
908 additions
and
382 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/open_inwoner/conf/parts/case_document_notification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<p>Beste</p> | ||
<p>U ontvangt deze email, omdat er bij een van uw zaken een document als bijlage is toegevoegd.</p> | ||
|
||
<table> | ||
<tr> | ||
<th>Zaakidentificatie</th> | ||
<td>{{ identification }}</td> | ||
</tr> | ||
<tr> | ||
<th>Zaaktype</th> | ||
<td>{{ type_description }}</td> | ||
</tr> | ||
<tr> | ||
<th>Startdatum</th> | ||
<td>{{ start_date }}</td> | ||
</tr> | ||
</table> | ||
|
||
<p><a href="{{ case_link }}">Ga naar uw zaak</a><span class="color--secondary"> →</span></p> | ||
<p>Met vriendelijke groet, | ||
{{ site_name }} | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="100%" class="table-mail"> | ||
<tbody> | ||
<tr> | ||
<td class="td-mail td__padding-all" colspan="6"> | ||
<p>Beste inwoner,</p> | ||
<p>Er is iets veranderd in één van uw aanvragen.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="spacing__extra" colspan="6"> | ||
| ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="td-mail td-mail__bg-info td__padding-all" colspan="6"> | ||
<h1>Nieuw:</h1> | ||
</td> | ||
</tr> | ||
<tr class="tr--responsive"> | ||
<td class="td--responsive td-mail td-mail__bg-info td__padding-all" colspan="3"> | ||
<p><span class="text-color__small-gray-900">Aanvraag: </span></p> | ||
<h2>{{ type_description }}</h2> | ||
</td> | ||
<td class="td--responsive td-mail td-mail__bg-info td__padding-all" colspan="3"> | ||
<p><span class="text-color__small-gray-900">Zaaknummer: </span><br/>{{ identification }}</p> | ||
</td> | ||
</tr> | ||
|
||
<!-- Table with different column-widths --> | ||
<tr> | ||
<td class="td-mail td-mail__bg-info td__padding-all" colspan="6"> | ||
<div class="td-mail__bg-white"> | ||
<p> | ||
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="100%"> | ||
<tr> | ||
<td width="35" class="td-mail td__padding-left align-center"> | ||
<img src="/static/img/mail/info_info-blue.jpg" width="20" height="20" alt="" class="mail__icon"> | ||
</td> | ||
<td class="td__padding-top td__padding-right td__padding-bottom"> | ||
<p class="text-color__info">De status is gewijzigd naar <span class="status_current"><strong><a href="{{ case_link }}" class="text-color__info">{{ type_description }}</a></strong></span>.</p> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</td> | ||
</tr> | ||
<!-- end of Table with differing column-widths --> | ||
|
||
<tr> | ||
<td class="td-mail td-mail__bg-info td__padding-all td__info-link" colspan="6"> | ||
<p>U hoeft niets te doen. Zodra er weer een update beschikbaar is ontvangt u hier een melding over. U kunt wel inloggen om uw aanvraag te bekijken.</p> | ||
<p><strong><a href="{{ case_link }}" class="color--primary">Log in</a><span class="color--primary"> →</span></strong></p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="spacing__extra" colspan="6"> | ||
| ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="td-mail td__padding-all" colspan="6"> | ||
<p>Met vriendelijke groet,</p> | ||
<p> </p> | ||
<p>{{ site_name }}</p> | ||
</td> | ||
</tr> | ||
<tr class="tr-mail"> | ||
<td class="td-mail spacer-bottom td__padding-zero" colspan="6"> | ||
<!-- <hr> styling --> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="td-mail td__padding-top td__padding-right td__padding-left" colspan="6"> | ||
<p>Dit bericht is automatisch verzonden. U kunt <strong>niet reageren</strong> op deze e-mail. </p> | ||
<p> </p> | ||
<p><strong>Contact opnemen</strong></p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="td--responsive td-mail td__padding-right td__padding-bottom td__padding-left" colspan="3"><p><a href="https://example.com">Ga naar onze contactpagina</a></p> | ||
</td> | ||
<td class="td--responsive td-mail td__padding-right td__padding-bottom td__padding-left" colspan="3"><p><a href="tel:+14050" data-rel="external">Bel 14050</a></p></td> | ||
</tr> | ||
<tr class="tr-mail border-top"> | ||
<td class="td-mail border-top td__padding-zero" colspan="6"> | ||
<!-- <hr> styling --> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="td-mail td__padding-all" colspan="6"> | ||
<p>Pas hier uw <a href="https://example.com">voorkeuren</a> aan voor de notificaties. </p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> |
Oops, something went wrong.