From db23ee786fe76e1c72999ec83b3588a5abde76c3 Mon Sep 17 00:00:00 2001 From: pavel Date: Mon, 4 May 2015 14:08:44 +0000 Subject: [PATCH 1/2] EXPO-151 11 --- .../includes/conference/conference_list.html | 2 +- .../includes/exposition/exposition_list.html | 2 +- templates/client/service/participation.html | 6 +- templates/client/service/remotely.html | 5 ++ templates/client/service/tickets.html | 59 +----------- templates/client/service/tour.html | 90 ++----------------- templates/client/service/translator.html | 5 ++ 7 files changed, 26 insertions(+), 143 deletions(-) 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/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 %}
- + {% 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 %} From 211373d195ade4009350a45ab4426d607e484145 Mon Sep 17 00:00:00 2001 From: pavel Date: Mon, 4 May 2015 14:56:59 +0000 Subject: [PATCH 2/2] steps bugs --- templates/client/includes/event_steps.html | 10 +++++----- templates/client/static_client/css/main.css | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/client/includes/event_steps.html b/templates/client/includes/event_steps.html index a6e9c869..4b432828 100644 --- a/templates/client/includes/event_steps.html +++ b/templates/client/includes/event_steps.html @@ -1,24 +1,24 @@ {% load i18n %}
-
{% if event.catalog == '/expo/' %}{% trans 'Посетить выставку' %}{% else %}{% trans 'Посетить конференцию' %}{% endif %}
+
{% if event.catalog == '/expo/' %}{% trans 'Участвовать в выставке' %}{% else %}{% trans 'Посетить конференцию' %}{% 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 {