__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package DPCalendar
* @copyright Copyright (C) 2017 Digital Peak GmbH. <https://www.digital-peak.com>
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
defined('_JEXEC') or die();
use DigitalPeak\Component\DPCalendar\Administrator\HTML\Block\Icon;
if (!$this->params->get('list_manage_search_form', 1)) {
return;
}
$action = $this->router->route('index.php?option=com_dpcalendar&view=list&layout=blog&Itemid=' . $this->input->getInt('Itemid', 0) . $this->tmpl);
$visible = $this->activeFilters || $this->params->get('list_manage_search_form', 1) == 2;
?>
<form action="<?php echo $action; ?>" method="post"
class="com-dpcalendar-blog__form com-dpcalendar-blog__form_<?php echo $visible ? '' : 'hidden'; ?> dp-form form-validate dp-print-hide">
<div class="com-dpcalendar-blog__form-container">
<?php foreach ($this->filterForm->getFieldset() as $field) { ?>
<?php echo $field->input; ?>
<?php } ?>
</div>
<div class="com-dpcalendar-blog__button-bar dp-button-bar">
<?php if (!in_array('location', $this->params->get('list_search_form_hidden_fields', [])) && $this->params->get('map_provider', 'openstreetmap') != 'none') { ?>
<button class="dp-button dp-button-current-location" type="button">
<?php echo $this->layoutHelper->renderLayout('block.icon', ['icon' => Icon::LOCATION]); ?>
<?php echo $this->translate('COM_DPCALENDAR_VIEW_MAP_LABEL_CURRENT_LOCATION'); ?>
</button>
<?php } ?>
<button class="dp-button dp-button-search" type="button">
<?php echo $this->layoutHelper->renderLayout('block.icon', ['icon' => Icon::OK]); ?>
<?php echo $this->translate('JSEARCH_FILTER'); ?>
</button>
<button class="dp-button dp-button-clear" type="button">
<?php echo $this->layoutHelper->renderLayout('block.icon', ['icon' => Icon::CANCEL]); ?>
<?php echo $this->translate('JCLEAR'); ?>
</button>
</div>
<input type="hidden" name="Itemid" value="<?php echo $this->input->getInt('Itemid', 0); ?>" class="dp-input dp-input-hidden">
</form>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| blog.php | File | 1.4 KB | 0664 |
|
| blog.xml | File | 44.32 KB | 0664 |
|
| blog_events.php | File | 4.76 KB | 0664 |
|
| blog_events_cta.php | File | 854 B | 0664 |
|
| blog_events_image.php | File | 861 B | 0664 |
|
| blog_events_locations.php | File | 1.57 KB | 0664 |
|
| blog_events_prices.php | File | 1.17 KB | 0664 |
|
| blog_events_title.php | File | 872 B | 0664 |
|
| blog_form.php | File | 1.97 KB | 0664 |
|
| blog_header.php | File | 2.47 KB | 0664 |
|
| blog_heading.php | File | 438 B | 0664 |
|
| blog_map.php | File | 829 B | 0664 |
|
| default.php | File | 1.4 KB | 0664 |
|
| default.xml | File | 44.44 KB | 0664 |
|
| default_events.php | File | 4.87 KB | 0664 |
|
| default_events_cta.php | File | 854 B | 0664 |
|
| default_events_image.php | File | 861 B | 0664 |
|
| default_events_locations.php | File | 1.57 KB | 0664 |
|
| default_events_prices.php | File | 1.17 KB | 0664 |
|
| default_events_title.php | File | 872 B | 0664 |
|
| default_form.php | File | 1.96 KB | 0664 |
|
| default_header.php | File | 2.47 KB | 0664 |
|
| default_heading.php | File | 438 B | 0664 |
|
| default_map.php | File | 829 B | 0664 |
|
| timeline.php | File | 1.42 KB | 0664 |
|
| timeline.xml | File | 44.02 KB | 0664 |
|
| timeline_events.php | File | 5.13 KB | 0664 |
|
| timeline_events_cta.php | File | 854 B | 0664 |
|
| timeline_events_image.php | File | 861 B | 0664 |
|
| timeline_events_locations.php | File | 1.57 KB | 0664 |
|
| timeline_events_prices.php | File | 1.17 KB | 0664 |
|
| timeline_events_title.php | File | 1.01 KB | 0664 |
|
| timeline_form.php | File | 2 KB | 0664 |
|
| timeline_header.php | File | 2.47 KB | 0664 |
|
| timeline_heading.php | File | 442 B | 0664 |
|
| timeline_map.php | File | 833 B | 0664 |
|