Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/mediabox.zip
Назад
PK �i#]��/2� � view.html.phpnu &1i� <?php /** * @package JCE * @subpackage Admin * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE.txt */ \defined('_JEXEC') or die; use Joomla\CMS\Component\ComponentHelper; use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\MVC\View\HtmlView; use Joomla\CMS\Toolbar\ToolbarHelper; class JceViewMediabox extends HtmlView { public $form; public $data; public function display($tpl = null) { $document = Factory::getDocument(); $form = $this->get('Form'); $data = $this->get('Data'); // Bind the form to the data. if ($form && $data) { $form->bind($data); } $this->form = $form; $this->data = $data; $this->name = Text::_('WF_MEDIABOX'); $this->fieldsname = ""; $this->formclass = 'form-horizontal options-grid-form options-grid-form-full'; $params = ComponentHelper::getParams('com_jce'); if ($params->get('inline_help', 1)) { $this->formclass .= ' form-help-inline'; } $this->addToolbar(); parent::display($tpl); } /** * Add the page title and toolbar. * * @since 3.0 */ protected function addToolbar() { Factory::getApplication()->input->set('hidemainmenu', true); $user = Factory::getUser(); ToolbarHelper::title(Text::_('WF_MEDIABOX'), 'pictures'); // If not checked out, can save the item. if ($user->authorise('jce.config', 'com_jce')) { ToolbarHelper::apply('mediabox.apply'); ToolbarHelper::save('mediabox.save'); } ToolbarHelper::cancel('mediabox.cancel', 'JTOOLBAR_CLOSE'); ToolbarHelper::divider(); ToolbarHelper::help('WF_MEDIABOX_EDIT'); } } PK �i#]�#o, , tmpl/index.htmlnu &1i� <html><body bgcolor="#FFFFFF"></body></html>PK �i#]#���m m tmpl/default.phpnu &1i� <?php /** * @package JCE * @subpackage Admin * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE.txt */ \defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Layout\LayoutHelper; if (version_compare(JVERSION, 4, '<')) { HTMLHelper::_('formbehavior.chosen', 'select'); } ?> <form action="index.php" method="post" name="adminForm" id="adminForm" class="form-horizontal"> <div class="ui-jce container-fluid"> <?php if (!empty($this->sidebar)): ?> <div id="j-sidebar-container" class="span2 col-md-2"> <?php echo $this->sidebar; ?> </div> <div id="j-main-container" class="span10 col-md-10"> <?php else: ?> <div id="j-main-container"> <?php endif;?> <fieldset class="adminform panelform"> <?php echo LayoutHelper::render('joomla.content.options_default', $this); ?> </fieldset> </div> </div> <input type="hidden" name="option" value="com_jce" /> <input type="hidden" name="view" value="mediabox" /> <input type="hidden" name="task" value="" /> <?php echo HTMLHelper::_('form.token'); ?> </form>PK �i#]�#o, , index.htmlnu &1i� <html><body bgcolor="#FFFFFF"></body></html>PK �i#]��/2� � view.html.phpnu &1i� PK �i#]�#o, , tmpl/index.htmlnu &1i� PK �i#]#���m m m tmpl/default.phpnu &1i� PK �i#]�#o, , index.htmlnu &1i� PK 6 �
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка