addScript(JRoute :: _(JURI :: base() . 'components/' . JRequest :: getVar('option') . '/js/search.js')); $document -> addStyleSheet(JRoute :: _(JURI :: base() . 'components/' . JRequest :: getVar('option') . '/css/search.css')); require_once(JPATH_COMPONENT . DS . 'helpers' . DS . 'form.php'); ?>
filters != NULL) && (count($this -> filters) > 0)) { require(dirname(__FILE__) . DS . 'sub-tmpl' . DS . 'filters.php'); } if (($this -> filters != NULL) && (count($this -> filters) > 0) && ($this -> statistics != NULL) && (count($this -> statistics) > 0) && (array_sum(array_map(function ($statistic) {return count($statistic['values']);}, $this -> statistics)) > 0)) { ?>
statistics != NULL) && (count($this -> statistics) > 0) && (array_sum(array_map(function ($statistic) {return count($statistic['values']);}, $this -> statistics)) > 0)) { require(dirname(__FILE__) . DS . 'sub-tmpl' . DS . 'statistics.php'); } ?>

Search

JRequest :: getVar('option'), 'view' => 'search', 'layout' => 'simple', 'Itemid' => JRequest :: getVar('Itemid')), array('id' => 'oa-search', 'method' => 'get', 'onsubmit' => 'return performSimpleSearch();')); ?>
result != NULL) { require(dirname(__FILE__) . DS . 'sub-tmpl' . DS . 'result.php'); } ?>