result == NULL) { ?>
result -> publications == NULL) { ?>
result -> totalPublications, $this -> page, $this -> totalPages); ?>
itemId;
for ($i = 0; ($i < count($this -> keywords)) && ($i < count($this -> fields)) && ($i < count($this -> constraints)); $i++)
$baseUrl .= '&keyword%5B%5D=' . urlencode($this -> keywords[$i]) . '&field%5B%5D=' . urlencode($this -> fields[$i]) . '&constraint%5B%5D=' . urlencode($this -> constraints[$i]);
foreach ($this -> types as $type)
$baseUrl .= '&type%5B%5D=' . urlencode($type);
foreach ($this -> languages as $language)
$baseUrl .= '&language%5B%5D=' . urlencode($language);
foreach ($this -> funders as $funder)
$baseUrl .= '&funder%5B%5D=' . urlencode($funder);
foreach ($this -> fundingStreams as $fundingStream)
$baseUrl .= '&fundingStream%5B%5D=' . urlencode($fundingStream);
foreach ($this -> scientificAreas as $scientificArea)
$baseUrl .= '&scientificArea%5B%5D=' . urlencode($scientificArea);
$baseUrl .= '&date=' . urlencode($this -> date) . '&fromMonth=' . urlencode($this -> fromMonth) . '&fromYear=' . urlencode($this -> fromYear) . '&toMonth=' . urlencode($this -> toMonth) . '&toYear=' . urlencode($this -> toYear);
foreach ($this -> accessModes as $accessMode)
$baseUrl .= '&accessMode%5B%5D=' . $accessMode;
foreach ($this -> datasources as $datasource)
$baseUrl .= '&datasource%5B%5D=' . $datasource;
foreach ($this -> filters as $filter)
$baseUrl .= '&' . urlencode($filter -> name) . '=' . urlencode(($filter -> value === TRUE) ? 'true' : (($filter -> value === FALSE) ? 'false' : $filter -> value));
$baseUrl .= '&size=' . $this -> size . '&noscroll=true&page=';
echo(PagingHelper :: formatPaging($this -> page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '#publtab')); ?>
result -> publications as $publication) {
echo(PublicationHelper :: formatPublication($publication, $this -> itemId));
} ?>
page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '#publtab')); ?>