parent
4c8b656b86
commit
b30c5e34e5
@ -0,0 +1,42 @@
|
|||||||
|
\begin{figure}
|
||||||
|
\begin{lstlisting}[language=hbs, numbers=none, backgroundcolor=\color{bgColor}, breaklines=true, basicstyle=\small]
|
||||||
|
{{#>mint.main}}
|
||||||
|
{{#>mint.title}}
|
||||||
|
Bienvenue [[surname]] [[name]]
|
||||||
|
{{/mint.title}}
|
||||||
|
|
||||||
|
{{#>mint.text.normal}}
|
||||||
|
{{#println both="true"}}
|
||||||
|
Nous sommes heureux de vous accompagner lors de votre séjour en vous proposant du divertissement.
|
||||||
|
{{/println}}
|
||||||
|
{{/mint.text.normal}}
|
||||||
|
|
||||||
|
{{#>mint.text.normal}}
|
||||||
|
{{>mint.credentials.intro colors=colors}}
|
||||||
|
{{/mint.text.normal}}
|
||||||
|
|
||||||
|
{{println}}
|
||||||
|
|
||||||
|
{{#>mint.text.important}}
|
||||||
|
{{>mint.credentials.button username="[[username]]" password="[[password]]"}}
|
||||||
|
{{/mint.text.important}}
|
||||||
|
|
||||||
|
{{println}}
|
||||||
|
|
||||||
|
{{>mint.button href=login_url text="Je me connecte"}}
|
||||||
|
|
||||||
|
{{println}}
|
||||||
|
|
||||||
|
{{#>mint.text.secondary}}
|
||||||
|
<p margin="50px 0" style="margin: 50px 0">
|
||||||
|
{{#print both="true"}}Si vous avez besoin d'aide pour vous connecter, {{/print}}<br>
|
||||||
|
{{#println both="true"}}vous pouvez vous rapprocher de l'Admission.{{/println}}
|
||||||
|
</p>
|
||||||
|
{{/mint.text.secondary}}
|
||||||
|
|
||||||
|
{{>mint.signature.noreply}}
|
||||||
|
{{/mint.main}}
|
||||||
|
\end{lstlisting}
|
||||||
|
\caption{Email sous format Handlebars}
|
||||||
|
\label{emailsrchbs}
|
||||||
|
\end{figure}
|
@ -0,0 +1,30 @@
|
|||||||
|
\begin{figure}
|
||||||
|
\begin{lstlisting}[language=xml, numbers=none, backgroundcolor=\color{bgColor}, breaklines=true, basicstyle=\small, showstringspaces=false]
|
||||||
|
<mjml>
|
||||||
|
<mj-head>
|
||||||
|
<!-- ... -->
|
||||||
|
</mj-head>
|
||||||
|
<mj-body width="600px">
|
||||||
|
<mj-section padding="0 0 25px 0">
|
||||||
|
<mj-column
|
||||||
|
background-color="#4ea0cc"
|
||||||
|
padding-bottom="30px"
|
||||||
|
padding-top="10px"
|
||||||
|
css-class="header"
|
||||||
|
>
|
||||||
|
<mj-image width="200px" height="51px" align="center" src="/mailing-assets/images/mint/moment-care-logo.png" alt="Logo Clinique"></mj-image>
|
||||||
|
</mj-column>
|
||||||
|
</mj-section>
|
||||||
|
<mj-section padding="8px 0 13px 0">
|
||||||
|
<mj-column>
|
||||||
|
<mj-text align="center" font-family="Poppins, sans-serif" font-size="26px" font-weight="600">
|
||||||
|
Bienvenue [[surname]] [[name]]
|
||||||
|
</mj-text>
|
||||||
|
</mj-column>
|
||||||
|
</mj-section>
|
||||||
|
<!-- ... -->
|
||||||
|
</mj-body>
|
||||||
|
</mjml>
|
||||||
|
\end{lstlisting}
|
||||||
|
\caption{Email sous format MJML, compilé à partir de l'email sous format Handlebars}
|
||||||
|
\end{figure}
|
@ -0,0 +1,40 @@
|
|||||||
|
\begin{figure}[H]
|
||||||
|
\begin{subfigure}[t]{0.45\textwidth}
|
||||||
|
\includegraphics[width=\textwidth]{email-1.png}
|
||||||
|
\caption{Email sous format HTML}
|
||||||
|
\end{subfigure}
|
||||||
|
\hfill
|
||||||
|
\begin{subfigure}[t]{0.45\textwidth}
|
||||||
|
\includegraphics[width=\textwidth]{email-2.png}
|
||||||
|
\caption{Email sous format HTML, avec les différents composants surlignés}
|
||||||
|
\end{subfigure}
|
||||||
|
|
||||||
|
\begin{subfigure}[t]{\textwidth}
|
||||||
|
\begin{lstlisting}[language=hbs, numbers=none, backgroundcolor=\color{bgColor}, breaklines=true, basicstyle=\small]
|
||||||
|
Bienvenue Paul Durant
|
||||||
|
|
||||||
|
Nous sommes heureux de vous accompagner lors de votre séjour en vous proposant du divertissement.
|
||||||
|
|
||||||
|
Veuillez trouver ci-dessous vos accès personnels pour vous connecter à votre espace de divertissement.
|
||||||
|
Vous pouvez commencer à en profiter: dès le 06/11/2022 à 15h05.
|
||||||
|
Identifiant: dpaul
|
||||||
|
Mot de passe: d0615p$
|
||||||
|
|
||||||
|
[ Je me connecte ]( https://ginger.moment.tech/ )
|
||||||
|
|
||||||
|
Si vous avez besoin d'aide pour vous connecter, vous pouvez vous rapprocher de l'Admission.
|
||||||
|
|
||||||
|
— La Clinique
|
||||||
|
|
||||||
|
Veuillez ne pas répondre à cet e-mail. Si vous avez besoin d'aide, vous pouvez vous rapprocher de l'Admission.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
La Clinique
|
||||||
|
3 bvd Richard-Lenoir, 75011 Paris
|
||||||
|
Tél: +33 1 00 00 00 00
|
||||||
|
\end{lstlisting}
|
||||||
|
\caption{Email sous format texte}
|
||||||
|
\end{subfigure}
|
||||||
|
\caption{Email d'identifiants, rendu avec l'application de preview d'emails\label{email}}
|
||||||
|
\end{figure}
|
After Width: | Height: | Size: 101 KiB |
After Width: | Height: | Size: 75 KiB |
Loading…
Reference in new issue