__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
use DigitalPeak\Component\DPCalendar\Administrator\HTML\Block\Icon;
use Joomla\CMS\HTML\Helpers\StringHelper;
use DigitalPeak\Component\DPCalendar\Administrator\Helper\Booking;
use DigitalPeak\Component\DPCalendar\Administrator\Helper\Location;
/**
* @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();
$format = $this->params->get('event_date_format', 'd.m.Y') . ' ' . $this->params->get('event_time_format', 'H:i');
?>
<div class="com-dpcalendar-booking__tickets">
<?php foreach ($this->tickets as $eventId => $tickets) { ?>
<h3 class="dp-heading">
<span class="dp-heading__event-label"><?php echo $this->translate('COM_DPCALENDAR_EVENT'); ?>: </span>
<span class="dp-heading__event-title"><?php echo $tickets[0]->event_title; ?></span>
<span class="dp-heading__event-date"><?php echo $this->dateHelper->getDateStringFromEvent($tickets[0]); ?></span>
<?php if ($tickets[0]->event_original_id == -1 && $tickets[0]->event_rrule) { ?>
<span class="dp-heading__event-rrule">
<?php echo $this->layoutHelper->renderLayout('block.icon', ['icon' => Icon::RECURRING]); ?>
<?php echo $this->dateHelper->transformRRuleToString($tickets[0]->event_rrule, $tickets[0]->start_date); ?>
</span>
<?php } ?>
</h3>
<?php foreach ($tickets as $ticket) { ?>
<div class="dp-ticket">
<dl class="dp-description">
<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_TICKET'); ?></dt>
<dd class="dp-description__description">
<a href="<?php echo $this->router->getTicketRoute($ticket); ?>" title="<?php echo $ticket->uid; ?>" class="dp-link">
<?php if ($ticket->price_label) { ?>
<?php echo $ticket->price_label; ?>
<?php } else { ?>
<?php echo StringHelper::abridge($ticket->uid, 15, 5); ?>
<?php } ?>
</a>
</dd>
</dl>
<dl class="dp-description">
<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_VIEW_EVENTS_MODAL_COLUMN_STATE'); ?></dt>
<dd class="dp-description__description"><?php echo Booking::getStatusLabel($ticket); ?></dd>
</dl>
<dl class="dp-description">
<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_TICKET_FIELD_NAME_LABEL'); ?></dt>
<dd class="dp-description__description"><?php echo $ticket->name; ?></dd>
</dl>
<?php if ($location = $this->app->bootComponent('dpcalendar')->getMVCFactory()->createModel('Geo','Administrator')->format([$ticket])) { ?>
<dl class="dp-description">
<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_LOCATION'); ?></dt>
<dd class="dp-description__description"><?php echo $location; ?></dd>
</dl>
<?php } ?>
<?php if ($ticket->price) { ?>
<dl class="dp-description">
<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_BOOKING_FIELD_PRICE_LABEL'); ?></dt>
<dd class="dp-description__description"><?php echo \DigitalPeak\Component\DPCalendar\Administrator\Helper\DPCalendarHelper::renderPrice($ticket->price); ?></dd>
</dl>
<?php } ?>
</div>
<?php } ?>
<?php if (!empty($this->eventOptions[$eventId])) { ?>
<?php foreach ($this->eventOptions[$eventId] as $option) { ?>
<div class="dp-option">
<dl class="dp-description">
<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_OPTION'); ?></dt>
<dd class="dp-description__description">
<?php echo \DigitalPeak\Component\DPCalendar\Administrator\Helper\DPCalendarHelper::renderPrice($option['price']); ?>
<?php echo $option['amount']; ?>
<?php echo $option['label']; ?>
</dd>
</dl>
</div>
<?php } ?>
<?php } ?>
<?php } ?>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| abort.php | File | 777 B | 0664 |
|
| cancel.php | File | 795 B | 0664 |
|
| confirm.php | File | 1.78 KB | 0664 |
|
| confirm_actions.php | File | 1.59 KB | 0664 |
|
| confirm_content.php | File | 2.04 KB | 0664 |
|
| confirm_heading.php | File | 441 B | 0664 |
|
| confirm_payment.php | File | 1.96 KB | 0664 |
|
| confirm_terms.php | File | 814 B | 0664 |
|
| confirm_tickets.php | File | 3.82 KB | 0664 |
|
| confirm_title.php | File | 392 B | 0664 |
|
| default.php | File | 1.2 KB | 0664 |
|
| default_content.php | File | 3.57 KB | 0664 |
|
| default_header.php | File | 5.21 KB | 0664 |
|
| default_heading.php | File | 441 B | 0664 |
|
| default_registration.php | File | 1.81 KB | 0664 |
|
| default_steps.php | File | 2.13 KB | 0664 |
|
| default_tickets.php | File | 3.81 KB | 0664 |
|
| default_waiting.php | File | 405 B | 0664 |
|
| order.php | File | 985 B | 0664 |
|
| order_content.php | File | 299 B | 0664 |
|
| order_header.php | File | 1.86 KB | 0664 |
|
| order_heading.php | File | 441 B | 0664 |
|
| pay.php | File | 483 B | 0664 |
|
| review.php | File | 1.57 KB | 0664 |
|
| review_actions.php | File | 887 B | 0664 |
|
| review_heading.php | File | 441 B | 0664 |
|
| review_message.php | File | 443 B | 0664 |
|
| review_tickets.php | File | 1.97 KB | 0664 |
|
| review_title.php | File | 391 B | 0664 |
|