Expo modal button

remotes/origin/1203
Kotiuk Nazarii 11 years ago
parent 07be97d05a
commit a4a2348888
  1. 10
      templates/client/blank.html
  2. 8
      templates/client/exposition/exposition_detail.html
  3. 6
      templates/client/popups/auto_modal.html
  4. 2
      templates/client/popups/cemat_modal.html

@ -159,7 +159,7 @@ This template include basic anf main styles and js files,
{% include 'client/popups/callback.html' %}
{% block popup_banner %}
{% if not request.COOKIES.popover_test1 %}
{% if not request.COOKIES.popover_test2 %}
{% if theme_for_filter %}
@ -209,6 +209,13 @@ This template include basic anf main styles and js files,
<script>
$(function() {
if ($('#expo-ad-popup').length > 0){
$('#expo-form-popup').on('submit', function(e){
e.preventDefault();
var link = $('#expo-form-popup').attr('action');
window.location = link;
});
setTimeout(function(){
$.fancybox.open(
[{href: '#expo-ad-popup'}],
@ -230,6 +237,7 @@ This template include basic anf main styles and js files,
}
});
</script>

@ -29,7 +29,7 @@
{% endblock %}
{% block popup%}
{% if not request.COOKIES.popover_test1 %}
{% with theme_ids=object.theme_ids %}
@ -79,6 +79,12 @@
<script>
$(function() {
if ($('#expo-ad-popup').length > 0){
$('#expo-form-popup').on('submit', function(e){
e.preventDefault();
var link = $('#expo-form-popup').attr('action');
window.location = link;
});
setTimeout(function(){
$.fancybox.open(
[{href: '#expo-ad-popup'}],

@ -3,7 +3,7 @@
<div class="pw-title">Вы планируете посещение MIMS Automechanika Moscow в Экспоцентре?</div>
</header>
<div class="pw-body clearfix">
<form class="pw-form simple-validate" action="/redirect/redirect/52/">
<form id="expo-form-popup" class="pw-form simple-validate" action="/redirect/redirect/52/">
<div class="pwf-line">
С 24 по 27 августа 2015 г. в Экспоцентре будут представлены лучшие предложения производителей и поставщиков автозапчастей, оборудования и товаров для технического обслуживания автомобилей.
</div>
@ -12,10 +12,12 @@
<img src="/static/client/img/expo_b/mims.png">
</a>
</div>
<button >Узнать подробнее</button>
<button>Узнать подробнее</button>
</form>
</div>
</div>

@ -4,7 +4,7 @@
<div class="pw-title">Ваш логист пойдет на выставку CEMAT?</div>
</header>
<div class="pw-body clearfix">
<form class="pw-form simple-validate" action="/redirect/redirect/53/">
<form id="expo-form-popup" class="pw-form simple-validate" action="/redirect/redirect/53/">
<div class="pwf-line">
С 22 по 25 сентября 2015 г. в Крокус Экспо производители складского оборудования и техники представят свои выгодные предложения.
</div>

Loading…
Cancel
Save