Handle letter options

This commit is contained in:
cyril 2021-08-10 10:14:35 +02:00
commit 6b391c5222
3 changed files with 68 additions and 33 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Paturlettre</title>
<title>{GENEALETTER_NAME}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -93,7 +93,7 @@
padding: 3px 5px 0px;
font-weight: 400;
font-size: 110%;
color: #229027;
color: {GENEALETTER_MAIN_COLOR};
}
/* ANDROID CENTER FIX */
@ -102,16 +102,16 @@
}
</style>
</head>
<body style="background-color: #eef3ee; margin: 0 !important; padding: 0 !important;">
<body style="background-color: {GENEALETTER_SECOND_COLOR}; margin: 0 !important; padding: 0 !important;">
<!-- HIDDEN PREHEADER TEXT -->
<div style="display: none; font-size: 1px; color: #fefefe; line-height: 1px; font-family: 'Open Sans', 'OpenSans', Segoe UI, Helvetica, Arial, sans-serif; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;">
Paturlettre
{GENEALETTER_NAME}
</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-family: 'Open Sans', 'OpenSans', Segoe UI, Helvetica, Arial, sans-serif;">
<!-- LOGO -->
<tr>
<td bgcolor="#34ce3b" align="center">
<td bgcolor="{GENEALETTER_MAIN_COLOR}" align="center">
<!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
@ -133,7 +133,7 @@
</tr>
<!-- HERO -->
<tr>
<td bgcolor="#34ce3b" align="center" style="padding: 0px 10px 0px 10px;">
<td bgcolor="{GENEALETTER_MAIN_COLOR}" align="center" style="padding: 0px 10px 0px 10px;">
<!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
@ -156,7 +156,7 @@
</tr>
<!-- COPY BLOCK -->
<tr>
<td bgcolor="#eef3ee" align="center" style="padding: 0px 10px 0px 10px;">
<td bgcolor="{GENEALETTER_SECOND_COLOR}" align="center" style="padding: 0px 10px 0px 10px;">
<!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
@ -201,7 +201,7 @@
<!-- FOOTER -->
<tr>
<td bgcolor="#eef3ee" align="center" style="padding: 0px 10px 0px 10px;">
<td bgcolor="{GENEALETTER_SECOND_COLOR}" align="center" style="padding: 0px 10px 0px 10px;">
<!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
@ -210,11 +210,11 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;">
<!-- NAVIGATION -->
<tr>
<td bgcolor="#eef3ee" align="center" style="padding: 30px 30px 30px 30px; color: #9ba5ae; font-size: 14px; font-weight: 400; line-height: 18px;">
<td bgcolor="{GENEALETTER_SECOND_COLOR}" align="center" style="padding: 30px 30px 30px 30px; color: #9ba5ae; font-size: 14px; font-weight: 400; line-height: 18px;">
<p style="margin: 0;">
Cet email vous est envoyé par Cyril NOVEL<br />
parce que vous êtes inscrit sur la liste de diffusion de la Paturlettre.<br />
Des questions ou des commentaires ? Envoyez un email à <a href="mailto:paturlettre@kosmon.fr" style="color: #34ce3b;">Paturlettre</a>.
parce que vous êtes inscrit sur la liste de diffusion de {GENEALETTER_NAME}.<br />
Des questions ou des commentaires ? Envoyez un email à <a href="mailto:{GENEALETTER_RESPONSE}" style="color: {GENEALETTER_MAIN_COLOR};">{GENEALETTER_NAME}</a>.
</p>
</td>
</tr>