ballalama3_app/app/views/general/send_newsletter.html.erb
Nicolas Bally 1a045e278a suite
2017-01-05 11:20:16 +01:00

78 lines
1.6 KiB
Plaintext

<!DOCTYPE html>
<html lang='fr' xml:lang='fr'>
<head>
<title>Ballalama</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 #aaaaa9;
position:relative;
}
#legaly{
text-align:center;
width:90%;
margin:auto;
}
.header{
text-align:center;
width:90%;
margin:auto;
}
.portlet.table_content table {
width: 100%;
border-collapse: collapse;
}
.portlet.table_content table td {
border: 1px solid black;
}
.portlet.block_content .two_column .column {
float: left;
width: 50%;
}
.portlet.block_content .two_column .column .block {
padding: 10px;
}
.clear {
clear: both;
}
</style>
</head>
<body>
<div class="header">
<%=link_to image_tag("http://"+HOSTNAME+"/logo2.png"), "http://"+HOSTNAME %>
</div>
<div class="content">
<%= render :object => @newsletter.block, :partial => "public/blocks/block" %>
</div>
<div id="legaly">
Vous recevez cet email car vous êtes abonné à la newsletter du site <a href="http://www.ballalama.com/">Ballalama.com</a>. Si vous ne souhaitez plus recevoir de mail de notre part, merci de cliquer sur ce lien : <%=link_to edit_public_registrant_url(:id => @registrant.token), edit_public_registrant_url(:id => @registrant.token) if @registrant %>
</div>
<br />
<br />
</body>