Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/administrator/components/com_fabrik/views/crons/tmpl/default.php
Назад
<?php /** * Admin Crons List Tmpl * * @package Joomla.Administrator * @subpackage Fabrik * @copyright Copyright (C) 2005-2020 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html * @since 3.0 */ // No direct access defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; require_once JPATH_COMPONENT . '/helpers/adminhtml.php'; HTMLHelper::addIncludePath(JPATH_COMPONENT . '/helpers/html'); HTMLHelper::_('bootstrap.tooltip'); //HTMLHelper::_('script', 'system/multiselect.js', false, true); HTMLHelper::_('script','system/multiselect.js', ['relative' => true]); $user = Factory::getUser(); $userId = $user->get('id'); $listOrder = $this->state->get('list.ordering'); $listDirn = $this->state->get('list.direction'); $alts = array('JPUBLISHED', 'JUNPUBLISHED', 'COM_FABRIK_ERR_CRON_RUN_TIME'); $imgs = array('publish_x.png', 'tick.png', 'publish_y.png'); $tasks = array('publish', 'unpublish', 'publish'); ?> <form action="<?php echo Route::_('index.php?option=com_fabrik&view=crons'); ?>" method="post" name="adminForm" id="adminForm"> <fieldset id="filter-bar"> <div class="filter-search fltlft"> <label class="filter-search-lbl" for="filter_search"><?php echo Text::_('JSEARCH_FILTER_LABEL'); ?>:</label> <input type="text" name="filter_search" id="filter_search" value="<?php echo $this->state->get('filter.search'); ?>" title="<?php echo Text::_( 'COM_FABRIK_SEARCH_IN_TITLE'); ?>" /> <button type="submit"><?php echo Text::_('JSEARCH_FILTER_SUBMIT'); ?></button> <button type="button" onclick="document.id('filter_search').value='';this.form.submit();"><?php echo Text::_('JSEARCH_FILTER_CLEAR'); ?></button> </div> <div class="filter-select fltrt"> <?php if (!empty($this->packageOptions)) { ?> <select name="package" class="inputbox" onchange="this.form.submit()"> <option value="fabrik"><?php echo Text::_('COM_FABRIK_SELECT_PACKAGE'); ?></option> <?php echo HTMLHelper::_('select.options', $this->packageOptions, 'value', 'text', $this->state->get('com_fabrik.package'), true); ?> </select> <?php } ?> <select name="filter_published" class="inputbox" onchange="this.form.submit()"> <option value=""><?php echo Text::_('JOPTION_SELECT_PUBLISHED'); ?></option> <?php echo HTMLHelper::_('select.options', HTMLHelper::_('jgrid.publishedOptions', array('archived' => true)), 'value', 'text', $this->state->get('filter.published'), true); ?> </select> </div> </fieldset> <div class="clr"> </div> <table class="adminlist"> <thead> <tr> <th width="2%"> <?php echo HTMLHelper::_('grid.sort', 'JGRID_HEADING_ID', 'c.id', $listDirn, $listOrder); ?> </th> <th width="1%"> <input type="checkbox" name="toggle" value="" onclick="checkAll(this);" /> </th> <th width="80%"> <?php echo HTMLHelper::_('grid.sort', 'COM_FABRIK_LABEL', 'c.label', $listDirn, $listOrder); ?> </th> <th width="12%"> <?php echo HTMLHelper::_('grid.sort', 'COM_FABRIK_CRON_FIELD_LAST_RUN_LABEL', 'c.lastrun', $listDirn, $listOrder); ?> </th> <th width="5%"> <?php echo HTMLHelper::_('grid.sort', 'JPUBLISHED', 'c.published', $listDirn, $listOrder); ?> </th> </tr> </thead> <tfoot> <tr> <td colspan="5"> <?php echo $this->pagination->getListFooter(); ?> </td> </tr> </tfoot> <tbody> <?php foreach ($this->items as $i => $item) : $ordering = ($listOrder == 'ordering'); $link = Route::_('index.php?option=com_fabrik&task=cron.edit&id=' . (int) $item->id); $canChange = true; ?> <tr class="row<?php echo $i % 2; ?>"> <td> <?php echo $item->id; ?> </td> <td> <?php echo HTMLHelper::_('grid.id', $i, $item->id); ?> </td> <td> <?php if ($item->checked_out && ($item->checked_out != $user->get('id'))) { echo $item->label; } else { ?> <a href="<?php echo $link; ?>"> <?php echo $item->label; ?> </a> <?php } ?> </td> <td> <?php echo $item->lastrun; ?> </td> <td> <?php echo HTMLHelper::_('jgrid.published', $item->published, $i, 'crons.', $canChange);?> </td> </tr> <?php endforeach; ?> </tbody> </table> <input type="hidden" name="task" value="" /> <input type="hidden" name="boxchecked" value="0" /> <input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>" /> <input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>" /> <?php echo HTMLHelper::_('form.token'); ?> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка