Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/queuepro/resources/js/pages/ drwxr-xr-x | |
| Viewing file: Select action/file-type: /*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://Themesbrand.com/
Contact: Themesbrand@gmail.com
File: tour init js
*/
var tour = new Shepherd.Tour({
defaultStepOptions: {
cancelIcon: {
enabled: true
},
classes: 'shadow-md bg-purple-dark',
scrollTo: {
behavior: 'smooth',
block: 'center'
}
},
useModalOverlay: {
enabled: true
},
});
if (document.querySelector('#logo-tour'))
tour.addStep({
title: 'Welcome Back !',
text: 'This is Step 1',
attachTo: {
element: '#logo-tour',
on: 'bottom'
},
buttons: [{
text: 'Next',
classes: 'btn btn-success',
action: tour.next
}]
});
// end step 1
if (document.querySelector('#register-tour'))
tour.addStep({
title: 'Register your account',
text: 'Get your Free Velzon account now.',
attachTo: {
element: '#register-tour',
on: 'bottom'
},
buttons: [{
text: 'Back',
classes: 'btn btn-light',
action: tour.back
},
{
text: 'Next',
classes: 'btn btn-success',
action: tour.next
}
]
});
// end step 2
if (document.querySelector('#login-tour'))
tour.addStep({
title: 'Login your account',
text: 'Sign in to continue to Velzon.',
attachTo: {
element: '#login-tour',
on: 'bottom'
},
buttons: [{
text: 'Back',
classes: 'btn btn-light',
action: tour.back
},
{
text: 'Next',
classes: 'btn btn-success',
action: tour.next
}
]
});
// end step 3
if (document.querySelector('#getproduct-tour'))
tour.addStep({
title: 'Get yout Product',
text: 'Sign in to continue to Velzon.',
attachTo: {
element: '#getproduct-tour',
on: 'bottom'
},
buttons: [{
text: 'Back',
classes: 'btn btn-light',
action: tour.back
},
{
text: 'Next',
classes: 'btn btn-success',
action: tour.next
}
]
});
// end step 4
if (document.querySelector('#thankyou-tour'))
tour.addStep({
title: 'Thank you !',
text: 'Sign in to continue to Velzon.',
attachTo: {
element: '#thankyou-tour',
on: 'bottom'
},
buttons: [{
text: 'Back',
classes: 'btn btn-light',
action: tour.back
},
{
text: 'Thank you !',
classes: 'btn btn-primary',
action: tour.complete
}
]
});
// end step 5
tour.start(); |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0045 ]-- |