t93: интеграция car rental

remotes/origin/t90_expo_page
Slava Kyrachevsky 9 years ago
parent c0679891d4
commit 55a598f734
  1. 4
      templates/client/base_catalog.html
  2. 4
      templates/client/base_page.html
  3. 2
      templates/client/blank.html
  4. 3
      templates/client/includes/event_steps.html
  5. 4
      templates/client/includes/exposition/exposition_object.html

@ -53,7 +53,9 @@
{% block aside_vk %}
<div class="vk-widget">
{% include 'client/includes/social_widjet.html' %}
{% if not request.GET.debug == '1' %}
{% include 'client/includes/social_widjet.html' %}
{% endif %}
</div>
{% endblock %}

@ -46,7 +46,9 @@
{% block aside_vk %}
<div class="vk-widget">
{% include 'client/includes/social_widjet.html' %}
{% if not request.GET.debug == '1' %}
{% include 'client/includes/social_widjet.html' %}
{% endif %}
</div>
{% endblock %}
</aside>

@ -169,7 +169,7 @@ This template include basic anf main styles and js files,
{% block main_part %}{% endblock %}
{% block top %}{% endblock %}
{# {% block top %}{% endblock %}#}
{% block search %}{% endblock %}

@ -49,8 +49,7 @@
<li class="s3">
<div class="label">{% trans 'Возьмите авто в аренду' %}</div>
<span class="step">Rental Cars</span>
{# <a class="step" href="#" target="_blank">Rental Cars</a>#}
<a class="step" href="http://www.rentalcars.com/SearchResults.do?enabler=&country={{ object.country }}&doYear={{ object.data_begin|date:'Y' }}&city={{ object.city }}&driverage=on&doFiltering=true&dropCity={{ object.city }}&driversAge=30&filterTo=49&fromLocChoose=true&dropLocationName={{ object.city }}+(Все+места)+&dropCountryCode=&doMinute=0&countryCode=&puYear={{ object.data_begin|date:'Y' }}&locationName={{ object.city }}+(Все+места)+&puMinute=0&doDay={{ object.data_end|date:'d' }}&searchType=allareasgeosearch&filterFrom=0&puMonth={{ object.data_end|date:'m' }}&dropLocation=-1&doHour=10&dropCountry={{ object.country }}&puDay={{ object.data_begin|date:'d' }}&puHour=10&location=-1&doMonth={{ object.data_begin|date:'m' }}&filterName=CarCategorisationSupplierFilter&affiliateCode=expomap790&preflang=ru" target="_blank">Rental Cars</a>
</li>
</ul>
</div>

@ -54,7 +54,9 @@
{% include 'client/includes/show_date_block.html' %}
{% endwith %}
{% include "client/includes/sharing_block.html" %}
{% if not request.GET.debug == '1' %}
{% include "client/includes/sharing_block.html" %}
{% endif %}
</div>
{% if exposition.place %}

Loading…
Cancel
Save