addScript(JRoute :: _(JURI :: base() . 'components/com_openaire/js/tooltip.js')); $document -> addScript(JRoute :: _(JURI :: base() . 'components/com_openaire/js/advancedsearchorganizations.js')); $document -> addStyleSheet(JRoute :: _(JURI :: base() . 'components/com_openaire/css/tooltip/tooltip1.css')); $document -> addStyleSheet(JRoute :: _(JURI :: base() . 'templates/' . JFactory :: getApplication() -> getTemplate() . '/styles/openaire/css/tooltip.css')); JView :: loadHelper('FilterHelper'); JView :: loadHelper('StatisticHelper'); ?>
keywords != NULL) && ($this -> fields != NULL) && ($this -> constraints != NULL)) || ($this -> countries != NULL) || ($this -> types != NULL)) && ($this -> result != NULL) && ($this -> result -> totalOrganizations > 0)) { ?>
itemId; for ($i = 0; ($i < count($this -> keywords)) && ($i < count($this -> fields)) && ($i < count($this -> constraints)); $i++) $baseUrl .= '&keyword%5B%5D=' . $this -> keywords[$i] . '&field%5B%5D=' . $this -> fields[$i] . '&constraint%5B%5D=' . $this -> constraints[$i]; foreach ($this -> countries as $country) $baseUrl .= '&country%5B%5D=' . $country; foreach ($this -> types as $type) $baseUrl .= '&type%5B%5D=' . $type; $baseUrl .= '&page=1&size=' . $this -> size . '&noscroll=true'; echo(FilterHelper :: formatFilters($this -> filters, $this -> result -> statistics, $baseUrl, '#orgtab')); echo(StatisticHelper :: formatStatistics($this -> result -> statistics, $this -> filters, $baseUrl, '#orgtab')); ?>
loadTemplate('form')); if ((($this -> keywords != NULL) && ($this -> fields != NULL) && ($this -> constraints != NULL)) || ($this -> countries != NULL) || ($this -> types)) { echo($this -> loadTemplate('organizations')); } ?>