__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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\HTML\Block\Icon;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Uri\Uri;

$itemId = '&Itemid=' . $this->input->getInt('Itemid', 0);
$return = base64_encode(Uri::getInstance());
?>
<div class="com-dpcalendar-profile__calendars">
	<ul class="dp-davcalendars dp-list">
		<?php foreach ($this->calendars as $url => $calendar) { ?>
			<li class="dp-davcalendar">
				<span class="dp-davcalendar__color" style="background-color: #<?php echo str_replace('#', '', (string) $calendar->calendarcolor); ?>"></span>
				<?php if (empty($calendar->member_principal_access)) { ?>
					<?php $link = 'index.php?option=com_dpcalendar&task=davcalendar.delete&return='
						. $return . '&c_id=' . (int)$calendar->id; ?>
					<a href="<?php echo $this->router->route($link); ?>" class="dp-link dp-davcalendar__delete"
						aria-label="<?php echo $this->translate('COM_DPCALENDAR_VIEW_PROFILE_DELETE_PROFILE_CALENDAR'); ?>">
						<?php echo $this->layoutHelper->renderLayout('block.icon', [
							'icon'  => Icon::DELETE,
							'title' => $this->translate('COM_DPCALENDAR_VIEW_PROFILE_DELETE_PROFILE_CALENDAR')
						]); ?>
					</a>
					<a href="<?php echo $this->router->getEventFormRoute(0, Uri::getInstance(), 'catid=cd-' . (int)$calendar->id); ?>"
					   class="dp-link">
						<?php echo $this->layoutHelper->renderLayout('block.icon', [
							'icon'  => Icon::PLUS,
							'title' => $this->translate('COM_DPCALENDAR_VIEW_PROFILE_CREATE_EVENT_IN_CALENDAR')
						]); ?>
					</a>
					<?php $link = 'index.php?option=com_dpcalendar&task=davcalendar.edit&c_id=' . (int)$calendar->id . $itemId . '&return=' . $return; ?>
					<a href="<?php echo $this->router->route($link); ?>" class="dp-link dp-davcalendar__title">
						<?php echo $calendar->displayname; ?>
					</a>
				<?php } else { ?>
					<?php $text = Text::sprintf(
						'COM_DPCALENDAR_VIEW_PROFILE_SHARED_CALENDAR',
						$calendar->member_principal_name,
						$this->translate(
							'COM_DPCALENDAR_VIEW_PROFILE_SHARED_CALENDAR_ACCESS_' . (str_contains(
								(string) $calendar->member_principal_access,
								'/calendar-proxy-read'
							) ? 'READ' : 'WRITE')
						)
					); ?>
					<span class="dp-davcalendar__lock">
					<?php echo $this->layoutHelper->renderLayout('block.icon', ['icon' => Icon::LOCK, 'title' => $text]); ?>
					</span>
					<span class="dp-davcalendar__name"><?php echo $calendar->displayname; ?></span>
				<?php } ?>
				<div class="dp-davcalendar__url">
					<span class="dp-text"><?php echo $this->translate('COM_DPCALENDAR_VIEW_PROFILE_TABLE_CALDAV_URL_LABEL'); ?></span>
					<a href="<?php echo Uri::base() . 'components/com_dpcalendar/caldav.php/' . $url; ?>" class="dp-link">
						<?php echo $calendar->uri; ?>
					</a>
				</div>
			</li>
		<?php } ?>
	</ul>
</div>

Filemanager

Name Type Size Permission Actions
default.php File 1.12 KB 0664
default.xml File 943 B 0664
default_calendars.php File 2.96 KB 0664
default_events.php File 3.76 KB 0664
default_footer.php File 1.08 KB 0664
default_form.php File 2.12 KB 0664
default_heading.php File 441 B 0664
default_sharing.php File 1.56 KB 0664
default_title.php File 361 B 0664
Filemanager