bebeboutik/modules/contactform/fr/provider.html
2016-02-24 10:12:44 +01:00

27 lines
1.2 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 votre boutique</title>
</head>
<body>
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
<tr>
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message de la part d'un client depuis votre boutique</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="left"> <b>{lastname} {firstname}</b> </td>
<td align="left"> {function} </td>
<td align="left"> {brand} - {compagny} </td>
<td align="left"> Adresse électronique : {email1} {if email2 =! ''} - {email2}{/if} </td>
<td align="left"> Téléphone : Adresse électronique : {phone1} {if phone2 =! ''} - {phone2}{/if} </td>
<td align="left"> &nbsp; </td>
<td align="left"> Proposition : {purpose} </td>
<td align="left"> &nbsp; </td>
<td align="left"> {content} </td>
</tr>
</table>
</body>
</html>