__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
use Joomla\CMS\HTML\HTMLHelper;
/**
* @package DPCalendar
* @copyright Copyright (C) 2014 Digital Peak GmbH. <https://www.digital-peak.com>
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
defined('_JEXEC') or die();
$this->dpdocument->loadStyleFile('dpcalendar/views/adminlist/default.css');
$this->dpdocument->loadScriptFile('dpcalendar/views/adminlist/default.js');
$this->dpdocument->addScriptOptions('adminlist', ['listOrder' => $this->state->get('list.ordering')]);
?>
<div class="com-dpcalendar-events com-dpcalendar-adminlist">
<form action="<?php echo $this->router->route('index.php?option=com_dpcalendar&view=events'); ?>"
method="post" name="adminForm" id="adminForm">
<div id="j-main-container">
<?php echo $this->loadTemplate('filters'); ?>
<?php echo $this->loadTemplate('events'); ?>
</div>
<input type="hidden" name="task" value=""/>
<input type="hidden" name="boxchecked" value="0"/>
<?php echo HTMLHelper::_('form.token'); ?>
</form>
<?php echo $this->loadTemplate('footer'); ?>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| compact.php | File | 3.22 KB | 0664 |
|
| default.php | File | 1.03 KB | 0664 |
|
| default_events.php | File | 7.73 KB | 0664 |
|
| default_filters.php | File | 372 B | 0664 |
|
| default_footer.php | File | 418 B | 0664 |
|
| modal.php | File | 3.12 KB | 0664 |
|