| 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/administrator/components/com_djcatalog2/views/items/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
*/
// no direct access
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\Uri\Uri;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Layout\LayoutHelper;
//Joomla\CMS\HTML\HTMLHelper::_('bootstrap.tooltip');
Factory::getDocument()->addScript(Uri::base(true).'/components/com_djcatalog2/assets/js/jselect-modal.js');
require_once JPATH_ROOT . '/components/com_djcatalog2/helpers/route.php';
$user = Factory::getUser();
$app = Factory::getApplication();
$userId = $user->get('id');
$listOrder = $this->state->get('list.ordering');
$listDirn = $this->state->get('list.direction');
$saveOrder = $listOrder == 'a.ordering';
$featured_states = array(
0 => array(
'task' => 'featured',
'text' => '',
'active_title' => 'COM_DJCATALOG2_FEATURED',
'inactive_title' => 'COM_DJCATALOG2_FEATURED',
'tip' => true,
'active_class' => 'unfeatured',
'inactive_class' => 'featured'
),
1 => array(
'task' => 'unfeatured',
'text' => '',
'active_title' => 'COM_DJCATALOG2_FEATURED',
'inactive_title' => 'COM_DJCATALOG2_FEATURED',
'tip' => true,
'active_class' => 'featured',
'inactive_class' => 'unfeatured'
)
);
$function = Factory::getApplication()->input->getCmd('function', 'jSelectDJCatalog2Item');
$onclick = $this->escape($function);
?>
<form action="<?php echo Route::_('index.php?option=com_djcatalog2&view=items&language=' . $app->input->get('language') . '&layout=modal&tmpl=component&function=' . $function . '&' . Session::getFormToken() . '=1'); ?>"
method="post" name="adminForm" id="adminForm">
<div class="col-md-12">
<!-- <div id="filter-bar" class="btn btn-toolbar">-->
<!-- <div class="filter-search btn-group pull-left">-->
<!-- <label class="element-invisible"-->
<!-- for="filter_search">--><?php //echo Text::_('JSEARCH_FILTER_LABEL'); ?><!--</label>-->
<!-- <input class="input input-medium" type="text" name="filter_search" id="filter_search"-->
<!-- value="--><?php //echo $this->escape($this->state->get('filter.search')); ?><!--"/>-->
<!-- </div>-->
<!-- <div class="btn-group pull-left">-->
<!-- <button type="submit" class="btn btn-primary">--><?php //echo Text::_('JSEARCH_FILTER_SUBMIT'); ?><!--</button>-->
<!-- <button type="button" class="btn btn-primary"-->
<!-- onclick="document.getElementById('filter_search').value='';this.form.submit();">--><?php //echo Text::_('JSEARCH_FILTER_CLEAR'); ?><!--</button>-->
<!-- </div>-->
<!-- <div class="clearfix"></div>-->
<!---->
<!-- </div>-->
<!-- <div class="filter-search btn-group pull-left">-->
<!-- <div class="btn-group pull-right hidden-phone">-->
<!-- <label for="limit"-->
<!-- class="element-invisible">--><?php //echo Text::_('JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC'); ?><!--</label>-->
<!-- --><?php //echo $this->pagination->getLimitBox(); ?>
<!-- </div>-->
<!-- <div class="btn-group pull-right hidden-phone">-->
<!-- <select name="filter_published" class="input form-control" onchange="this.form.submit()">-->
<!-- <option value="">--><?php //echo Text::_('JOPTION_SELECT_PUBLISHED'); ?><!--</option>-->
<!-- --><?php //echo Joomla\CMS\HTML\HTMLHelper::_('select.options', array(Joomla\CMS\HTML\HTMLHelper::_('select.option', '1', 'JPUBLISHED'), Joomla\CMS\HTML\HTMLHelper::_('select.option', '0', 'JUNPUBLISHED')), 'value', 'text', $this->state->get('filter.published'), true); ?>
<!-- </select>-->
<!-- </div>-->
<!-- <div class="btn-group pull-right hidden-phone">-->
<!-- --><?php //echo Joomla\CMS\HTML\HTMLHelper::_('select.genericlist', $this->categories, 'filter_category', 'class="input form-control" onchange="this.form.submit()"', 'value', 'text', $this->state->get('filter.category')); ?>
<!-- </div>-->
<!-- <div class="btn-group pull-right hidden-phone">-->
<!-- --><?php
// $producers_first_option = new stdClass();
// $producers_first_option->id = '';
// $producers_first_option->name = '- ' . Text::_('COM_DJCATALOG2_SELECT_PRODUCER') . ' -';
// $producers_first_option->published = null;
// $producers = count($this->producers) ? array_merge(array($producers_first_option), $this->producers) : array($producers_first_option);
// echo Joomla\CMS\HTML\HTMLHelper::_('select.genericlist', $producers, 'filter_producer', 'class="input form-control" onchange="this.form.submit()"', 'id', 'name', $this->state->get('filter.producer'));
// ?>
<!-- </div>-->
<!-- </div>-->
<?php echo LayoutHelper::render('joomla.searchtools.default', array('view' => $this)); ?>
<div class="clearfix"></div>
<table class="table table-striped">
<thead>
<tr>
<th width="75" align="center">
<?php echo Text::_('COM_DJCATALOG2_IMAGE'); ?>
</th>
<th>
<?php echo Joomla\CMS\HTML\HTMLHelper::_('searchtools.sort', 'COM_DJCATALOG2_NAME', 'a.name', $listDirn, $listOrder); ?>
</th>
<th width="15%" class="title">
<?php echo Joomla\CMS\HTML\HTMLHelper::_('searchtools.sort', 'COM_DJCATALOG2_CATEGORY', 'category_name', $listDirn, $listOrder); ?>
</th>
<th width="10%">
<?php echo Joomla\CMS\HTML\HTMLHelper::_('searchtools.sort', 'COM_DJCATALOG2_LANGUAGE', 'a.language', $listDirn, $listOrder); ?>
</th>
<th width="15%" class="title">
<?php echo Joomla\CMS\HTML\HTMLHelper::_('searchtools.sort', 'COM_DJCATALOG2_PRODUCER', 'producer_name', $listDirn, $listOrder); ?>
</th>
<th width="1%" class="nowrap">
<?php echo Joomla\CMS\HTML\HTMLHelper::_('searchtools.sort', 'JGLOBAL_HITS', 'a.hits', $listDirn, $listOrder); ?>
</th>
<th width="1%" class="nowrap">
<?php echo Joomla\CMS\HTML\HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_ID', 'a.id', $listDirn, $listOrder); ?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="6">
<?php echo $this->pagination->getListFooter(); ?>
</td>
</tr>
</tfoot>
<tbody>
<?php
$ordering = ($listOrder == 'a.ordering');
foreach ($this->items as $i => $item) :
?>
<tr class="row<?php echo $i % 2; ?>">
<td align="center">
<?php
if ($item->item_image) { ?><img alt="<?php echo $item->image_caption; ?>"
src="<?php echo DJCatalog2ImageHelper::getImageUrl($item->image_fullpath, 'thumb', $item->image_path); ?>"/><?php } else { ?>
<img
src="<?php echo str_replace('/administrator', '', Uri::base()) . 'components/com_djcatalog2/assets/images/noimage.jpg'; ?>"
alt="" /><?php } ?>
</td>
<td>
<?php $attribs = 'data-function="' . $this->escape($onclick) . '"'
. ' data-id="' . $item->id . '"'
. ' data-title="' . $this->escape($item->name) . '"';
?>
<a class="select-link" href="javascript:void(0)" <?php echo $attribs; ?>><?php echo $this->escape($item->name); ?></a>
<p class="smallsub"><?php echo Text::sprintf('JGLOBAL_LIST_ALIAS', $this->escape($item->alias)); ?></p>
</td>
<td>
<?php echo $this->escape($item->category_name); ?>
</td>
<td align="center">
<?php echo LayoutHelper::render('joomla.content.language', $item); ?>
</td>
<td>
<?php echo $this->escape($item->producer_name); ?>
</td>
<td class="center">
<?php echo (int)$item->hits; ?>
</td>
<td class="center">
<?php echo (int)$item->id; ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<div>
<input type="hidden" name="task" value=""/>
<input type="hidden" name="boxchecked" value="0"/>
<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>"/>
<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>"/>
<input type="hidden" name="forcedLanguage"
value="<?php echo $app->input->get('forcedLanguage', '', 'CMD'); ?>"/>
<?php echo Joomla\CMS\HTML\HTMLHelper::_('form.token'); ?>
</div>
</div>
</form>