Joywork/templates/modals/first_entry.php
2026-05-22 21:21:54 +03:00

26 lines
1.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div id="first_entry" class="hidden">
<div class="f__modal-bg" v-show="is_show" style="z-index: 99889;">
<div id="object_card_modal-bg" class="f__modal full-modal" style="padding-bottom: 20px" v-show="is_show">
<center><h3 class="logo">Добро пожаловать в <span>Joy<span style="color: #4Caf50;">Work</span></span>!</h3></center>
<div style="font-size:18px; padding-bottom: 15px;">
До момента оплаты или активации пробного доступа основной функционал отключен. Для того чтобы ознакомится с системой, вы можете посмотреть видеоуроки в Разделе «Обучение».
</div>
<button type="button" @click="openHelp" 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>
<script src="/js/locale/translations/ru.js"></script>
<script type="text/javascript" src="/js/vue_scripts/first_entry_vue.js?<?=filemtime($_SERVER['DOCUMENT_ROOT'].'/js/vue_scripts/first_entry_vue.js')?>"></script>