Файловый менеджер - Редактировать - /home/harasnat/www/sommer/plugins/system/helixultimate/overrides/com_search/search/default_form.php
Назад
<?php /** * @package Helix Ultimate Framework * @author JoomShaper https://www.joomshaper.com * @copyright Copyright (c) 2010 - 2021 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined ('_JEXEC') or die(); use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; $lang = Factory::getLanguage(); $upper_limit = $lang->getUpperLimitSearchWord(); ?> <form id="searchForm" action="<?php echo Route::_('index.php?option=com_search'); ?>" method="post"> <div class="mb-3"> <div class="input-group"> <input type="text" name="searchword" placeholder="<?php echo Text::_('COM_SEARCH_SEARCH_KEYWORD'); ?>" id="search-searchword" maxlength="<?php echo $upper_limit; ?>" value="<?php echo $this->escape($this->origkeyword); ?>" class="form-control"> <div class="input-group-text"> <button name="Search" onclick="this.form.submit()" class="btn btn-secondary"> <span class="fas fa-search" aria-hidden="true"></span> <?php echo Text::_('JSEARCH_FILTER_SUBMIT'); ?> </button> </div> </div> <input type="hidden" name="task" value="search"> </div> <div class="mb-3 searchintro<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php if (!empty($this->searchword)) : ?> <p> <?php echo Text::plural('COM_SEARCH_SEARCH_KEYWORD_N_RESULTS', '<span class="badge badge-info">' . $this->total . '</span>'); ?> </p> <?php endif; ?> </div> <?php if ($this->params->get('search_phrases', 1)) : ?> <fieldset> <legend> <?php echo Text::_('COM_SEARCH_FOR'); ?> </legend> <div class="mb-3"> <?php echo $this->lists['searchphrase']; ?> </div> <div class="mb-3"> <label for="ordering" class="me-2"> <?php echo Text::_('COM_SEARCH_ORDERING'); ?> </label> <?php echo $this->lists['ordering']; ?> </div> </fieldset> <hr> <?php endif; ?> <?php if ($this->params->get('search_areas', 1)) : ?> <div class="mb-3"> <fieldset> <legend> <?php echo Text::_('COM_SEARCH_SEARCH_ONLY'); ?> </legend> <?php foreach ($this->searchareas['search'] as $val => $txt) : ?> <div class="form-check form-check-inline"> <?php $checked = is_array($this->searchareas['active']) && in_array($val, $this->searchareas['active']) ? 'checked="checked"' : ''; ?> <input type="checkbox" class="form-check-input" name="areas[]" value="<?php echo $val; ?>" id="area-<?php echo $val; ?>" <?php echo $checked; ?>> <label for="area-<?php echo $val; ?>" class="form-check-label"><?php echo Text::_($txt); ?></label> </div> <?php endforeach; ?> </fieldset> </div> <hr> <?php endif; ?> <?php if ($this->total > 0) : ?> <div class="mb-3"> <div class="d-flex"> <label for="limit" class="me-2"> <?php echo Text::_('JGLOBAL_DISPLAY_NUM'); ?> </label> <?php echo $this->pagination->getLimitBox(); ?> </div> </div> <p><?php echo $this->pagination->getPagesCounter(); ?></p> <?php endif; ?> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка