__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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\Helper\Booking;
use DigitalPeak\Component\DPCalendar\Administrator\Helper\DPCalendarHelper;

$ticket = $this->ticket;
$event  = $this->event;
?>
<div class="com-dpcalendar-ticket__content dp-ticket">
	<h3 class="dp-heading"><?php echo $event->title; ?></h3>
	<dl class="dp-description">
		<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_DATE'); ?></dt>
		<dd class="dp-description__description">
			<?php echo $this->dateHelper->getDateStringFromEvent(
				$event,
				$this->params->get('event_date_format', 'd.m.Y'),
				$this->params->get('event_time_format', 'H:i')
			); ?>
		</dd>
	</dl>
	<?php if (isset($event->locations) && $event->locations) { ?>
		<dl class="dp-description">
			<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_LOCATION'); ?></dt>
			<dd class="dp-description__description">
				<?php foreach ($event->locations as $location) { ?>
					<div class="dp-location">
						<a href="<?php echo $this->router->getLocationRoute($location); ?>" class="dp-link">
							<?php echo $location->title; ?>
						</a>
					</div>
				<?php } ?>
			</dd>
		</dl>
	<?php } ?>
	<h3 class="dp-heading"><?php echo $this->translate('JDETAILS'); ?></h3>
	<dl class="dp-description">
		<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_BOOKING_FIELD_ID_LABEL'); ?></dt>
		<dd class="dp-description__description"><?php echo $ticket->uid; ?></dd>
	</dl>
	<?php if ($ticket->price_label) { ?>
		<dl class="dp-description">
			<dt class="dp-description__label"><?php echo $this->translate('COM_DPCALENDAR_TICKET_FIELD_TYPE_LABEL'); ?></dt>
			<dd class="dp-description__description">
				<span class="dp-ticket__type-label"><?php echo $ticket->price_label; ?></span>
				<span class="dp-ticket__type-description"><?php echo $ticket->price_description; ?></span>
			</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 DPCalendarHelper::renderPrice($ticket->price); ?>
			</dd>
		</dl>
		<dl class="dp-description">
			<dt class="dp-description__label"><?php echo $this->translate('JSTATUS'); ?></dt>
			<dd class="dp-description__description">
				<?php echo Booking::getStatusLabel($ticket); ?>
			</dd>
		</dl>
	<?php } ?>
	<?php foreach ($this->ticketFields as $field) { ?>
		<dl class="dp-description dp-field-<?php echo $field->id; ?>">
			<dt class="dp-description__label"><?php echo $this->translate($field->dpDisplayLabel); ?></dt>
			<dd class="dp-description__description"><?php echo $field->dpDisplayContent; ?></dd>
		</dl>
	<?php } ?>
</div>

Filemanager

Name Type Size Permission Actions
default.php File 1.06 KB 0664
default_content.php File 2.95 KB 0664
default_header.php File 4.9 KB 0664
default_heading.php File 442 B 0664
default_qrcode.php File 408 B 0664
Filemanager