Own "newsletter" module v0.2
With newsletter templates & own snippets, and bug fix for former buggy send_mail_test.
This commit is contained in:
parent
9c799a5635
commit
bc335b2891
@ -17,6 +17,10 @@
|
|||||||
- Ne garder que les modèles de courriel de newsletter dans Publipostages/Modèles de courriel
|
- Ne garder que les modèles de courriel de newsletter dans Publipostages/Modèles de courriel
|
||||||
- Retrait insertion automatique lien désinscription
|
- Retrait insertion automatique lien désinscription
|
||||||
- Message de confirmation de désincription plus verbeux
|
- Message de confirmation de désincription plus verbeux
|
||||||
|
- Modèles de newsletter spécifiques (AJOUTER noupdate=1 au template AVANT PUBLICATION MODULE)
|
||||||
|
|
||||||
|
En projet:
|
||||||
|
- Ecraser les propriétés d'un publipostage par les propriétés standard d'un modèle de courriel au moment de la sélection de ce dernier.
|
||||||
""",
|
""",
|
||||||
|
|
||||||
'author': "Groupe URD",
|
'author': "Groupe URD",
|
||||||
@ -26,10 +30,10 @@
|
|||||||
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
|
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
|
||||||
# for the full list
|
# for the full list
|
||||||
'category': 'Marketing',
|
'category': 'Marketing',
|
||||||
'version': '0.1',
|
'version': '0.2',
|
||||||
|
|
||||||
# any module necessary for this one to work correctly
|
# any module necessary for this one to work correctly
|
||||||
'depends': ['base','mass_mailing','marketing'],
|
'depends': ['base','mass_mailing','marketing','website_mail'],
|
||||||
|
|
||||||
# always loaded
|
# always loaded
|
||||||
'data': [
|
'data': [
|
||||||
@ -37,9 +41,8 @@
|
|||||||
'security/security.xml',
|
'security/security.xml',
|
||||||
'actions-menus.xml',
|
'actions-menus.xml',
|
||||||
'views.xml',
|
'views.xml',
|
||||||
],
|
'newsletter-fr-template.xml',
|
||||||
# only loaded in demonstration mode (not used in this groupeurd_newsletter module)
|
'newsletter-en-template.xml',
|
||||||
'demo': [
|
'snippets.xml',
|
||||||
#'demo.xml',
|
|
||||||
],
|
],
|
||||||
}
|
}
|
@ -37,7 +37,7 @@ class MailMail(osv.Model):
|
|||||||
_inherit = ['mail.mail']
|
_inherit = ['mail.mail']
|
||||||
|
|
||||||
def _get_unsubscribe_url(self, cr, uid, mail, email_to, msg=None, context=None):
|
def _get_unsubscribe_url(self, cr, uid, mail, email_to, msg=None, context=None):
|
||||||
return None
|
return ""
|
||||||
|
|
||||||
|
|
||||||
#class MassMailing(osv.Model):
|
#class MassMailing(osv.Model):
|
||||||
|
359
groupeurd_newsletter/newsletter-en-template.xml
Normal file
359
groupeurd_newsletter/newsletter-en-template.xml
Normal file
@ -0,0 +1,359 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<!-- <data noupdate="1"> -->
|
||||||
|
<data>
|
||||||
|
<record id="groupeurd_newsletter_en_template201704" model="email.template">
|
||||||
|
<field name="name">Newsletter EN</field>
|
||||||
|
<field name="email_from">Groupe URD <newsletter@urd.org></field>
|
||||||
|
<field name="reply_to">Groupe URD <newsletter@urd.org></field>
|
||||||
|
<field name="subject">[GroupeURD-Newsletter]</field>
|
||||||
|
<field name="lang">en</field>
|
||||||
|
<field name="model_id" ref="mass_mailing.model_mail_mass_mailing_contact"/>
|
||||||
|
<field name="auto_delete" eval="True"/>
|
||||||
|
<field name="body_html">
|
||||||
|
<![CDATA[
|
||||||
|
|
||||||
|
|
||||||
|
<div id="header">
|
||||||
|
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: rgb(145, 145, 145); text-align: center;">
|
||||||
|
If you can't see this newsletter properly,
|
||||||
|
<a href="/newsletter/html_version_${ctx['params']['id']}" style="color: rgb(246, 170, 66); text-decoration: underline;">click here</a></p>
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td height="100"><img style="width: 640px; height: 100px;" src="http://www.urd.org/newsletter/urd-img/bandeau-en.png" alt="bandeau-en.png"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 11px; text-align: right; color: rgb(0, 0, 0);" height="11"> NEWSLETTER #58 | March 2017<span style="font-size: 14px;"> </span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="5">o<br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="a-la-une">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="1"><img src="http://www.urd.org/newsletter/urd-img/separateur-t.jpg" alt="séparateur complet" height="1" width="600"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="13"><br></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 14px; text-align: left; color: rgb(0, 0, 0);" height="14">FOCUS</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="18"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" width="170">
|
||||||
|
<div style="text-align: center;"> <a href="http://www.urd.org/spip.php?article2840"><img style="border: 0px solid ; " src="http://www.urd.org/newsletter/urd-img/2017-58/ALNAP.PNG" ></a></div>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="20"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="410">
|
||||||
|
<table style="width: 410px;" border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; font-weight: bold; color: rgb(241, 157, 43); text-align: left;">Participation
|
||||||
|
à l’étude d’ALNAP « L’État du système humanitaire, édition 2018
|
||||||
|
» <br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="14"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="vertical-align: top; font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(145, 145, 145); line-height: 18px; text-align: justify;">Le
|
||||||
|
Groupe URD participera à la réalisation de la prochaine édition de «
|
||||||
|
L’État du système humanitaire, édition 2018 » coordonnée par ALNAP et
|
||||||
|
en partenariat avec d’autres chercheurs. Il aura notamment la
|
||||||
|
responsabilité de réaliser une centaine d’entretiens et des études de
|
||||||
|
cas sur différents terrains afin de rendre compte des performances du
|
||||||
|
secteur et d’en dégager les principales tendances apparues au cours des
|
||||||
|
dernières années. <a href="http://www.urd.org/spip.php?article2840" style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;">En
|
||||||
|
savoir plus</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="19"><br></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="actu-header">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="1"><img src="http://www.urd.org/newsletter/urd-img/separateur.png" alt="separateur.png" height="1" width="600"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="13"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-variant: small-caps; font-size: 14px; text-align: left; color: rgb(0, 0, 0);" height="14">NEWS</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="18"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" valign="top" width="440">
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="440">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; text-align: justify; font-weight: bold; color: rgb(241, 157, 43);" height="20">Recherche sur des réponses urbaines pérennes
|
||||||
|
pour les déplacés internes en Centrafrique <br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="14"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(144, 144, 144); line-height: 18px; text-align: justify;" valign="top">Le Groupe URD démarre une recherche financée
|
||||||
|
par IIED – International Institute for Environment and Development –
|
||||||
|
sur la difficile intégration des enjeux urbains dans la réponse à la
|
||||||
|
récente crise centrafricaine à Bangui. Les violences survenues entre
|
||||||
|
2013 et 2015 ont généré de nombreux déplacements internes de
|
||||||
|
populations dans un contexte de faiblesse des institutions
|
||||||
|
étatiques. <a href="http://www.urd.org/spip.php?article2844" style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;">En
|
||||||
|
savoir plus <br>
|
||||||
|
</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="30"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="130">
|
||||||
|
<div style="text-align: right;"> </div>
|
||||||
|
<div style="text-align: center;"><a href="http://www.urd.org/spip.php?article2844"><img src="http://www.urd.org/newsletter/urd-img/2017-58/IIED.PNG" style="border: 0px solid ;"></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="16"> <br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="veille-header">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="1"><img src="http://www.urd.org/newsletter/urd-img/separateur.png" alt="separateur.png" height="1" width="600"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="13"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-variant: small-caps; font-size: 14px; text-align: left; color: rgb(0, 0, 0);" height="14">LITERATURE MONITORING</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="18"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" valign="top" width="440">
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="440">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 14px; text-align: left; color: rgb(255, 255, 255);" height="18"> <img src="http://www.urd.org/newsletter/urd-img/veille-fr-02_DeplacementPopulation.png" style="border: 0px solid ; "><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="6"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; font-weight: bold; color: rgb(241, 157, 43); text-align: justify;" height="18">Forced Migration Review, « Resettlement » </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="14"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(144, 144, 144); line-height: 18px; text-align: justify;" valign="top">Ce
|
||||||
|
numéro de la revue des migrations forcées s’intéresse aux modalités et
|
||||||
|
aux enjeux de la réinstallation, à la façon dont celle-ci est gérée,
|
||||||
|
aussi bien financièrement qu’humainement. Les articles présentent
|
||||||
|
différentes études de cas, des exemples de réinstallation positifs et
|
||||||
|
d’autres plus négatifs. Des retours en arrière historiques montrent par
|
||||||
|
exemple la réinstallation des réfugiés hongrois en 1956. Des articles
|
||||||
|
généraux clôturent la revue. <a style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;" href="http://www.urd.org/Veille-bibliographique-mars-2017?artpage=3-11#outil_sommaire_2">En
|
||||||
|
savoir plus</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="30"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt; text-align: center;" width="130">
|
||||||
|
<div style="text-align: center;"> </div>
|
||||||
|
<div style="text-align: center;"><a href="http://www.fmreview.org/sites/fmr/files/FMRdownloads/en/resettlement.pdf"><img style="border: 0px solid ; float: right; " src="http://www.urd.org/newsletter/urd-img/2017-58/Veille1.PNG" /></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt; vertical-align: top;" height="14">o<br />
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer-veille">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td width="440"> </td>
|
||||||
|
<td width="30"><br>
|
||||||
|
</td>
|
||||||
|
<td width="130"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: right;" height="16"><a href="http://www.urd.org/spip.php?rubrique107" style="font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(241, 157, 43); text-decoration: underline;">Further reading</a></td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="19"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: rgb(145, 145, 145); text-align: center; line-height: 18px;">
|
||||||
|
© Groupe URD - La Fontaine des Marins - 26170 PLAISIANS - Tel :+33 (0)4
|
||||||
|
75 28 29 35 - <a href="http://www.urd.org/" style="color: rgb(246, 170, 66); text-decoration: underline;">www.urd.org</a>
|
||||||
|
<br>
|
||||||
|
<a href="/mail/mailing/${ctx['params']['id']}/unsubscribe?res_id=${object.id}&db=groupeurd&email=${object.email}" style="color: rgb(246, 170, 66); text-decoration: underline;">Unsubscribe</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
]]>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
361
groupeurd_newsletter/newsletter-fr-template.xml
Normal file
361
groupeurd_newsletter/newsletter-fr-template.xml
Normal file
@ -0,0 +1,361 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<!-- <data noupdate="1"> -->
|
||||||
|
<data>
|
||||||
|
<record id="groupeurd_newsletter_fr_template201704" model="email.template">
|
||||||
|
<field name="name">Newsletter FR</field>
|
||||||
|
<field name="email_from">Groupe URD <newsletter@urd.org></field>
|
||||||
|
<field name="reply_to">Groupe URD <newsletter@urd.org></field>
|
||||||
|
<field name="subject">[Newsletter-GroupeURD]</field>
|
||||||
|
<field name="lang">fr</field>
|
||||||
|
<field name="model_id" ref="mass_mailing.model_mail_mass_mailing_contact"/>
|
||||||
|
<field name="auto_delete" eval="True"/>
|
||||||
|
<field name="body_html">
|
||||||
|
<![CDATA[
|
||||||
|
|
||||||
|
|
||||||
|
<div id="header">
|
||||||
|
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: rgb(145, 145, 145); text-align: center;">
|
||||||
|
Si cet email ne s'affiche pas correctement, vous pouvez le visualiser
|
||||||
|
grâce à <a href="/newsletter/html_version_${ctx['params']['id']}" style="color: rgb(246, 170, 66); text-decoration: underline;">ce
|
||||||
|
lien</a></p>
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td height="100"><img style="width: 640px; height: 100px;" src="http://www.urd.org/newsletter/urd-img/bandeau-fr.png" alt="bandeau-fr.png"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 11px; text-align: right; color: rgb(0, 0, 0);" height="11"> NEWSLETTER N°58 | Mars 2017<span style="font-size: 14px;"> </span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="5">o<br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="a-la-une">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="1"><img src="http://www.urd.org/newsletter/urd-img/separateur-t.jpg" alt="séparateur complet" height="1" width="600"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="13"><br></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 14px; text-align: left; color: rgb(0, 0, 0);" height="14">A LA UNE</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="18"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" width="170">
|
||||||
|
<div style="text-align: center;"> <a href="http://www.urd.org/spip.php?article2840"><img style="border: 0px solid ;" src="http://www.urd.org/newsletter/urd-img/2017-58/ALNAP.PNG" ></a></div>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="20"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="410">
|
||||||
|
<table style="width: 410px;" border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; font-weight: bold; color: rgb(241, 157, 43); text-align: left;">Participation
|
||||||
|
à l’étude d’ALNAP « L’État du système humanitaire, édition 2018
|
||||||
|
» <br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="14"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="vertical-align: top; font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(145, 145, 145); line-height: 18px; text-align: justify;">Le
|
||||||
|
Groupe URD participera à la réalisation de la prochaine édition de «
|
||||||
|
L’État du système humanitaire, édition 2018 » coordonnée par ALNAP et
|
||||||
|
en partenariat avec d’autres chercheurs. Il aura notamment la
|
||||||
|
responsabilité de réaliser une centaine d’entretiens et des études de
|
||||||
|
cas sur différents terrains afin de rendre compte des performances du
|
||||||
|
secteur et d’en dégager les principales tendances apparues au cours des
|
||||||
|
dernières années. <a href="http://www.urd.org/spip.php?article2840" style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;">En
|
||||||
|
savoir plus</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="19"><br></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="actu-header">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="1"><img src="http://www.urd.org/newsletter/urd-img/separateur.png" alt="separateur.png" height="1" width="600"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="13"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-variant: small-caps; font-size: 14px; text-align: left; color: rgb(0, 0, 0);" height="14">ACTUALITÉS</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="18"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" valign="top" width="440">
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="440">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; text-align: justify; font-weight: bold; color: rgb(241, 157, 43);" height="20">Recherche sur des réponses urbaines pérennes
|
||||||
|
pour les déplacés internes en Centrafrique <br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="14"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(144, 144, 144); line-height: 18px; text-align: justify;" valign="top">Le Groupe URD démarre une recherche financée
|
||||||
|
par IIED – International Institute for Environment and Development –
|
||||||
|
sur la difficile intégration des enjeux urbains dans la réponse à la
|
||||||
|
récente crise centrafricaine à Bangui. Les violences survenues entre
|
||||||
|
2013 et 2015 ont généré de nombreux déplacements internes de
|
||||||
|
populations dans un contexte de faiblesse des institutions
|
||||||
|
étatiques. <a href="http://www.urd.org/spip.php?article2844" style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;">En
|
||||||
|
savoir plus <br>
|
||||||
|
</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="30"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="130">
|
||||||
|
<div style="text-align: right;"> </div>
|
||||||
|
<div style="text-align: center;"><a href="http://www.urd.org/spip.php?article2844"><img src="http://www.urd.org/newsletter/urd-img/2017-58/IIED.PNG" style="border: 0px solid ;"></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="16"> <br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="veille-header">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="1"><img src="http://www.urd.org/newsletter/urd-img/separateur.png" alt="separateur.png" height="1" width="600"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="13"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-variant: small-caps; font-size: 14px; text-align: left; color: rgb(0, 0, 0);" height="14">VEILLE BIBLIOGRAPHIQUE</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="18"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" valign="top" width="440">
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="440">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 14px; text-align: left; color: rgb(255, 255, 255);" height="18"> <img src="http://www.urd.org/newsletter/urd-img/veille-fr-02_DeplacementPopulation.png" style="border: 0px solid ; "><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="6"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; font-weight: bold; color: rgb(241, 157, 43); text-align: justify;" height="18">Forced Migration Review, « Resettlement » </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="14"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(144, 144, 144); line-height: 18px; text-align: justify;" valign="top">Ce
|
||||||
|
numéro de la revue des migrations forcées s’intéresse aux modalités et
|
||||||
|
aux enjeux de la réinstallation, à la façon dont celle-ci est gérée,
|
||||||
|
aussi bien financièrement qu’humainement. Les articles présentent
|
||||||
|
différentes études de cas, des exemples de réinstallation positifs et
|
||||||
|
d’autres plus négatifs. Des retours en arrière historiques montrent par
|
||||||
|
exemple la réinstallation des réfugiés hongrois en 1956. Des articles
|
||||||
|
généraux clôturent la revue. <a style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;" href="http://www.urd.org/Veille-bibliographique-mars-2017?artpage=3-11#outil_sommaire_2">En
|
||||||
|
savoir plus</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="30"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt; text-align: center;" width="130">
|
||||||
|
<div style="text-align: center;"> </div>
|
||||||
|
<div style="text-align: center;"><a href="http://www.fmreview.org/sites/fmr/files/FMRdownloads/en/resettlement.pdf"><img style="border: 0px solid ; float: right;" src="http://www.urd.org/newsletter/urd-img/2017-58/Veille1.PNG" ></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt; vertical-align: top;" height="14">o<br />
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer-veille">
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td width="440"> </td>
|
||||||
|
<td width="30"><br>
|
||||||
|
</td>
|
||||||
|
<td width="130"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="text-align: right;" height="16"><a href="http://www.urd.org/spip.php?rubrique107" style="font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(241, 157, 43); text-decoration: underline;">Toutes
|
||||||
|
les ressources biblios</a></td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="19"><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
<p style="font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: rgb(145, 145, 145); text-align: center; line-height: 18px;">
|
||||||
|
© Groupe URD - La Fontaine des Marins - 26170 PLAISIANS - Tel :+33 (0)4
|
||||||
|
75 28 29 35 - <a href="http://www.urd.org/" style="color: rgb(246, 170, 66); text-decoration: underline;">www.urd.org</a>
|
||||||
|
<br>
|
||||||
|
<a href="/mail/mailing/${ctx['params']['id']}/unsubscribe?res_id=${object.id}&db=groupeurd&email=${object.email}" style="color: rgb(246, 170, 66); text-decoration: underline;">Se désinscrire</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
]]>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</data>
|
||||||
|
</openerp>
|
633
groupeurd_newsletter/snippets.xml
Normal file
633
groupeurd_newsletter/snippets.xml
Normal file
@ -0,0 +1,633 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
<template id="website_mail.email_designer_snippets">
|
||||||
|
|
||||||
|
<div class="scroll" t-ignore="1">
|
||||||
|
<ul class="nav navbar-nav nav-tabs">
|
||||||
|
<li class="active"><a href="#snippet_groupeurd" data-toggle="tab">Groupe URD newsletter</a></li>
|
||||||
|
<li><a href="#snippet_email_structure" data-toggle="tab">Email Design</a></li>
|
||||||
|
<li><a href="#snippet_email_feature" data-toggle="tab">Advanced Email Features</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="tab-content">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div id="snippet_groupeurd" class="tab-pane fade in active">
|
||||||
|
|
||||||
|
<!-- Actualité Newsletter Groupe URD -->
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_text_image.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Actualité</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" valign="top" width="440">
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="440">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; text-align: justify; font-weight: bold; color: rgb(241, 157, 43);" height="20">Titre de l'actualité<br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="14"><br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(144, 144, 144); line-height: 18px; text-align: justify;" valign="top">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum..
|
||||||
|
<a href="http://www.urd.org/spip.php?article2844" style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;">En
|
||||||
|
savoir plus <br />
|
||||||
|
</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="30"><br />
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="130">
|
||||||
|
<div style="text-align: right;"> </div>
|
||||||
|
<div style="text-align: center;"><a href="http://www.urd.org/spip.php?article2844"><img src="http://www.urd.org/newsletter/urd-img/2017-58/IIED.PNG" style="border: 0px solid ;" /></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br />
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br />
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" height="16"><br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Veille Newsletter Groupe URD -->
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_text_image.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Veille</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
|
||||||
|
<table style="background-color: rgb(244, 244, 244);" align="center" border="0" cellpadding="0" cellspacing="0" width="640">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" valign="top" width="440">
|
||||||
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="440">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 14px; text-align: left; color: rgb(255, 255, 255);" height="18"> <img src="http://www.urd.org/newsletter/urd-img/veille-fr-02_DeplacementPopulation.png" style="border: 0px solid ;" /><br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="6"><br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Georgia,Times,serif; font-size: 18px; font-weight: bold; color: rgb(241, 157, 43); text-align: justify;" height="18">Forced Migration Review, « Resettlement » </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt;" height="14"><br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 14px; color: rgb(144, 144, 144); line-height: 18px; text-align: justify;" valign="top">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
|
<a style="color: rgb(241, 157, 43); font-size: 12px; text-decoration: none;" href="http://www.urd.org/Veille-bibliographique-mars-2017?artpage=3-11#outil_sommaire_2">En
|
||||||
|
savoir plus</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt;" width="30"><br />
|
||||||
|
</td>
|
||||||
|
<td style="font-size: 0pt; text-align: center;" width="130">
|
||||||
|
<div style="text-align: center;"> </div>
|
||||||
|
<div style="text-align: center;"><a href="http://www.fmreview.org/sites/fmr/files/FMRdownloads/en/resettlement.pdf"><img style="border: 0px solid ; float: right; " src="http://www.urd.org/newsletter/urd-img/2017-58/Veille1.PNG" /></a></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-size: 0pt; vertical-align: top;" height="14">o<br />
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br />
|
||||||
|
</td>
|
||||||
|
<td style="vertical-align: top;"><br />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="snippet_email_structure" class="tab-pane fade">
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_text_block.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Text Block</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px 5px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<h2 style="text-align: center">
|
||||||
|
A Great Headline
|
||||||
|
</h2>
|
||||||
|
<h3 style="text-align: center">
|
||||||
|
A good subtitle
|
||||||
|
</h3>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
A great way to catch your reader's attention is to tell a story.
|
||||||
|
Everything you consider writing can be told as a story.
|
||||||
|
</p>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
<strong>Great stories have personality.</strong> Consider telling
|
||||||
|
a great story that provides personality. Writing a story
|
||||||
|
with personality for potential clients will asist with
|
||||||
|
making a relationship connection. This shows up in small
|
||||||
|
quirks like word choices or phrases. Write from your point
|
||||||
|
of view, not from someone else's experience.
|
||||||
|
</p>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
<strong>Great stories are for everyone even when only written for
|
||||||
|
just one person.</strong> If you try to write with a wide general
|
||||||
|
audience in mind, your story will ring false and be bland.
|
||||||
|
No one will be interested. Write for one person. If it’s genuine
|
||||||
|
for the one, it’s genuine for the rest.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_text_image.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Text-Image</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="width:600px" valign="top">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<table style="font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">A Section Subtitle</h3>
|
||||||
|
<p style="overflow:hidden; font-size:12px">
|
||||||
|
Write one or two paragraphs describing your product,
|
||||||
|
services or a specific feature. To be successful
|
||||||
|
your content needs to be useful to your readers.
|
||||||
|
</p><p style="overflow:hidden; font-size:12px">
|
||||||
|
Start with the customer – find out what they want
|
||||||
|
and give it to them.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td width="10"></td>
|
||||||
|
<td valign="top" width="290">
|
||||||
|
<img width="270" style="display:block;border:none;min-height:150px" src="/website/static/src/img/text_image.png"/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_image_text.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Image-Text</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px 5px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="width:600px" valign="top">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<table style="font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" width="290">
|
||||||
|
<img width="270" style="display:block;border:none;min-height:150px" alt="" src="/website/static/src/img/image_text.jpg"/>
|
||||||
|
</td>
|
||||||
|
<td width="10"></td>
|
||||||
|
<td valign="top">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">A Section Subtitle</h3>
|
||||||
|
<p style="overflow:hidden; font-size:12px">
|
||||||
|
Write one or two paragraphs describing your product,
|
||||||
|
services or a specific feature. To be successful
|
||||||
|
your content needs to be useful to your readers.
|
||||||
|
</p><p style="overflow:hidden; font-size:12px">
|
||||||
|
Start with the customer – find out what they want
|
||||||
|
and give it to them.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website_mail/static/src/img/blocks/block_two_columns.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Two Columns</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:300px">
|
||||||
|
<img width="275" style="display:block;border:none;min-height:50px" src="/website/static/src/img/desert_thumb.jpg"/>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:300px">
|
||||||
|
<img width="275" style="display:block;border:none;min-height:50px" src="/website/static/src/img/deers_thumb.jpg"/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:300px">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">Feature One</h3>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
Choose a vibrant image and write an inspiring paragraph
|
||||||
|
about it. It does not have to be long, but it should
|
||||||
|
reinforce your image.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:300px">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">Feature Two</h3>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
Choose a vibrant image and write an inspiring paragraph
|
||||||
|
about it. It does not have to be long, but it should
|
||||||
|
reinforce your image.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website_mail/static/src/img/blocks/block_three_columns.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Three Columns</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<img width="175" style="display:block;border:none;min-height:50px" src="/website/static/src/img/desert_thumb.jpg"/>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<img width="175" style="display:block;border:none;min-height:50px" src="/website/static/src/img/deers_thumb.jpg"/>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<img width="175" style="display:block;border:none;min-height:50px" src="/website/static/src/img/china_thumb.jpg"/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">Feature One</h3>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
Choose a vibrant image and write an inspiring paragraph
|
||||||
|
about it. It does not have to be long, but it should
|
||||||
|
reinforce your image.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">Feature Two</h3>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
Choose a vibrant image and write an inspiring paragraph
|
||||||
|
about it. It does not have to be long, but it should
|
||||||
|
reinforce your image.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">Feature Three</h3>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
Choose a vibrant image and write an inspiring paragraph
|
||||||
|
about it. It does not have to be long, but it should
|
||||||
|
reinforce your image.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_separator.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Separator</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<hr width="100%" style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0"/>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="snippet_email_feature" class="tab-pane fade">
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_big_picture.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Big Picture</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<h2 style="text-align: center; padding:0px 5px">A Punchy Headline</h2>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<img width="500" style="display:block;border:none;min-height:250px;margin:0 auto;" src="/website/static/src/img/big_picture.png"/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<p style="text-align: center; overflow:hidden">
|
||||||
|
<h3 style="text-align: center; padding:0px 5px">A Small Subtitle</h3>
|
||||||
|
</p>
|
||||||
|
<p style="text-align: center; overflow:hidden">
|
||||||
|
Choose a vibrant image and write an inspiring paragraph
|
||||||
|
about it. It does not have to be long, but it should
|
||||||
|
reinforce your image.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_comparison.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Comparisons</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<div style="width:600px">
|
||||||
|
<h2 style="text-align: center">Our Offers</h2>
|
||||||
|
</div>
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px; bgcolor: #bce8f1; background-color: #bce8f1;">
|
||||||
|
<h2 style="text-align: center">Beginner</h2>
|
||||||
|
<p style="text-align: center; overflow:hidden">Starter Package</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px; bgcolor: #428bca; background-color: #428bca;">
|
||||||
|
<h2 style="text-align: center">Professional</h2>
|
||||||
|
<p style="text-align: center; overflow:hidden">Enterprise package</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px; bgcolor: #bce8f1; background-color: #bce8f1;">
|
||||||
|
<h2 style="text-align: center">Expert</h2>
|
||||||
|
<p style="text-align: center; overflow:hidden">The top of the top</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<h2 style="margin: 0; text-align: center">$<strong style="font-size: 30px">450</strong><small>.00</small></h2>
|
||||||
|
<p style="text-align: center">per month</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<h2 style="margin: 0; text-align: center">$<strong style="font-size: 30px">590</strong><small>.00</small></h2>
|
||||||
|
<p style="text-align: center">per month</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<h2 style="margin: 0; text-align: center">$<strong style="font-size: 30px">890</strong><small>.00</small></h2>
|
||||||
|
<p style="text-align: center">per month</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<ul>
|
||||||
|
<li>Battery: 8 hours</li>
|
||||||
|
<li>Screen: 2.5 inch</li>
|
||||||
|
<li>Weight: 1.1 ounces</li>
|
||||||
|
<li>No support</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<ul>
|
||||||
|
<li>Battery: 12 hours</li>
|
||||||
|
<li>Screen: 2.8 inch</li>
|
||||||
|
<li>Weight: 1.2 ounces</li>
|
||||||
|
<li>Limited support</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<ul>
|
||||||
|
<li>Battery: 20 hours</li>
|
||||||
|
<li>Screen: 2.8 inch</li>
|
||||||
|
<li>Weight: 1.2 ounces</li>
|
||||||
|
<li>Unlimited support</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<p style="text-align: center; overflow: hidden">
|
||||||
|
<i>Free shipping, satisfied or reimbursed.</i><br/>
|
||||||
|
<a href="/page/website.contactus">Order now</a>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<p style="text-align: center; overflow: hidden">
|
||||||
|
<i>Free shipping, satisfied or reimbursed.</i><br/>
|
||||||
|
<a href="/page/website.contactus">Order now</a>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<p style="text-align: center; overflow: hidden">
|
||||||
|
<i>Free shipping, satisfied or reimbursed.</i><br/>
|
||||||
|
<a href="/page/website.contactus">Contact us</a>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_jumbotron.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Big Message</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px 5px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:600px">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<h1 style="text-align: center">Sell Online. Easily.</h1>
|
||||||
|
<p style="overflow:hidden">
|
||||||
|
Write one sentence to convince visitor about your message.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class="oe_snippet_thumbnail">
|
||||||
|
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_button.png"/>
|
||||||
|
<span class="oe_snippet_thumbnail_title">Button</span>
|
||||||
|
</div>
|
||||||
|
<div class="oe_snippet_body" style="padding:0px; margin:0px">
|
||||||
|
<table cellspacing="0" cellpadding="0" style="margin:10px 0px 0px;vertical-align:top;padding:0px;font-family:arial;font-size:12px;color:rgb(51,51,51)">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<table style="border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:rgb(153,153,153);border-collapse:collapse;width:70px;font-family:arial;font-size:12px;color:rgb(51,51,51);margin-left:60px" border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:15px 5px;border-collapse:collapse;background-color:rgb(101,101,101)" align="center" valign="middle">
|
||||||
|
<a href="http://www.openerp.com" style="text-decoration:none;border:none rgb(221,221,221);font-weight:bold;line-height:100%;text-align:center;color:rgb(0,136,204);word-wrap:break-word!important;" target="_blank">
|
||||||
|
<span style="color:rgb(255,255,255);font-family:arial;font-size:12px;display:block;width:auto;text-align:center;white-space:nowrap">View Product</span>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<table style="border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:rgb(153,153,153);border-collapse:collapse;width:70px;font-family:arial;font-size:12px;color:rgb(51,51,51);margin-left:60px" border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:15px 5px;border-collapse:collapse;background-color:rgb(101,101,101)" align="center" valign="middle">
|
||||||
|
<a href="http://www.openerp.com" style="text-decoration:none;border:none rgb(221,221,221);font-weight:bold;line-height:100%;text-align:center;color:rgb(0,136,204);word-wrap:break-word!important;" target="_blank">
|
||||||
|
<span style="color:rgb(255,255,255);font-family:arial;font-size:12px;display:block;width:auto;text-align:center;white-space:nowrap">View Product</span>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td valign="top" style="width:200px">
|
||||||
|
<div style="padding:0px 5px">
|
||||||
|
<table style="border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:rgb(153,153,153);border-collapse:collapse;width:70px;font-family:arial;font-size:12px;color:rgb(51,51,51);margin-left:60px" border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:15px 5px;border-collapse:collapse;background-color:rgb(101,101,101)" align="center" valign="middle">
|
||||||
|
<a href="http://www.openerp.com" style="text-decoration:none;border:none rgb(221,221,221);font-weight:bold;line-height:100%;text-align:center;color:rgb(0,136,204);word-wrap:break-word!important;" target="_blank">
|
||||||
|
<span style="color:rgb(255,255,255);font-family:arial;font-size:12px;display:block;width:auto;text-align:center;white-space:nowrap">View Product</span>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="snippet_options" class="hidden">
|
||||||
|
<div data-snippet-option-id='content'
|
||||||
|
data-selector="[data-oe-field='body_html'] > div, .oe_snippet_body"
|
||||||
|
data-selector-siblings="[data-oe-field='body_html'] > *"
|
||||||
|
data-selector-children="[data-oe-field='body_html']">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
BIN
groupeurd_newsletter/static/description/icon.png
Normal file
BIN
groupeurd_newsletter/static/description/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Loading…
Reference in New Issue
Block a user