|
|
|
|
@ -391,7 +391,7 @@ |
|
|
|
|
<td valign="top"> |
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0" style="width: 130px; margin: 0 auto;"> |
|
|
|
|
<tr> |
|
|
|
|
<td style="padding-bottom: 15px; text-align: center;"> |
|
|
|
|
<td style="padding-bottom: 15px; text-align: center; height: 130px;"> |
|
|
|
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}" class="foreign_image"> |
|
|
|
|
<img src="cid:foreign_{{ sqs_obj.object.event_type }}_{{ sqs_obj.object.pk }}"/> |
|
|
|
|
</a> |
|
|
|
|
@ -425,7 +425,7 @@ |
|
|
|
|
<tr> |
|
|
|
|
<td style="font-size: 13px; color: #999999;"> |
|
|
|
|
{% for tag in obj.tags %} |
|
|
|
|
<a href="http://{{ domain }}{{ obj.catalog }}tag/{{ tag.url }}" class="tag" style="font-size: 13px; color: #999999;">{{ tag.name }}</a>{% if not forloop.last %},{% endif %} |
|
|
|
|
<a href="http://{{ domain }}{{ obj.catalog }}tag/{{ tag.url }}" class="tag" style="font-size: 13px; color: #999999; text-decoration: none;">{{ tag.name }}</a>{% if not forloop.last %},{% endif %} |
|
|
|
|
{% endfor %} |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
@ -471,12 +471,16 @@ |
|
|
|
|
<td valign="top" style="padding-right: 15px;"> |
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0"> |
|
|
|
|
<tr> |
|
|
|
|
<td style="padding-bottom: 8px;"><a href="http://{{ domain }}{{ news.get_permanent_url }}" class="event_title">{{ news.main_title|safe }}</a></td> |
|
|
|
|
<td style="padding-bottom: 8px;"><a href="http://{{ domain }}{{ news.get_permanent_url }}" style="font-family: Arial,sans-serif; font-size: 17px; line-height: 21px; font-weight: bold; text-transform: uppercase; color: #333333; text-decoration: none;">{{ news.main_title|safe }}</a></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td valign="middle" style="color: #3399cc; font-size: 17px; padding-bottom: 8px;"> |
|
|
|
|
<img src="cid:calendar" alt="" style="margin-right: 4px;"> |
|
|
|
|
{{ news.publish_date|date:"d E Y" }} |
|
|
|
|
<td style="color: #3399cc; font-size: 17px; padding-bottom: 8px;"> |
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0"> |
|
|
|
|
<tr> |
|
|
|
|
<td style="padding-right: 8px;"><img src="cid:calendar" alt=""></td> |
|
|
|
|
<td>{{ news.publish_date|date:"d E Y" }}</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
@ -508,15 +512,13 @@ |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="width: 300px; text-align: center; padding-bottom: 40px;" valign="top"> |
|
|
|
|
{# {% thumbnail blog.logo "272" as im %}#} |
|
|
|
|
<a href="http://{{ domain }}{{ blog.get_permanent_url }}"><img src="cid:blog{{ blog.pk }}" alt=""></a> |
|
|
|
|
{# {% endthumbnail %}#} |
|
|
|
|
<a href="http://{{ domain }}{{ blog.get_permanent_url }}"><img src="cid:blog{{ blog.pk }}" alt=""></a> |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
<td valign="top" style="padding-right: 15px;"> |
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0"> |
|
|
|
|
<tr> |
|
|
|
|
<td style="padding-bottom: 15px;" valign="top"><a href="http://{{ domain }}{{ blog.get_permanent_url }}" class="event_title">{{ blog.main_title|safe }}</a></td> |
|
|
|
|
<td style="padding-bottom: 15px;" valign="top"><a href="http://{{ domain }}{{ blog.get_permanent_url }}" style="font-family: Arial,sans-serif; font-size: 17px; line-height: 21px; font-weight: bold; text-transform: uppercase; color: #333333; text-decoration: none;">{{ blog.main_title|safe }}</a></td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
|