__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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) 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();

use DigitalPeak\Component\DPCalendar\Administrator\Helper\DPCalendarHelper;
use DigitalPeak\Component\DPCalendar\Site\Helper\RouteHelper;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Session\Session;

$this->dpdocument->loadStyleFile('dpcalendar/views/adminlist/default.css');
$this->dpdocument->loadScriptFile('views/adminlist/default.js');

$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn  = $this->escape($this->state->get('list.direction'));

$function = $this->input->getCmd('function', 'jSelectEvent');
?>
<div class="com-dpcalendar-events com-dpcalendar-events-modal com-dpcalendar-adminlist">
	<form action="<?php echo Route::_('index.php?option=com_dpcalendar&view=events&layout=modal&tmpl=component&function=' . $function . '&' . Session::getFormToken() . '=1'); ?>"
		  method="post" name="adminForm" id="adminForm">
		<?php echo $this->loadTemplate('filters'); ?>
		<table class="dp-table" class="adminlist">
			<thead>
				<tr>
					<th><?php echo HTMLHelper::_('searchtools.sort', 'COM_DPCALENDAR_VIEW_EVENTS_MODAL_COLUMN_TITLE', 'a.title', $listDirn, $listOrder); ?></th>
					<th><?php echo HTMLHelper::_('searchtools.sort', 'COM_DPCALENDAR_VIEW_EVENTS_MODAL_COLUMN_STATE', 'a.state', $listDirn, $listOrder); ?></th>
					<th><?php echo HTMLHelper::_('searchtools.sort', 'COM_DPCALENDAR_VIEW_EVENTS_MODAL_COLUMN_START', 'a.start_date', $listDirn, $listOrder); ?></th>
					<th><?php echo HTMLHelper::_('searchtools.sort', 'COM_DPCALENDAR_VIEW_EVENTS_MODAL_COLUMN_END', 'a.end_date', $listDirn, $listOrder); ?></th>
					<th><?php echo HTMLHelper::_('searchtools.sort', 'COM_DPCALENDAR_BOOKING_FIELD_ID_LABEL', 'a.id', $listDirn, $listOrder); ?></th>
				</tr>
			</thead>
				<tbody>
				<?php foreach ($this->items as $i => $item) { ?>
					<tr>
						<td class="dp-table__col-expand">
							<a class="dp-link" href="javascript:void(0)"
							data-id="<?php echo $item->id; ?>"
							data-title="<?php echo $this->escape(addslashes((string) $item->title)); ?>"
							data-calid="<?php echo $this->escape($item->catid); ?>"
							data-url="<?php echo $this->escape(RouteHelper::getEventRoute($item->id, $item->catid)); ?>"
							data-function="<?php echo $this->escape($function); ?>">
								<?php echo $this->escape($item->title); ?>
							</a>
						</td>
						<td><?php echo HTMLHelper::_('jgrid.published', $item->state, $i, 'events.'); ?></td>
						<td><?php echo DPCalendarHelper::getDate($item->start_date, $item->all_day); ?></td>
						<td><?php echo DPCalendarHelper::getDate($item->end_date, $item->all_day); ?></td>
						<td><?php echo $item->id; ?></td>
					</tr>
				<?php } ?>
				</tbody>
			<tfoot>
				<tr><td colspan="6"><?php echo $this->pagination->getListFooter(); ?></td></tr>
			</tfoot>
		</table>
		<input type="hidden" name="task" value=""/>
		<input type="hidden" name="boxchecked" value="0"/>
		<?php echo HTMLHelper::_('form.token'); ?>
	</form>
</div>

Filemanager

Name Type Size Permission Actions
compact.php File 3.14 KB 0664
default.php File 1.1 KB 0664
default_events.php File 7.74 KB 0664
default_filters.php File 373 B 0664
default_footer.php File 420 B 0664
modal.php File 3.11 KB 0664
Filemanager