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'));
} ?>