item->params; $n = count($this->items); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $langFilter = false; // Tags filtering based on language filter if (($this->params->get('filter_field') === 'tag') && (Multilanguage::isEnabled())) { $tagfilter = ComponentHelper::getParams('com_tags')->get('tag_list_language_filter'); switch ($tagfilter) { case 'current_language' : $langFilter = JFactory::getApplication()->getLanguage()->getTag(); break; case 'all' : $langFilter = false; break; default : $langFilter = ComponentHelper::getParams('com_tags')->get('tag_list_language_filter'); } } // Check for at least one editable article $isEditable = false; if (!empty($this->items)) { foreach ($this->items as $article) { if ($article->params->get('access-edit')) { $isEditable = true; break; } } } // For B/C we also add the css classes inline. This will be removed in 4.0. JFactory::getDocument()->addStyleDeclaration(' .hide { display: none; } .table-noheader { border-collapse: collapse; } .table-noheader thead { display: none; } '); $tableClass = $this->params->get('show_headings') != 1 ? ' table-noheader' : ''; ?>
params->get('filter_field') !== 'hide' || $this->params->get('show_pagination_limit')) : ?>
params->get('filter_field') !== 'hide') : ?>
params->get('filter_field') !== 'tag') : ?>
params->get('show_pagination_limit')) : ?>
pagination->getLimitBox(); ?>
items)) : ?> params->get('show_no_articles', 1)) : ?>

params->get('list_show_date')) : ?> params->get('list_show_author')) : ?> params->get('list_show_hits')) : ?> params->get('list_show_votes', 0) && $this->vote) : ?> params->get('list_show_ratings', 0) && $this->vote) : ?> items as $i => $article) : ?> items[$i]->state == 0) : ?> params->get('list_show_date')) : ?> params->get('list_show_author', 1)) : ?> params->get('list_show_hits', 1)) : ?> params->get('list_show_votes', 0) && $this->vote) : ?> params->get('list_show_ratings', 0) && $this->vote) : ?>
category->title); ?>
access, $this->user->getAuthorisedViewLevels())) : ?> escape($article->title); ?> params->get('show_associations')) : ?> id); ?> params->get('flags', 1) && $association['language']->image) : ?> image . '.gif', $association['language']->title_native, array('title' => $association['language']->title_native), true); ?>    sef; ?>  sef); ?>  escape($article->title) . ' : '; $menu = JFactory::getApplication()->getMenu(); $active = $menu->getActive(); $itemId = $active->id; $link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false)); $link->setVar('return', base64_encode(ContentHelperRoute::getArticleRoute($article->slug, $article->catid, $article->language))); ?> params->get('show_associations')) : ?> id); ?> params->get('flags', 1)) : ?> image . '.gif', $association['language']->title_native, array('title' => $association['language']->title_native), true); ?>    sef; ?>  sef); ?>  state == 0) : ?> publish_up) > strtotime(JFactory::getDate())) : ?> publish_down) < strtotime(JFactory::getDate())) && $article->publish_down != JFactory::getDbo()->getNullDate()) : ?> displayDate, $this->escape($this->params->get('date_format', JText::_('DATE_FORMAT_LC3'))) ); ?> author) || !empty($article->created_by_alias)) : ?> author ?> created_by_alias ?: $author; ?> contact_link) && $this->params->get('link_author') == true) : ?> contact_link, $author)); ?> hits); ?> rating_count); ?> rating); ?> params->get('access-edit')) : ?>
category->getParams()->get('access-create')) : ?> category, $this->category->params); ?> items)) : ?> params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>