diff --git a/templates/client/includes/conference/conference_list.html b/templates/client/includes/conference/conference_list.html index 42ffccb1..6ecc720f 100644 --- a/templates/client/includes/conference/conference_list.html +++ b/templates/client/includes/conference/conference_list.html @@ -110,7 +110,7 @@ yandex_direct_url_color = '000000'; yandex_direct_text_color = '000000'; yandex_direct_hover_color = 'FF3333'; - yandex_direct_sitelinks_color = '0000CC'; + yandex_direct_sitelinks_color = '666666'; yandex_direct_favicon = false; yandex_no_sitelinks = false; document.write(''); diff --git a/templates/client/includes/event_steps.html b/templates/client/includes/event_steps.html index 376c865f..2c54a0cc 100644 --- a/templates/client/includes/event_steps.html +++ b/templates/client/includes/event_steps.html @@ -1,7 +1,7 @@ {% load i18n %}
-
{% if event.catalog == '/expo/' %}{% trans 'Посетить выставку' %}{% else %}{% trans 'Посетить конференцию' %}{% endif %}
+
{% if event.catalog == '/expo/' %}{% trans 'Участвовать в выставке' %}{% else %}{% trans 'Посетить конференцию' %}{% endif %}
diff --git a/templates/client/includes/exposition/exposition_list.html b/templates/client/includes/exposition/exposition_list.html index 5dabdba6..b0cbcd8f 100644 --- a/templates/client/includes/exposition/exposition_list.html +++ b/templates/client/includes/exposition/exposition_list.html @@ -112,7 +112,7 @@ yandex_direct_url_color = '000000'; yandex_direct_text_color = '000000'; yandex_direct_hover_color = 'FF3333'; - yandex_direct_sitelinks_color = '0000CC'; + yandex_direct_sitelinks_color = '666666'; yandex_direct_favicon = false; yandex_no_sitelinks = false; document.write(''); diff --git a/templates/client/service/participation.html b/templates/client/service/participation.html index 935accbc..75312caf 100644 --- a/templates/client/service/participation.html +++ b/templates/client/service/participation.html @@ -270,7 +270,11 @@ {% endif %}
- + {% if object %} +
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %} +
+ {% endif %} diff --git a/templates/client/service/remotely.html b/templates/client/service/remotely.html index 418a7061..8dcc0c48 100644 --- a/templates/client/service/remotely.html +++ b/templates/client/service/remotely.html @@ -260,6 +260,11 @@ {% endif %} + {% if object %} +
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %} +
+ {% endif %} diff --git a/templates/client/service/tickets.html b/templates/client/service/tickets.html index 24f60052..723b49a3 100644 --- a/templates/client/service/tickets.html +++ b/templates/client/service/tickets.html @@ -274,64 +274,11 @@ {% endif %} - {% comment %} + {% if object %}
-
-
- - {% trans 'Все отели поблизости' %} -
- - -
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
- {% endcomment %} + {% endif %} diff --git a/templates/client/service/tour.html b/templates/client/service/tour.html index abac0d85..d4df8daf 100644 --- a/templates/client/service/tour.html +++ b/templates/client/service/tour.html @@ -151,7 +151,7 @@
-
+
@@ -286,33 +286,8 @@
+ {% comment %} {% include 'includes/event_steps.html' with event=exposition filter=filter %} - {% comment %} -
-
{% trans 'Или организуйте поездку самостоятельно' %}:
-
-
- - - -
-
-
{% endcomment %}
@@ -394,64 +369,11 @@ {% endif %}
- + {% if object %}
- -
- + {% include 'client/includes/booking_block.html' with city=object.city place=object.place %} +
+ {% endif %}
diff --git a/templates/client/service/translator.html b/templates/client/service/translator.html index 68988d7f..5d9025bc 100644 --- a/templates/client/service/translator.html +++ b/templates/client/service/translator.html @@ -349,6 +349,11 @@ {% endif %} + {% if object %} +
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %} +
+ {% endif %} diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css index 0d034d29..b5dcd8a1 100644 --- a/templates/client/static_client/css/main.css +++ b/templates/client/static_client/css/main.css @@ -6539,6 +6539,7 @@ dl.add-info dd ul li { font-style: italic; margin-bottom: 5px; white-space: nowrap; + text-align: center; } .i-steps a.step {