|
|
|
@ -353,46 +353,53 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% include 'client/includes/banners/detail_inner_3.html' %} |
|
|
|
{% include 'client/includes/banners/detail_inner_3.html' %} |
|
|
|
|
|
|
|
|
|
|
|
<div class="e-cat look-also"> |
|
|
|
<div class="e-cat look-also"> |
|
|
|
<h2 class="sect-title">{% trans 'Смотрите также:' %}</h2> |
|
|
|
<h2 class="sect-title">{% trans 'Смотрите также:' %}</h2> |
|
|
|
<a href="{{ event.catalog }}city/{{ event.city.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %}</a> |
|
|
|
<a href="{{ event.catalog }}city/{{ event.city.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %}</a> |
|
|
|
<a href="{{ event.catalog }}country/{{ event.country.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a> |
|
|
|
<a href="{{ event.catalog }}country/{{ event.country.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a> |
|
|
|
<a href="{{ event.catalog }}theme/{{ event.theme.all.0.url }}/country/{{ event.country.url }}/">{% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a> |
|
|
|
{% if event.theme.all %} |
|
|
|
<a href="{{ event.catalog }}theme/{{ event.theme.all.0.url }}/city/{{ event.city.url }}/">{% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %}</a> |
|
|
|
<a href="{{ event.catalog }}theme/{{ event.theme.all.0.url }}/country/{{ event.country.url }}/">{% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a> |
|
|
|
|
|
|
|
<a href="{{ event.catalog }}theme/{{ event.theme.all.0.url }}/city/{{ event.city.url }}/">{% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %}</a> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block content_text %} |
|
|
|
{% block content_text %} |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block popup %} |
|
|
|
{% block popup %} |
|
|
|
{% include 'client/popups/advertise_member.html' with form=advertising_form %} |
|
|
|
{% include 'client/popups/advertise_member.html' with form=advertising_form %} |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block scripts %} |
|
|
|
{% block scripts %} |
|
|
|
{% if request.GET.debug == '1' %} |
|
|
|
{% if request.GET.debug == '1' %} |
|
|
|
<script src="{% static 'client/js/_modules/page.exposition.object.js' %}"></script> |
|
|
|
<script src="{% static 'client/js/_modules/page.exposition.object.js' %}"></script> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<script src="{% static 'client/js_min/_modules/page.exposition.object.min.js' %}"></script> |
|
|
|
<script src="{% static 'client/js_min/_modules/page.exposition.object.min.js' %}"></script> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
EXPO.exposition.object.init({ |
|
|
|
EXPO.exposition.object.init({ |
|
|
|
visit:{ |
|
|
|
visit:{ |
|
|
|
activeClass:"visit", |
|
|
|
activeClass:"visit", |
|
|
|
passiveClass:"unvisit", |
|
|
|
passiveClass:"unvisit", |
|
|
|
currentHtml:'<li class="current"><a href="{{ request.user.get_permanent_url }}">{{ request.user.get_full_name }} {% if request.user.company %}({{ request.user.company.name }}){% endif %}</a></li>', |
|
|
|
currentHtml:'<li class="current"><a href="{{ request.user.get_permanent_url }}">{{ request.user.get_full_name }} {% if request.user.company %}({{ request.user.company.name }}){% endif %}</a></li>', |
|
|
|
visitorsListId:"visitors-list", |
|
|
|
visitorsListId:"visitors-list", |
|
|
|
somebodyId:"somebody", |
|
|
|
somebodyId:"somebody", |
|
|
|
nobodyId:"nobody" |
|
|
|
nobodyId:"nobody" |
|
|
|
}, |
|
|
|
}, |
|
|
|
note:{ |
|
|
|
note:{ |
|
|
|
wrapClass:'note-wrap', |
|
|
|
wrapClass:'note-wrap', |
|
|
|
wrapDisabledClass:'note-wrap-disabled', |
|
|
|
wrapDisabledClass:'note-wrap-disabled', |
|
|
|
buttonClass:'note-button', |
|
|
|
buttonClass:'note-button', |
|
|
|
inputClass:'note-text' |
|
|
|
inputClass:'note-text' |
|
|
|
}, |
|
|
|
}, |
|
|
|
advertise:{ |
|
|
|
advertise:{ |
|
|
|
id:"advert-member-form" |
|
|
|
id:"advert-member-form" |
|
|
|
}, |
|
|
|
}, |
|
|
|
addCalendarText:"{% trans 'В расписание' %}", |
|
|
|
addCalendarText:"{% trans 'В расписание' %}", |
|
|
|
removeCalendarText:"{% trans 'Из расписания' %}" |
|
|
|
removeCalendarText:"{% trans 'Из расписания' %}" |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|