| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/lyon/components/com_djcatalog2/views/orders/tmpl/ |
Upload File : |
<?php
/**
* @package DJ-Catalog2
* @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
* @license http://www.gnu.org/licenses GNU/GPL
* @author url: http://dj-extensions.com
* @author email contact@dj-extensions.com
*/
defined('_JEXEC') or die('Restricted access');
$user = JFactory::getUser();
?>
<?php //if ($this->params->get( 'show_page_heading', 1) && $this->params->get('page_heading')) : ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx') ?>">
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
<?php //endif; ?>
<div id="djcatalog"
class="djc_list<?php echo $this->params->get('pageclass_sfx') . ' djc_theme_' . $this->params->get('theme', 'default') ?>">
<?php if ($user->authorise('djcatalog2.filedownload', 'com_djcatalog2')) : ?>
<form action="<?php echo JRoute::_('index.php?option=com_djcatalog2');?>" method="post" name="adminForm" id="adminForm">
<?php echo $this->getToolbar(['export' => ['icon' => 'chevron-right']]); ?>
<?php endif; ?>
<?php if (count($this->items) > 0) { ?>
<div class="djc_orders djc_producers djc_clearfix">
<?php echo $this->loadTemplate('table'); ?>
</div>
<?php } else { ?>
<p class="djc_empty_orders"><?php echo JText::_('COM_DJCATALOG2_ORDER_LIST_IS_EMPTY'); ?></p>
<?php } ?>
<?php if ($this->pagination->total > 0) { ?>
<div class="djc_pagination pagination djc_clearfix">
<?php
echo $this->pagination->getPagesLinks();
?>
</div>
<?php } ?>
<?php if (in_array('producers', $this->params->get('social_code_views', array())) && $this->params->get('social_code_position', 'top') == 'bottom' && $this->params->get('social_code', '') != '') { ?>
<div class="djc_clearfix djc_social_b">
<?php echo $this->params->get('social_code'); ?>
</div>
<?php } ?>
<?php if ($user->authorise('djcatalog2.filedownload', 'com_djcatalog2')) : ?>
<?php echo Joomla\CMS\HTML\HTMLHelper::_('form.token'); ?>
<input type="hidden" name="task" value=""/>
<input type="hidden" name="boxchecked" value="0"/>
</form>
<?php endif; ?>
<?php
if ($this->params->get('show_footer')) echo DJCATFOOTER;
?>
</div>