templates/Slivki/jivosite/modal_mobile.html.twig line 1

Open in your IDE?
  1. {% set jivoOpenTrue = true %}
  2. {% set hours = 'now'|date('H') %}
  3. {% if hours >= 8 and hours < 22 %}
  4.     {% set jivoOpenTrue = true %}
  5. {% else %}
  6.     {% set jivoOpenTrue = false %}
  7. {% endif %}
  8. <div id="jivosite_modal_mobile" class="modal new sf-font">
  9.     <div class="modal-dialog m-0 position-fixed bottom-0 w-100">
  10.         <div class="modal-content py-3 border-0">
  11.             <div class="modal-header border-0 p-0">
  12.                 <p class="m-0 px-2 align-self-center pl-3 pt-2">Задать вопрос Сливкам<br/>Поддержка 8:00-22:00</p>
  13.                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  14.                     <span aria-hidden="true"><i class="slivki-icon-close-thin"></i></span>
  15.                 </button>
  16.             </div>
  17.             <div class="col w-100 ">
  18.                 {% if jivoOpenTrue %}
  19.                 <a href="javascript:jivo_api.open()" class="d-flex my-3">
  20.                     <img width="40" height="40" src="/images/messenger_violet.png">
  21.                     <p class="m-0 px-2 align-self-center">Мессенджер Slivki.by</p>
  22.                 </a>
  23.                 {% endif %}
  24.                 <a href="viber://pa?chatURI=slivkiby" class="d-flex my-3" target="_blank" onclick="ym(20933521,'reachGoal','vb-click-support')">
  25.                     <img width="40" height="40" src="/images/social/viber.png">
  26.                     <p class="m-0 px-2 align-self-center">Viber</p>
  27.                 </a>
  28.                 <a href="https://t.me/Slivkihelp_bot" class="d-flex my-3" target="_blank" onclick="ym(20933521,'reachGoal','tg-click-support')">
  29.                     <img width="40" height="40" src="/images/social/telegram.png">
  30.                     <p class="m-0 px-2 align-self-center">Telegram</p>
  31.                 </a>
  32.                 <a href="https://www.instagram.com/slivkiby/?hl=ru" class="d-flex my-3" target="_blank" onclick="ym(20933521,'reachGoal','insta-click-support')">
  33.                     <img width="40" height="40" src="/images/social/instagram.png">
  34.                     <p class="m-0 px-2 align-self-center">Instagram</p>
  35.                 </a>
  36.             </div>
  37.         </div>
  38.     </div>
  39. </div>