accescible_app/app/views/general/send_newsletter.html.erb
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

54 lines
1.2 KiB
Plaintext

<!DOCTYPE html>
<html lang='fr' xml:lang='fr'>
<head>
<title>R-Renaissance - La Fête des Mères approche …</title>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<style type="text/css">
body { background-color: white; color:#2d2d2d;font-family: Lucida Grande, arial, sans-serif;}
.content{
width:90%;
margin:auto;
margin-top:10px;
margin-bottom:10px;
-moz-box-shadow: 0px 0px 20px #666;
-webkit-box-shadow: 0px 0px 20px #666;
box-shadow: 0px 0px 20px #666;
padding:20px;
border:1px solid #87c51c;
position:relative;
}
#legaly{
text-align:center;
width:90%;
margin:auto;
}
.header{
text-align:center;
width:90%;
margin:auto;
}
</style>
</head>
<body>
<div class="header">
<img src="http://www.quartz-agence.com/fcpe.png" />
</div>
<div class="content">
<%=raw @newsletter %>
</div>
<div id="legaly">
Vous recevez cet email car vous êtes adhérent à la FCPE du lycée Pierre Beghin, à Moirans. Si vous ne souhaitez plus recevoir de mail de notre part, envoyez nous un email à <a href="mailto:secretaire@fcpe-lycee-moirans.fr">secretaire@fcpe-lycee-moirans.fr</a> en précisant bien votre adresse mail.
</div>
<br />
<br />
</body>