91 lines
No EOL
4.3 KiB
HTML
91 lines
No EOL
4.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<body style="margin:0;padding:0;background:#f7f9fc;">
|
|
<!-- Preheader (masqué) -->
|
|
<div style="display:none;font-size:1px;line-height:1px;max-height:0;max-width:0;opacity:0;overflow:hidden;">
|
|
Nouveau CDDU créé - Notification interne Odentas.
|
|
</div>
|
|
|
|
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="background:#f7f9fc;">
|
|
<tr>
|
|
<td align="center" style="padding:24px;">
|
|
<table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="max-width:600px;background:#ffffff;border-radius:8px;">
|
|
<!-- Logo -->
|
|
<tr>
|
|
<td style="padding:24px;text-align:center;">
|
|
<img src="https://newstaging.odentas.fr/wp-content/uploads/2025/08/Odentas-Logo-Bleu-Fond-Transparent-4-1.png" width="200" alt="Odentas" style="display:block;border:0;outline:none;text-decoration:none;margin:0 auto;height:auto;">
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Titre -->
|
|
<tr>
|
|
<td style="padding:0 24px 8px 24px;text-align:center;">
|
|
<div style="font-family:Arial, Helvetica, sans-serif;font-size:22px;font-weight:bold;color:#333;">
|
|
Nouveau CDDU créé
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Intro -->
|
|
<tr>
|
|
<td style="padding:8px 24px 0 24px;">
|
|
<div style="font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:1.5;color:#333;">
|
|
<strong>Notification interne Odentas</strong><br><br>
|
|
Un nouveau CDDU vient d'être créé dans l'Espace Paie.
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Card d'infos contrat simplifiées -->
|
|
<tr>
|
|
<td align="center" style="padding:16px 24px 0 24px;">
|
|
<table role="presentation" cellpadding="0" cellspacing="0" border="0" style="max-width:500px;width:100%;background:#fff8e1;border-radius:12px;border:2px solid #ffc107;">
|
|
<tr>
|
|
<td style="padding:20px;text-align:left;">
|
|
<div style="font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#111;line-height:1.6;">
|
|
<div style="margin-bottom:8px;"><strong>Client :</strong> {{organizationName}}</div>
|
|
<div style="margin-bottom:8px;"><strong>Salarié :</strong> {{employeeName}}</div>
|
|
<div style="margin-bottom:8px;"><strong>Référence CDDU :</strong> {{contractReference}}</div>
|
|
<div style="margin-bottom:8px;"><strong>Date de début :</strong> {{startDate}}</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Bouton d'accès admin -->
|
|
<tr>
|
|
<td align="center" style="padding:20px 24px 0 24px;">
|
|
<a href="https://paie.odentas.fr/staff"
|
|
style="display:inline-block;padding:12px 18px;border-radius:10px;background:#dc3545;color:#ffffff;
|
|
font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:600;text-decoration:none;">
|
|
Accès Espace Staff
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Séparateur -->
|
|
<tr>
|
|
<td style="padding:20px 24px 0 24px;">
|
|
<div style="border-top:4px solid #e6eaf1;height:1px;line-height:1px;"> </div>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Footer -->
|
|
<tr>
|
|
<td style="padding:16px 24px 24px 24px;text-align:center;">
|
|
<div style="font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:1.6;color:#888;">
|
|
© Odentas Media SAS 2021-2025 | RCS Paris 907880348 | 6 rue d'Armaillé, 75017 Paris<br>
|
|
<a href="mailto:paie@odentas.fr" style="color:#888;text-decoration:underline;">paie@odentas.fr</a><br><br>
|
|
<span style="color:#aaa;">Notification automatique générée par l'Espace Paie Odentas suite à la création d'un nouveau contrat.</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |