52 lines
2.0 KiB
HTML
52 lines
2.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Message de {shop_name}</title>
|
|
</head>
|
|
<body>
|
|
<table class="table table-mail" style="width:100%;margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid:DXImageTransform.Microsoft.Shadow(color=#afafaf,Direction=134,Strength=5)">
|
|
<tr>
|
|
<td class="space" style="width:20px;padding:7px 0"> </td>
|
|
<td align="center" style="padding:7px 0">
|
|
<table class="table" bgcolor="#ffffff" style="width:100%">
|
|
<tr>
|
|
<td align="center" class="logo" style="border-bottom:4px solid #333333;padding:7px 0">
|
|
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
|
<img src="{shop_logo}" alt="{shop_name}" />
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" class="titleblock" style="padding:7px 0">
|
|
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Bonjour</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="space_footer" style="padding:0!important"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="linkbelow" style="padding:7px 0">
|
|
<span>
|
|
Voici un <strong>e-mail</strong> de test de votre boutique. <br/><br/>Si vous parvenez à lire ceci, le test a réussi!.
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="space_footer" style="padding:0!important"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="footer" style="border-top:4px solid #333333;padding:7px 0">
|
|
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> réalisé avec <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="space" style="width:20px;padding:7px 0"> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |