|
|
|
|
@ -131,6 +131,10 @@ |
|
|
|
|
<td valign="top" style="width: 225px;"> |
|
|
|
|
{% thumbnail obj.get_logo '281' as im %} |
|
|
|
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}"><img src="{{ im.url }}"/></a> |
|
|
|
|
{% empty %} |
|
|
|
|
{% thumbnail no_logo_image '281' as im %} |
|
|
|
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}"><img src="{{ im.url }}"/></a> |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
@ -204,6 +208,10 @@ |
|
|
|
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}" class="event_image"> |
|
|
|
|
{% thumbnail obj.get_logo '109x114' dailymail='russia' hit=obj.expohit as im %} |
|
|
|
|
<img style="" src="{{ im.url }}"/> |
|
|
|
|
{% empty %} |
|
|
|
|
{% thumbnail no_logo_image '109x114' dailymail='russia' hit=obj.expohit as im %} |
|
|
|
|
<img src="{{ im.url }}"/> |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
@ -283,6 +291,10 @@ |
|
|
|
|
<a href="https://{{ domain }}{{ obj.get_permanent_url }}" class="event_image"> |
|
|
|
|
{% thumbnail obj.get_logo '109x114' dailymail='russia' hit=obj.expohit as im %} |
|
|
|
|
<img src="{{ im.url }}"/> |
|
|
|
|
{% empty %} |
|
|
|
|
{% thumbnail no_logo_image '109x114' dailymail='russia' hit=obj.expohit as im %} |
|
|
|
|
<img src="{{ im.url }}"/> |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
@ -381,6 +393,10 @@ |
|
|
|
|
<a href="http://{{ domain }}{{ obj.get_permanent_url }}" class="foreign_image"> |
|
|
|
|
{% thumbnail obj.get_logo '130x130' dailymail='foreign' hit=obj.expohit as im %} |
|
|
|
|
<img src="{{ im.url }}"/> |
|
|
|
|
{% empty %} |
|
|
|
|
{% thumbnail no_logo_image '130x130' dailymail='foreign' hit=obj.expohit as im %} |
|
|
|
|
<img src="{{ im.url }}"/> |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
@ -449,6 +465,10 @@ |
|
|
|
|
<td style="width: 300px; text-align: center; padding-bottom: 30px;" valign="top"> |
|
|
|
|
{% thumbnail news.logo "272" as im %} |
|
|
|
|
<a href="http://{{ domain }}{{ news.get_permanent_url }}"><img src="{{ im.url }}" alt=""></a> |
|
|
|
|
{% empty %} |
|
|
|
|
{% thumbnail no_logo_image '272' as im %} |
|
|
|
|
<a href="http://{{ domain }}{{ news.get_permanent_url }}"><img src="{{ im.url }}"/></a> |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
@ -501,6 +521,10 @@ |
|
|
|
|
<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="{{ im.url }}" alt=""></a> |
|
|
|
|
{% empty %} |
|
|
|
|
{% thumbnail no_logo_image '272' as im %} |
|
|
|
|
<a href="http://{{ domain }}{{ blog.get_permanent_url }}"><img src="{{ im.url }}"/></a> |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
{% endthumbnail %} |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
|