bebeboutik/mails/fr/provider.html

34 lines
1.1 KiB
HTML
Raw Normal View History

2016-03-01 18:17:17 +01:00
<!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">
2016-03-02 12:14:34 +01:00
<title>Message Fournisseur</title>
2016-03-01 18:17:17 +01:00
</head>
<body>
2016-03-02 12:36:13 +01:00
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 100%;">
2016-03-01 18:17:17 +01:00
<tr>
2016-03-02 12:14:34 +01:00
<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 fournisseur</td>
2016-03-01 18:17:17 +01:00
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
2016-03-02 12:36:13 +01:00
<td align="left">
<b>Message de</b> {lastname} {firstname}
<br><br>
<b>Adresse électronique :</b> {email1} - {email2}
<br><br>
<b>Fonction :</b> {function}
<br><br>
<b>Société :</b> {brand} - {compagny}
<br><br>
<b>Téléphone :</b> {phone1} - {phone2}
<br><br>
<b>Proposition :</b> {purpose}
<br><br>
<b>Message :</b> {content}
<br><br>
</td>
2016-03-01 18:17:17 +01:00
</tr>
</table>
</body>
</html>