Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/popup.php.tar
Назад
home/wuectly/www/modules/mod_acymailing/tmpl/popup.php 0000604 00000001654 15245613465 0017305 0 ustar 00 <?php /** * @package AcyMailing for Joomla! * @version 5.9.6 * @author acyba.com * @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><div class="acymailing_module<?php echo $params->get('moduleclass_sfx') ?>" id="acymailing_module_<?php echo $formName; ?>"> <?php if(!empty($mootoolsIntro)) echo '<p class="acymailing_mootoolsintro">'.$mootoolsIntro.'</p>'; ?> <div class="acymailing_mootoolsbutton"> <?php $acypop = acymailing_get('helper.acypopup'); $href = acymailing_completeLink('sub&task=display&autofocus=1&formid='.$module->id, true); $link = $acypop->display($mootoolsButton, '', $href, 'acymailing_togglemodule_'.$formName, $params->get('boxwidth', 250), $params->get('boxheight', 200), 'class="acymailing_togglemodule"', '', 'link'); ?> <p><?php echo $link; ?></p> </div> </div> home/wuectly/www/layouts/joomla/toolbar/popup.php 0000604 00000001177 15245652772 0016334 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::_('behavior.core'); $doTask = $displayData['doTask']; $class = $displayData['class']; $text = $displayData['text']; $name = $displayData['name']; ?> <button value="<?php echo $doTask; ?>" class="btn btn-small modal" data-toggle="modal" data-target="#modal-<?php echo $name; ?>"> <span class="<?php echo $class; ?>" aria-hidden="true"></span> <?php echo $text; ?> </button> home/wuectly/www/administrator/components/com_jce/controller/popup.php 0000604 00000002114 15245654240 0022520 0 ustar 00 <?php /** * @copyright Copyright (c) 2009-2017 Ryan Demmer. All rights reserved * @license GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * JCE is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses */ defined('_JEXEC') or die('RESTRICTED'); class WFControllerPopup extends WFControllerBase { /** * Constructor. * * @params array Controller configuration array */ public function __construct($config = array()) { parent::__construct($config); } /** * Displays a view. */ public function display($cachable = false, $params = false) { $document = JFactory::getDocument(); $this->addViewPath(JPATH_COMPONENT.'/views'); $view = $this->getView('popup', $document->getType()); $view->assignRef('document', $document); $view->display(); } } home/wuectly/www/plugins/editors-xtd/tabs/popup.php 0000604 00000003526 15245662545 0016570 0 ustar 00 <?php /** * @package Tabs * @version 8.0.1 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2021 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ namespace RegularLabs\Plugin\EditorButton\Tabs\Popup; defined('_JEXEC') or die; use Joomla\CMS\Factory as JFactory; use Joomla\CMS\Language\Text as JText; use RegularLabs\Library\Document as RL_Document; use RegularLabs\Library\RegEx as RL_RegEx; class Popup extends \RegularLabs\Library\EditorButtonPopup { var $require_core_auth = false; public function loadScripts() { // Tag character start and end list($tag_start, $tag_end) = explode('.', $this->params->tag_characters); $editor = JFactory::getApplication()->input->getString('name', 'text'); // Remove any dangerous character to prevent cross site scripting $editor = RL_RegEx::replace('[\'\";\s]', '', $editor); $script = " var tabs_tag_open = '" . RL_RegEx::replace('[^a-z0-9-_]', '', $this->params->tag_open) . "'; var tabs_tag_close = '" . RL_RegEx::replace('[^a-z0-9-_]', '', $this->params->tag_close) . "'; var tabs_tag_delimiter = '" . (($this->params->tag_delimiter == '=') ? '=' : ' ') . "'; var tabs_tag_characters = ['" . $tag_start . "', '" . $tag_end . "']; var tabs_editorname = '" . $editor . "'; var tabs_content_placeholder = '" . JText::_('TAB_TEXT', true) . "'; var tabs_error_empty_title = '" . JText::_('TAB_ERROR_EMPTY_TITLE', true) . "'; var tabs_max_count = " . (int) $this->params->button_max_count . "; "; RL_Document::scriptDeclaration($script); RL_Document::script('tabs/popup.min.js', '8.0.1'); } public function loadStyles() { RL_Document::style('tabs/popup.min.css', '8.0.1'); } } (new Popup('tabs'))->render();
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка