86 lines
1.7 KiB
Plaintext
86 lines
1.7 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+"/assets/front/logo.png"), "http://"+HOSTNAME %>
|
|
|
|
</div>
|
|
<div class="content">
|
|
Bonjour !
|
|
<br />
|
|
<br />
|
|
En cliquant sur le lien ci dessous vous confirmerez votre demande d'inscription à notre newsletter,
|
|
qui vous permettra d'être tenu informé de nos actualités.
|
|
<br />
|
|
<br />
|
|
<%=link_to email_validation_public_registrant_url(:id => @registrant.token) , email_validation_public_registrant_url(:id => @registrant.token) %>
|
|
<br />
|
|
<br />
|
|
(Si vous ne pouvez pas cliquer sur ce lien, merci de bien vouloir le copier et le coller dans la barre d'adresse de votre navigateur.)
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<br />
|
|
<br />
|
|
</body>
|
|
|
|
|