/usr/share/l.v.e-manager/plesk/plib/modules/plesk-lvemanager/views/scripts/php-selector
<!-- Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved Licensed under CLOUD LINUX LICENSE AGREEMENT http://cloudlinux.com/docs/LICENSE.TXT --> <link rel="stylesheet" href="<?php echo pm_Context::getBaseUrl() ?>css/bootstrap.min.css"/> <link rel="stylesheet" href="<?php echo pm_Context::getBaseUrl() ?>css/lvemanager.css"/> <link rel="stylesheet" href="<?php echo pm_Context::getBaseUrl() ?>css/style.css"/> <link rel="stylesheet" href="<?php echo pm_Context::getBaseUrl() ?>static/common-styles.css"/> <lvemanager> <div class="big_loader_wrapper"> <div class="big_loader"> <img src="<?php echo pm_Context::getBaseUrl() ?>images/loader.svg"> </div> </div> </lvemanager> <script src="<?php echo pm_Context::getBaseUrl() ?>js/jquery.min.js"></script> <script type="text/javascript"> jQuery.noConflict(); if (typeof Prototype != 'undefined') { if (Prototype.BrowserFeatures.ElementExtensions) { var disablePrototypeJS = function (method, pluginsToDisable) { var handler = function (event) { event.target[method] = undefined; setTimeout(function () { delete event.target[method]; }, 0); }; pluginsToDisable.each(function (plugin) { jQuery(window).on(method + '.bs.' + plugin, handler); }); }, pluginsToDisable = ['modal', 'tooltip']; disablePrototypeJS('show', pluginsToDisable); disablePrototypeJS('hide', pluginsToDisable); } } jQuery(document).ready(function ($) { jQuery('body').tooltip({ selector: '[data-toggle="tooltip"]', delay: {"show": 300, "hide": 50}, trigger: 'hover', html: true }); }); // es6 conflict with prototypejs Array.prototype.entries = function () { return this.map(function (x) { return x; }) } var userType = '<?php echo $this->owner ?>'; var userName = '<?php echo $this->userName ?>'; var pluginVersion = '<?php echo trim($this->pluginVersion) ?>'; var APP_MODE = '<?php echo $this->appMode ?>'; </script> <script src="<?php echo pm_Context::getBaseUrl() ?>js/config.js"></script> <script src="<?php echo pm_Context::getBaseUrl() ?>js/bootstrap.min.js"></script> <script type="text/javascript"> currentLanguage = '<?php echo $this->currentLanguage;?>'; panelVersion = '<?php echo $this->pleskVersion;?>'; mainAction = '/modules/plesk-lvemanager/index.php/php-send-request'; mockAction = '/modules/plesk-lvemanager/index.php/php-send-request/mock'; var localePath = '<?php echo pm_Context::getBaseUrl()?>i18n/'; </script> <script async="false" src="<?php echo pm_Context::getBaseUrl() ?>static/common.bundle.min.js?v=<?php echo $this->pluginVersion; ?>"></script> <script async="false" src="<?php echo pm_Context::getBaseUrl() ?>static/polyfills.bundle.min.js?v=<?php echo $this->pluginVersion; ?>"></script> <script async="false" src="<?php echo pm_Context::getBaseUrl() ?>static/vendor.bundle.min.js?v=<?php echo $this->pluginVersion; ?>"></script> <script async="false" src="<?php echo pm_Context::getBaseUrl() ?>static/php_selector.bundle.min.js?v=<?php echo $this->pluginVersion; ?>"></script>
.
Edit
..
Edit
index.phtml
Edit