gamuContact/modeles/gamucontact_message.html

26 lines
852 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>#NOM_SITE_SPIP</title>
</head>
<body style="background-color:rgb(255, 255, 255)">
<div class="mail">
[<img src="(#LOGO_SITE_SPIP|image_reduire{200}|extraire_attribut{src}|url_absolue)" >]
<br>
<br>
<h1>#NOM_SITE_SPIP : <:gamucontact:formulaire_contact:></h1>
<BOUCLE_message(MESSAGES){id_message}>
<div class="message">
[<strong><:gamucontact:nom:> : </strong> (#NOM)<br>]
[<strong><:gamucontact:email:> : </strong> (#EMAIL_CONTACT)<br>]
[<strong><:gamucontact:telephone:> : </strong> (#TELEPHONE)]
<hr>
[<strong><:gamucontact:objet:> : </strong>(#OBJET)<br><br>]
[<strong><:gamucontact:message:> : </strong>(#TEXTE)<br>]
</div>
</BOUCLE_message>
</div>
</body>
</html>