addScript(JRoute :: _(JURI :: base() . 'components/com_oepnaire/js/tooltip.js'));
$document -> addScript(JRoute :: _(JURI :: base() . 'components/com_openaire/js/search.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');
JView :: loadHelper('BrowseHelper');
?>
keyword != NULL) && ($this -> result != NULL) && ($this -> result -> totalPeople > 0)) { ?>
itemId . '&keyword=' . $this -> keyword . '&noscroll=true';
echo(FilterHelper :: formatFilters($this -> filters, $this -> result -> statistics, $baseUrl, ''));
echo(StatisticHelper :: formatStatistics($this -> result -> statistics, $this -> filters, $baseUrl, '')); ?>
loadTemplate('form'));
echo(($this -> keyword == NULL) ? BrowseHelper :: formatBrowse($this -> statistics, 'index.php?option=com_openaire&view=browsepeople&Itemid=' . $this -> itemId) : $this -> loadTemplate('people')); ?>