__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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) 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/cpanel/default.css');
$this->dpdocument->loadScriptFile('views/cpanel/default.js');
?>
<div class="com-dpcalendar-cpanel">
<div id="j-main-container">
<?php echo $this->loadtemplate('icons'); ?>
<div class="com-dpcalendar-cpanel__welcome">
<h2 class="dp-heading"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_WELCOME'); ?></h2>
<p class="dp-paragraphe"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_INTRO'); ?></p>
</div>
<div class="com-dpcalendar-cpanel__boxes dp-grid">
<div class="dp-grid__column com-dpcalendar-cpanel__box"><?php echo $this->loadtemplate('events_upcoming'); ?></div>
<div class="dp-grid__column com-dpcalendar-cpanel__box"><?php echo $this->loadtemplate('events_last'); ?></div>
<div class="dp-grid__column com-dpcalendar-cpanel__box"><?php echo $this->loadtemplate('events_new'); ?></div>
</div>
<div class="com-dpcalendar-cpanel__boxes dp-grid">
<div class="dp-grid__column com-dpcalendar-cpanel__box"><?php echo $this->loadtemplate('stats'); ?></div>
<div class="dp-grid__column com-dpcalendar-cpanel__box"><?php echo $this->loadtemplate('checks'); ?></div>
<div class="dp-grid__column com-dpcalendar-cpanel__box"><?php echo $this->loadtemplate('help'); ?></div>
</div>
<?php echo $this->loadtemplate('footer'); ?>
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 1.55 KB | 0664 |
|
| default_checks.php | File | 2.66 KB | 0664 |
|
| default_events_last.php | File | 1.42 KB | 0664 |
|
| default_events_new.php | File | 1.42 KB | 0664 |
|
| default_events_upcoming.php | File | 1.26 KB | 0664 |
|
| default_footer.php | File | 889 B | 0664 |
|
| default_help.php | File | 1.87 KB | 0664 |
|
| default_icons.php | File | 3.43 KB | 0664 |
|
| default_stats.php | File | 2.27 KB | 0664 |
|