@ -0,0 +1,582 @@ |
|||||||
|
{% load i18n %} |
||||||
|
{% load static %} |
||||||
|
{% load thumbnail %} |
||||||
|
|
||||||
|
{# <a href="http://{{ domain }}{% url 'events:main' %}?{{ moscow_filter_url }}">{% trans "ПОСМОТРЕТЬ ВСЕ" %} ></a> #} |
||||||
|
{# <a href="http://{{ domain }}{% url 'events:main' %}?{{ russia_filter_url }}">{% trans "ПОСМОТРЕТЬ ВСЕ" %} ></a> #} |
||||||
|
{# <a href="http://{{ domain }}{% url 'events:main' %}?{{ foreign_filter_url }}">{% trans "ПОСМОТРЕТЬ ВСЕ" %} ></a> #} |
||||||
|
{# <a href="http://{{ domain }}{% url 'newsletter-authmailingsettings' uidb36=uidb36 token=token %}">{% trans "НАСТРОИТЬ" %} ></a> #} |
||||||
|
|
||||||
|
<style type="text/css" media="screen"> |
||||||
|
body{height:100%!important;margin:0;padding:0;width:100%!important;} |
||||||
|
table{border-collapse:collapse;} |
||||||
|
img,a img{border:0;outline:none;text-decoration:none;} |
||||||
|
h1,h2,h3,h4,h5,h6{margin:0;padding:0;} |
||||||
|
p{margin:0;padding:0;} |
||||||
|
a{word-wrap:break-word;} |
||||||
|
table,td{mso-table-lspace:0pt;mso-table-rspace:0pt;} |
||||||
|
#outlook a{padding:0;} |
||||||
|
img{-ms-interpolation-mode:bicubic;} |
||||||
|
body,table,td,p,a,li,blockquote{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;} |
||||||
|
.hundered{width:100%!important;} |
||||||
|
|
||||||
|
.tag{font-size: 13px; color: #999999;} |
||||||
|
.tag:hover{text-decoration: none;} |
||||||
|
.color1{color: #33ccff;} |
||||||
|
.color2{color: #cc3399;} |
||||||
|
.color3{color: #99cc66;} |
||||||
|
.color4{color: #ff6600;} |
||||||
|
|
||||||
|
@media screen and (max-width: 600px) { |
||||||
|
.mobile100 {width:100% !important;} |
||||||
|
} |
||||||
|
@media screen and (max-width: 479px) { |
||||||
|
.mobile_479_hide{display: none;} |
||||||
|
.mobile_479_padding_none{padding-left: 10px !important; padding-right: 10px !important;} |
||||||
|
} |
||||||
|
</style> |
||||||
|
|
||||||
|
|
||||||
|
<!-- BACKGROUND --> |
||||||
|
<table border="0" cellspacing="0" style="width:100%; background-color: #ccc;"> |
||||||
|
<tr> |
||||||
|
<td> </td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class="mld-body mld-body-1"> |
||||||
|
<td align="center" valign="top"> |
||||||
|
<!-- LAOYUT BODY --> |
||||||
|
<table border="0" cellspacing="0" cellpadding="0" style="width: 600px; font-family: Arial, sans-serif;"> |
||||||
|
<tr> |
||||||
|
<td align="center" valign="top" style="background-color: #f8f8f6;"> |
||||||
|
|
||||||
|
<!-- PADDING LEFT&RIGHT --> |
||||||
|
<table border="0" cellspacing="0" class="mld-element mld-container" style="width:100%;"> |
||||||
|
<tr> |
||||||
|
<td align="left" valign="top" style="padding:0px 0px 0px 0px;"> |
||||||
|
<table border="0" cellspacing="0" cellpadding="0" style="width: 100%; background-color: #ffffff;"> |
||||||
|
<tr> |
||||||
|
<td align="left" style="padding: 13px 0px 13px 24px;"> |
||||||
|
<img src="{% static 'newsletter/images/logo1.png' %}" alt=""> |
||||||
|
</td> |
||||||
|
|
||||||
|
<td align="right" style="padding: 13px 24px 13px 0px"> |
||||||
|
<img src="{% static 'newsletter/images/logo2.png' %}" alt=""> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
{% if recommended %} |
||||||
|
{% with recommended.object as obj %} |
||||||
|
<!-- recommendation --> |
||||||
|
<table border="0" cellspacing="0" style="width:100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="padding:30px 23px 40px 23px;"> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="color: #333333; font-size: 28px; font-weight: bold; text-transform: uppercase; padding-bottom: 15px;">{% trans "Самые важные события для вас" %}</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
{% thumbnail obj.get_logo '281x225' as im %} |
||||||
|
<img src="{{ im.url }}"/> |
||||||
|
{% endthumbnail %} |
||||||
|
</td> |
||||||
|
|
||||||
|
<td valign="top" align="left" style="width: 50%; padding-left: 22px;"> |
||||||
|
<table style="wigth: 100%;"> |
||||||
|
<tr> |
||||||
|
<td valign="middle" style="color: #cc3399; font-size: 13px; text-transform: uppercase; padding: 3px 0px 3px 0px;"> |
||||||
|
<img src="{% static 'newsletter/images/marker.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 5px;"> |
||||||
|
{{ obj.get_event_place_name }} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #333333; font-size: 25px; font-weight: bold; padding: 3px 0px 3px 0px;">{{ obj.name|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #3399cc; font-size: 17px; padding: 3px 0px 3px 0px;"> |
||||||
|
<img src="{% static 'newsletter/images/calendar.png' %}" alt=""> |
||||||
|
{{ obj.get_dates }}, {{ obj.get_event_place_name }} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #333333; font-size: 16px; padding: 3px 0px 3px 0px;"> |
||||||
|
{{ obj.main_title|safe }} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #999999; font-size: 13px; padding: 3px 0px 3px 0px;"> |
||||||
|
{% for tag in obj.tags %} |
||||||
|
<a href="http://{{ domain }}{{ obj.catalog }}tag/{{ tag.url }}" class="tag">{{ tag.name }}</a>{% if not forloop.last %},{% endif %} |
||||||
|
{% endfor %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td align="center" style="padding: 6px 0px 0px 0px;"> |
||||||
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}" style="display: inline-block; padding: 10px 30px; background-color: #ff6600; border-radius: 5px; text-transform: uppercase; color: #fff; text-decoration: none; font-size: 13px;">{% trans "посмотреть Подробнее" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endwith %} |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
{% if moscow %} |
||||||
|
<!-- Moscow --> |
||||||
|
<table border="0" cellspacing="0" style="width:100%;"> |
||||||
|
<tr> |
||||||
|
<td style="background-color: #ffffff; padding: 30px 23px 40px 23px;"> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="color: #333333; font-size: 28px; font-weight: bold; text-transform: uppercase; padding-bottom: 15px;">{% trans "в москве" %}</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% for sqs_obj in moscow %} |
||||||
|
{% with sqs_obj.object as obj %} |
||||||
|
<table style="width: 100%; margin-top: 15px;"> |
||||||
|
<tr {% if not forloop.last %}style="border-bottom: 1px solid #eaeaea;"{% endif %}> |
||||||
|
<td valign="top"> |
||||||
|
{% thumbnail obj.get_logo '109x114' as im %} |
||||||
|
<img style="border: 1px solid #eaeaea;" src="{{ im.url }}"/> |
||||||
|
{% endthumbnail %} |
||||||
|
</td> |
||||||
|
<td style="padding-left: 20px;"> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td style="color: #333333; text-transform: uppercase; font-size: 17px; font-weight: bold; padding-bottom: 5px;">{{ obj.name|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-size: 14px; color: #999999; padding-bottom: 5px;">{{ obj.main_title|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #3399cc; font-size: 14px; padding-bottom: 3px;"> |
||||||
|
<img src="{% static 'newsletter/images/calendar.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 4px;"> |
||||||
|
{{ obj.get_dates }} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #cc3399; font-size: 14px; padding-bottom: 5px;"> |
||||||
|
{% if obj.get_event_place_name %} |
||||||
|
<img src="{% static 'newsletter/images/marker.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 4px;"> |
||||||
|
{{ obj.get_event_place_name }} |
||||||
|
{% endif %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="padding-bottom: 15px; padding-top: 10px;"> |
||||||
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "подробнее" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endwith %} |
||||||
|
{% endfor %} |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center"> |
||||||
|
<a href="http://{{ domain }}{% url 'events:main' %}?{{ moscow_filter_url }}" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ffffff; background-color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "посмотреть все" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% if russia %} |
||||||
|
<!-- RF --> |
||||||
|
<table border="0" cellspacing="0" style="width:100%;"> |
||||||
|
<tr> |
||||||
|
<td style="background-color: #f8f8f6; padding: 30px 23px 40px 23px;"> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="color: #333333; font-size: 28px; font-weight: bold; text-transform: uppercase; padding-bottom: 15px;">{% trans "В России" %}</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% for sqs_obj in russia %} |
||||||
|
{% with sqs_obj.object as obj %} |
||||||
|
<table style="width: 100%; margin-top: 15px;"> |
||||||
|
<tr {% if not forloop.last %}style="border-bottom: 1px solid #eaeaea;"{% endif %}> |
||||||
|
<td valign="top"> |
||||||
|
{% thumbnail obj.get_logo '109x114' as im %} |
||||||
|
<img style="border: 1px solid #eaeaea;" src="{{ im.url }}"/> |
||||||
|
{% endthumbnail %} |
||||||
|
</td> |
||||||
|
<td style="padding-left: 20px;"> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td class="color1" style="font-size: 14px; padding-bottom: 5px;"> |
||||||
|
{% if obj.get_event_place_name %} |
||||||
|
<img src="{% static 'newsletter/images/m1.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 4px;"> |
||||||
|
{{ obj.get_event_place_name }} |
||||||
|
{% endif %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #333333; text-transform: uppercase; font-size: 17px; font-weight: bold; padding-bottom: 5px;">{{ obj.name|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-size: 14px; color: #999999; padding-bottom: 5px;">{{ obj.main_title|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="color: #3399cc; font-size: 14px; padding-bottom: 3px;"> |
||||||
|
<img src="{% static 'newsletter/images/calendar.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 4px;"> |
||||||
|
{{ obj.get_dates }} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="padding-bottom: 15px; padding-top: 10px;"> |
||||||
|
<a href="#" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "подробнее" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endwith %} |
||||||
|
{% endfor %} |
||||||
|
|
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center"> |
||||||
|
<a href="http://{{ domain }}{% url 'events:main' %}?{{ russia_filter_url }}" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ffffff; background-color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "все события" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% if foreign %} |
||||||
|
<!-- foreign --> |
||||||
|
<table border="0" cellspacing="0" style="width:100%; background-color: #fff;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="padding-top: 45px; padding-bottom: 30px; font-family: Arial, sans-serif; font-size: 25px; color: #333333; text-transform: uppercase; font-weight: bold;">{% trans "За рубежом" %}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
{% for sqs_obj in foreign %} |
||||||
|
{% with sqs_obj.object as obj %} |
||||||
|
<td> |
||||||
|
<table style="width: 130px; margin: 0 auto;"> |
||||||
|
<tr> |
||||||
|
<td style="padding-bottom: 15px;"> |
||||||
|
{% thumbnail obj.get_logo '109x114' as im %} |
||||||
|
<img style="border: 1px solid #eaeaea;" src="{{ im.url }}"/> |
||||||
|
{% endthumbnail %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td class="color1" style="font-family: Arial, sans-serif; font-size: 13px; text-transform: uppercase; padding-bottom: 12px;"> |
||||||
|
{% if obj.get_event_place_name %} |
||||||
|
<img src="{% static 'newsletter/images/m1.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 4px;"> |
||||||
|
{{ obj.get_event_place_name }} |
||||||
|
{% endif %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; color: #333333; font-size: 17px; font-weight: bold; padding-bottom: 10px;">{{ obj.name|safe }}</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td style="color: #3399cc; font-size: 12px; padding-bottom: 5px;"> |
||||||
|
<img src="{% static 'newsletter/images/calendar.png' %}" alt="" style="display: inline-block; vertical-align: middle; margin-right: 4px;"> |
||||||
|
{{ obj.get_dates }} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td style="font-size: 13px; color: #999999;"> |
||||||
|
{% for tag in obj.tags %} |
||||||
|
<a href="http://{{ domain }}{{ obj.catalog }}tag/{{ tag.url }}" class="tag">{{ tag.name }}</a>{% if not forloop.last %},{% endif %} |
||||||
|
{% endfor %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
{% endwith %} |
||||||
|
{% endfor %} |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td align="center" style="padding-top: 30px; padding-bottom: 40px;"> |
||||||
|
<a href="http://{{ domain }}{% url 'events:main' %}?{{ foreign_filter_url }}" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ffffff; background-color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "Посмотреть все" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
|
||||||
|
<table style="width: 100%; background-image: url({% static 'newsletter/images/b.png' %}); height: 129px"> |
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; font-size: 19px; font-weight: bold; text-transform: uppercase; color: #ffffff;">{% trans "Снимаем всю гололвную боль" %} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; font-size: 15px; color: #ffffff;">{% blocktrans %}По организации участия в зарубежной <br> выставке{% endblocktrans %}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; font-size: 14px; color: #333333; text-transform: uppercase; font-weight: bold;">{% trans "Отдыхайте, пока мы работаем!" %}</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
|
||||||
|
<td valign="bottom" align="right"> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td align="right" style="font-family: Arial, sans-serif; color: #ff8a00"> |
||||||
|
{% trans "Команда" %}<br> |
||||||
|
<img src="{% static 'newsletter/images/expo.png' %}" alt=""> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
{% if news %} |
||||||
|
<!-- Новости событий --> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="padding-top: 40px; padding-bottom: 30px; font-family: Arial, sans-serif; font-size: 30px; font-weight: bold; text-transform: uppercase; color: #333333">{% trans "Новости событий" %}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td style="width: 300px; text-align: center; padding-bottom: 30px;"> |
||||||
|
{% thumbnail news.logo "272x195" as im %} |
||||||
|
<img src="{{ im.url }}" alt=""> |
||||||
|
{% endthumbnail %} |
||||||
|
<img src="{% static 'newsletter/images/news2.jpg' %}" alt=""> |
||||||
|
</td> |
||||||
|
|
||||||
|
<td valign="top"> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td style="padding-bottom: 8px; font-family: Arial, sans-serif; font-size: 17px; font-weight: bold; text-transform: uppercase; color: #333333;">{{ news.main_title|safe }}</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td valign="middle" style="color: #3399cc; font-size: 13px; padding-bottom: 8px;"> |
||||||
|
<img src="{% static 'newsletter/images/calendar.png' %}" alt="" style="margin-right: 4px;"> |
||||||
|
{# С 1 по 4 сентября #} |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; color: #999999; font-size: 13px; padding-bottom: 20px; line-height: 1.5;">{{ news.preview|safe }}</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<a href="http://{{ domain }}/news/" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "Все новости" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
<hr style="width: 565px; margin: 0 auto; background-color: #e6e6e5; height: 1px; border: 0;"> |
||||||
|
|
||||||
|
{% if blog %} |
||||||
|
<!-- Новенькое из блога --> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="padding-top: 30px; padding-bottom: 30px; font-family: Arial, sans-serif; font-size: 30px; font-weight: bold; text-transform: uppercase; color: #333333">{% trans "Новенькое из блога" %}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<table style="width: 100%;"> |
||||||
|
<tr> |
||||||
|
<td style="width: 300px; text-align: center; padding-bottom: 40px;"> |
||||||
|
{% thumbnail blog.logo "272x195" as im %} |
||||||
|
<img src="{{ im.url }}" alt=""> |
||||||
|
{% endthumbnail %} |
||||||
|
</td> |
||||||
|
|
||||||
|
<td valign="top"> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td style="padding-bottom: 15px; font-family: Arial, sans-serif; font-size: 17px; font-weight: bold; text-transform: uppercase; color: #333333">{{ blog.main_title|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; color: #999999; font-size: 13px; padding-bottom: 20px; line-height: 1.5;">{{ blog.preview|safe }}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td> |
||||||
|
<a href="http://{{ domain }}{{ blog.get_permanent_url }}" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "посмотреть Подробнее" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
|
||||||
|
<!-- Ссылки на соцсети --> |
||||||
|
<table width="100%" style="background-color: #ffffff;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="width: 240px; font-family: Arial, sans-serif; font-size: 17px; font-weight: bold; color: #333333; text-transform: uppercase;"> |
||||||
|
{% trans "Следуйте за нами" %}: |
||||||
|
</td> |
||||||
|
|
||||||
|
<td align="center" style="padding-top: 20px; padding-bottom: 20px;"> |
||||||
|
<a href="#"><img src="{% static 'newsletter/images/instagram.png' %}" alt=""></a> |
||||||
|
<a href="#"><img src="{% static 'newsletter/images/youtube.png' %}" alt=""></a> |
||||||
|
<a href="#"><img src="{% static 'newsletter/images/facebook.png' %}" alt=""></a> |
||||||
|
<a href="#"><img src="{% static 'newsletter/images/linkedin.png' %}" alt=""></a> |
||||||
|
<a href="#"><img src="{% static 'newsletter/images/vk.png' %}" alt=""></a> |
||||||
|
<a href="#"><img src="{% static 'newsletter/images/twitter.png' %}" alt=""></a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
|
||||||
|
<!-- Управление подпиской --> |
||||||
|
<table width="100%;"> |
||||||
|
<tr> |
||||||
|
<td align="center" style="text-align: center; font-family: Arial, sans-serif; color: #333333; font-size: 17px; font-weight: bold; text-transform: uppercase; padding-top: 35px; padding-bottom: 20px;">{% trans "Управление подпиской:" %}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td align="center" style="font-family: Arial, sans-serif; color: #999999; font-size: 13px; padding-left: 30px; padding-right: 30px; padding-bottom: 20px;">{% trans "Вы можете настроить включение различных блоков информации в свое письмо, выбратьфильтры по темам, странам и городам, а также выбрать комфортную периодичность получения писем." %}</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td align="center" style="padding-bottom: 35px; border-bottom: 1px solid #f3f3f3;"> |
||||||
|
<a href="{% if uidb36 and token %}http://{{ domain }}{% url 'newsletter-authmailingsettings' uidb36=uidb36 token=token %}{% endif %}" style="display: inline-block; padding: 7px 20px 7px 20px; border: 1px solid #ff6600; color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 12px; line-height: 12px; border-radius: 5px;">{% trans "Настроить" %}</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
|
||||||
|
<!-- Thanks --> |
||||||
|
<table style="width: 100%; background-color: #ffffff;"> |
||||||
|
<tr> |
||||||
|
<td style="padding-top: 26px; padding-bottom: 26px;"> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td align="center" style="width: 50%; border-right: 1px solid #ff6900;"> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td style="padding-bottom: 26px;"><img src="{% static 'newsletter/images/site_logo.png' %}" alt=""></td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; font-size: 18px; color: #333333"> {% trans "Хорошего Вам дня!" %} </td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
|
||||||
|
<td style="padding-left: 20px; padding-right: 20px;"> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; color: #333333; font-size: 14px; line-height: 1.5; padding-top: 10px;"> |
||||||
|
{% trans "Поисковик деловых событий" %} <br> |
||||||
|
<a href="#" style="color: #ff6600;">expomap.ru</a> <br> |
||||||
|
<a href="#" style="color: #ff6600;">mail@expomap.ru</a> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr> |
||||||
|
<td style="font-family: Arial, sans-serif; color: #333333; font-size: 14px; line-height: 1.5; padding-bottom: 10px;"> |
||||||
|
{% trans "По вопросам участия в выставках звоните" %}: <br> |
||||||
|
+7 (499) 999 -12-07 |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
|
||||||
|
<!-- Menu --> |
||||||
|
<table style="width: 100%; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3;"> |
||||||
|
<tr> |
||||||
|
<td style="padding-top: 15px; padding-bottom: 15px; padding-left: 15px;" align="center"><a href="#" style="font-size: 15px;color: #666666;">{% trans "Выставки" %}</a></td> |
||||||
|
<td style="padding-top: 15px; padding-bottom: 15px;" align="center"><a href="#" style="font-size: 15px;color: #666666;">{% trans "Конференции" %}</a></td> |
||||||
|
<td style="padding-top: 15px; padding-bottom: 15px;" align="center"><a href="#" style="font-size: 15px;color: #ff6600;">{% trans "Участие в выставках" %}</a></td> |
||||||
|
<td style="padding-top: 15px; padding-bottom: 15px;" align="center"><a href="#" style="font-size: 15px;color: #666666;">{% trans "Новости" %}</a></td> |
||||||
|
<td style="padding-top: 15px; padding-bottom: 15px; padding-right: 15px;" align="center"><a href="#" style="font-size: 15px;color: #666666;">{% trans "Статьи" %}</a></td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
|
||||||
|
<!-- footer --> |
||||||
|
<table style="width: 100%; background-color: #ffffff;"> |
||||||
|
<tr> |
||||||
|
<td style="padding-top: 35px; padding-left: 20px; padding-right: 20px; font-family: Arial, sans-serif; font-size: 13px; color: #999999; padding-bottom: 7px;" align="center">{% trans "Вы получили это письмо, так как подписаны на рассылку" %} <a href="#" style="color: #ff6600;">https://www.expomap.ru</a></td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td align="center" style="font-family: Arial, sans-serif; font-size: 13px; color: #999999; padding-bottom: 7px;"><a href="#" style="color: #ff6600;">{% trans "Переслать другу" %}</a> {% trans "или" %} <a href="#" style="color: #ff6600;">{% trans "Отписаться" %}</a></td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td align="center" style="padding-bottom: 30px; font-family: Arial, sans-serif; font-size: 13px; color: #999999;">© 2008 — 2016 Expomap.ru</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
|
||||||
|
|
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
</table> |
||||||
|
|
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
|
||||||
|
</table> |
||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |