43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<div id="trial_period" class="hidden">
|
||
|
||
<div class="f__modal-bg" v-show="is_show" style="z-index: 99999;">
|
||
|
||
<div class="f__modal full-modal" style="padding-bottom: 20px" v-show="is_show">
|
||
|
||
<div style="font-size:18px; padding-bottom: 15px;">
|
||
|
||
{{ text }}
|
||
</div>
|
||
|
||
|
||
<button type="button" @click="openPay" style="margin-bottom:7px;" class="new_req green_button">
|
||
Оплатить
|
||
</button>
|
||
<button @click="closes" type="button" style="margin-bottom:7px; background: linear-gradient(to bottom, rgba(229, 83, 71, 1) 0%, rgba(226, 87, 76, 1) 100%);" class="new_req green_button">
|
||
Не сейчас
|
||
</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="f__modal-bg" v-show="is_show_video" style="z-index: 99999; ">
|
||
|
||
<div class="f__modal full-modal" style="padding-bottom: 20px; width:560px;" v-show="is_show_video">
|
||
<span @click="closesVideo" class="pseudo-link closer"><i class="ti-close"></i></span>
|
||
<h3>Настройка воронок</h3>
|
||
<div class="video-frame" style="font-size:18px; padding-bottom: 15px;">
|
||
|
||
|
||
</div>
|
||
|
||
<?php
|
||
if ($user->agency || $user->manager || $_SESSION['users_admin']){ ?>
|
||
<button @click="openTunningFunnel" type="button" style="margin-bottom:7px;" class="new_req green_button">
|
||
Перейти к настройкам воронки
|
||
</button>
|
||
<?php } ?>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<script src="/js/locale/translations/ru.js"></script>
|
||
<script type="text/javascript" src="/js/vue_scripts/trial_period_vue.js?<?=filemtime($_SERVER['DOCUMENT_ROOT'].'/js/vue_scripts/trial_period_vue.js')?>"></script>
|