addScript(JRoute :: _(JURI :: base() . 'components/com_openaire/js/tooltip.js')); $document -> addScript(JRoute :: _(JURI :: base() . 'components/com_openaire/js/advancedsearchdatasources.js')); $document -> addStyleSheet(JRoute :: _(JURI :: base() . 'components/com_openaire/css/tooltip/tooltip1.css')); $document -> addStyleSheet(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 -> types != NULL) || ($this -> languages != NULL) || ($this -> contents != NULL) || ($this -> compatibilities != NULL)) && ($this -> result != NULL) && ($this -> result -> totalDatasources > 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 -> types as $type) $baseUrl .= '&type%5B%5D=' . $type; foreach ($this -> languages as $language) $baseUrl .= '&language%5B%5D=' . $language; foreach ($this -> contents as $content) $baseUrl .= '&content%5B%5D=' . $content; foreach ($this -> compatibilities as $compatibility) $baseUrl .= '&compatibility%5B%5D=' . $compatibility; $baseUrl .= '&page=1&size=' . $this -> size . '&noscroll=true'; echo(FilterHelper :: formatFilters($this -> filters, $this -> result -> statistics, $baseUrl, '#dtsrctab')); echo(StatisticHelper :: formatStatistics($this -> result -> statistics, $this -> filters, $baseUrl, '#dtsrctab')); ?>
loadTemplate('form')); if ((($this -> keywords != NULL) && ($this -> fields != NULL) && ($this -> constraints != NULL)) || ($this -> types != NULL) || ($this -> languages != NULL) || ($this -> contents != NULL) || ($this -> compatibilities != NULL)) { echo($this -> loadTemplate('datasources')); } ?>