PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
components
/
com_djcatalog2
/
views
/
items
/
tmpl
<?php /** * @version $Id: default.php 424 2015-05-20 08:25:59Z michal $ * @package DJ-Catalog2 * @copyright Copyright (C) 2012 DJ-Extensions.com LTD, All rights reserved. * @license http://www.gnu.org/licenses GNU/GPL * @author url: http://dj-extensions.com * @author email contact@dj-extensions.com * @developer Michal Olczyk - michal.olczyk@design-joomla.eu * * DJ-Catalog2 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * DJ-Catalog2 is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with DJ-Catalog2. If not, see <http://www.gnu.org/licenses/>. * */ defined ('_JEXEC') or die('Restricted access'); $app = JFactory::getApplication(); $filter_modules = JModuleHelper::getModules('djc2_filters'); $this->filter_modules = ''; if (!empty($filter_modules)) { foreach ($filter_modules as $module){ $this->filter_modules .= JModuleHelper::renderModule($module); } } $author_id = $app->input->getInt('aid', 0); $author_user = false; if ($author_id > 0) { $author_user = Djcatalog2Helper::getUser($author_id); } ?> <?php if ($this->params->get( 'show_page_heading', 1) /*&& ($this->params->get( 'page_heading') != @$this->item->name)*/) : ?> <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 (!empty($this->feedlink) && $this->params->get('rss_feed_icon', 0) == '1' && $this->params->get('rss_enabled', '1') == '1' && !($this->params->get('showcatdesc') && $this->item && $this->item->id > 0)) { ?> <a class="djc_rss_link" href="<?php echo $this->feedlink; ?>"><img alt="RSS" src="<?php echo DJCatalog2ThemeHelper::getThemeImage('rss_icon.png')?>" /></a> <?php } ?> <?php if ($author_user) { ?> <h2><?php echo JText::sprintf('COM_DJCATALOG2_USER_ITEMS_DISPLAYED', $author_user->username); ?> <?php JUri::reset(); $uri = JUri::getInstance(); $query = $uri->getQuery(true); if (isset($query['aid'])) { unset($query['aid']); } $uri->setQuery($query); $clearUserLink = $uri->toString(); JUri::reset(); ?> <a class="button btn btn-mini" href="<?php echo $clearUserLink ?>"><?php echo JText::_('COM_DJCATALOG2_CLEAR_FILTER'); ?></a> </h2> <?php } ?> <?php if (!$author_user) { ?> <?php if ($this->params->get('showcatdesc') && $this->item && $this->item->id > 0) { ?> <div class="djc_category djc_clearfix"> <?php if ( in_array('category', $this->params->get('social_code_views',array())) && $this->params->get('social_code_position','top') == 'top' && $this->params->get('social_code', '') != '') { ?> <div class="djc_clearfix djc_social_t"> <?php echo $this->params->get('social_code'); ?> </div> <?php } ?> <?php $this->item->images = DJCatalog2ImageHelper::getImages('category',$this->item->id); if ((int)$this->params->get('showcatimg', 1) > 0 && $this->item->images) { echo $this->loadTemplate('images'); } ?> <?php if ($this->params->get('showcatname', 1)) { ?> <h2 class="djc_title"> <?php echo $this->item->name; ?> <?php if (!empty($this->feedlink) && $this->params->get('rss_feed_icon', 0) == '1' && $this->params->get('rss_enabled', '1') == '1') { ?> <a class="djc_rss_link" href="<?php echo $this->feedlink; ?>"><img alt="RSS" src="<?php echo DJCatalog2ThemeHelper::getThemeImage('rss_icon.png')?>" /></a> <?php } ?> </h2> <?php } else if (!empty($this->feedlink) && $this->params->get('rss_feed_icon', 0) == '1' && $this->params->get('rss_enabled', '1') == '1') { ?> <a class="djc_rss_link" href="<?php echo $this->feedlink; ?>"><img alt="RSS" src="<?php echo DJCatalog2ThemeHelper::getThemeImage('rss_icon.png')?>" /></a> <?php } ?> <?php if ( in_array('category', $this->params->get('social_code_views',array())) && $this->params->get('social_code_position','top') == 'aft_title' && $this->params->get('social_code', '') != '') { ?> <div class="djc_clearfix djc_social_at"> <?php echo $this->params->get('social_code'); ?> </div> <?php } ?> <?php if (JString::strlen(trim($this->item->description)) > 0) {?> <div class="djc_description"> <div class="djc_fulltext"> <?php echo JHTML::_('content.prepare', $this->item->description, $this->params, 'com_djcatalog2.category.description'); ?> </div> <?php if (isset($this->item->tabs)) { ?> <div class="djc_clear"></div> <div class="djc_tabs"> <?php echo $this->item->tabs; ?> </div> <?php } ?> </div> <?php } ?> <?php if ( in_array('category', $this->params->get('social_code_views',array())) && $this->params->get('social_code_position','top') == 'aft_desc' && $this->params->get('social_code', '') != '') { ?> <div class="djc_clearfix djc_social_ad"> <?php echo $this->params->get('social_code'); ?> </div> <?php } ?> </div> <?php } ?> <?php if ($this->params->get('showsubcategories') && $this->subcategories && JFactory::getApplication()->input->get('filtering', false) === false) { ?> <div class="djc_subcategories"> <?php if ($this->params->get('showsubcategories_label')) { ?> <h2 class="djc_title"><?php echo JText::_('COM_DJCATALOG2_SUBCATEGORIES'); ?></h2> <?php } ?> <div class="djc_subcategories_grid djc_clearfix"> <?php echo $this->loadTemplate('subcategories'); ?> </div> </div> <?php } ?> <?php } ?> <?php $toggleAdvFilters = false; ?> <?php if (($this->params->get('product_catalogue') == '0' || count($this->items) > 0) && ($this->params->get('show_category_filter') > 0 || $this->params->get('show_producer_filter') > 0 || $this->params->get('show_price_filter') > 0 || $this->params->get('show_search') > 0)) { ?> <div class="djc_filters djc_clearfix" id="tlb"> <?php echo $this->loadTemplate('filters'); ?> <?php $toggleAdvFilters = true; ?> </div> <?php } ?> <?php if (!empty($this->filter_modules)) {?> <div id="djc_additional_filters" class="djc_additional_filters djc_clearfix"> <div class="djc_additional_filters_in thumbnail"> <?php echo $this->filter_modules; ?> <?php if ($toggleAdvFilters) {?> <p class="djc_adv_search_wrap"> <span class="djc_adv_search_toggle"><?php echo JText::_('COM_DJCATALOG2_ADVANCED_SEARCH_CLOSE'); ?> <span class="icon-uparrow"></span></span> </p> <?php } ?> </div> </div> <?php } ?> <?php if (($this->params->get('product_catalogue') == '0' || count($this->items) > 0) && $this->params->get('show_atoz_filter') > 0) { ?> <div class="djc_atoz djc_clearfix"> <?php echo $this->loadTemplate('atoz'); ?> </div> <?php } ?> <?php if (count($this->items) > 0 && ($this->params->get('show_category_orderby') > 0 || $this->params->get('show_producer_orderby') > 0 || $this->params->get('show_name_orderby') > 0 || $this->params->get('show_price_orderby') > 0 || count($this->sortables) > 0)) { ?> <div class="djc_order djc_clearfix"> <?php echo $this->loadTemplate('order'); ?> </div> <?php } ?> <?php if (count($this->items) > 0 && $this->params->get('show_layout_switch', '0') == '1') { ?> <div class="djc_layout_switch djc_clearfix"> <?php echo $this->loadTemplate('layoutswitch'); ?> </div> <?php } ?> <?php if (count($this->items) > 0){ ?> <div class="djc_items djc_clearfix"> <?php echo $this->loadTemplate($this->params->get('list_layout','items')); ?> </div> <?php } ?> <?php if ($this->pagination->total > 0 && $this->pagination->total > $this->pagination->limit) { ?> <div class="djc_pagination pagination djc_clearfix"> <?php echo $this->pagination->getPagesLinks(); ?> </div> <?php } ?> <?php if (false) { ?> <form method="post" action="<?php echo JURI::getInstance()->toString(); ?>"> <?php $default_limit = $this->params->get('limit_items_show', 10); $selected = JFactory::getApplication()->input->get( 'limit', $default_limit, 'int' ); $limits = array(); // Make the option list. for ($i = $default_limit; $i <= 100; $i*=2) { $limits[] = JHtml::_('select.option', "$i"); } $html = JHtml::_( 'select.genericlist', $limits, $this->prefix . 'limit', 'class="inputbox input-mini" size="1" onchange="this.form.submit()"', 'value', 'text', $selected ); echo $html; ?> </form> <?php } ?> <?php if ( in_array('category', $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 ($this->params->get('show_footer')) echo DJCATFOOTER; ?> </div>
[+]
..
[-] default.php
[edit]
[-] default.xml
[edit]
[-] default_addtocart.php
[edit]
[-] default_atoz.php
[edit]
[-] default_column_attributes.php
[edit]
[-] default_filters.php
[edit]
[-] default_images.php
[edit]
[-] default_items.php
[edit]
[-] default_items_attributes.php
[edit]
[-] default_layoutswitch.php
[edit]
[-] default_order.php
[edit]
[-] default_subcategories.php
[edit]
[-] default_table.php
[edit]
[-] index.html
[edit]
[-] .htaccess.disabled
[edit]