__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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) 2018 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\Helper\DPCalendarHelper;
?>
<div class="com-dpcalendar-cpanel__stats">
<h3 class="dp-heading">
<?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_STATS'); ?>
</h3>
<div class="dp-information-container">
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_STATS_EVENTS_TOTAL'); ?>: </span>
<span class="dp-information__content"><?php echo $this->totalEvents; ?></span>
</div>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_STATS_BOOKING_TOTAL_YEAR'); ?>: </span>
<span class="dp-information__content">
<?php echo $this->totalBookings['year']['total']; ?>
[<?php echo DPCalendarHelper::renderPrice($this->totalBookings['year']['price'] ?: ''); ?>]
</span>
</div>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_STATS_BOOKING_TOTAL_MONTH'); ?>: </span>
<span class="dp-information__content">
<?php echo $this->totalBookings['month']['total']; ?>
[<?php echo DPCalendarHelper::renderPrice($this->totalBookings['month']['price'] ?: ''); ?>]
</span>
</div>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_STATS_BOOKING_TOTAL_WEEK'); ?>: </span>
<span class="dp-information__content">
<?php echo $this->totalBookings['week']['total']; ?>
[<?php echo DPCalendarHelper::renderPrice($this->totalBookings['week']['price'] ?: ''); ?>]
</span>
</div>
<div class="dp-information dp-grid">
<span class="dp-information__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_CPANEL_STATS_BOOKING_TOTAL_NOTACTIVE'); ?>: </span>
<span class="dp-information__content">
<?php echo $this->totalBookings['notactive']['total']; ?>
[<?php echo DPCalendarHelper::renderPrice($this->totalBookings['notactive']['price'] ?: ''); ?>]
</span>
</div>
</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 |
|