addStyleSheet(JRoute :: _(JUri :: base() . 'components/com_openaire/css/tooltip/tooltip1.css')); $document -> addStyleSheet(JRoute :: _(JUri :: base() . 'templates/' . $application -> getTemplate() . '/styles/openaire/css/claims.css')); $document -> addStyleSheet(JRoute :: _(JUri :: base() . 'templates/' . $application -> getTemplate() . '/styles/openaire/css/custom.css')); $document -> addStyleSheet(JRoute :: _(JUri :: base() . 'templates/' . $application -> getTemplate() . '/styles/openaire/css/tooltip.css')); $document -> addScript(JRoute :: _(JUri :: base() . 'components/com_openaire/js/claim2.js')); $document -> addScript(JRoute :: _(JUri :: base() . 'components/com_openaire/js/tooltip.js')); JViewLegacy:: loadHelper('ProjectHelper'); JViewLegacy:: loadHelper('PagingHelper'); JViewLegacy:: loadHelper('PublicationHelper'); JViewLegacy:: loadHelper('DatasetHelper'); if ($this -> complete){?>

error==="0"||$this -> error==="false"){?>

selectedPublications)); ?> 

selectedPublications === NULL) { ?>
selectedPublications == NULL) { ?>
selectedPublications as $publication) { ?>

[x]  title) > OpenAireViewClaim2 :: MAX_TITLE) ? (mb_substr($publication -> title, 0, OpenAireViewClaim2 :: MAX_TITLE - strlen('...')) . '...') : $publication -> title); ?>

linkType!=null && $this ->linkType==="false"){ ?> linkType!=null && $this ->linkType==="true"){ ?>
keyword != NULL) { ?>

result == NULL) { ?>
result -> publications) && ($this -> result -> totalPublications == 0)) { ?>
result -> datasets) && ($this -> result -> totalDatasets == 0)) { ?>
result -> totalPublications) ? $this -> result -> totalPublications : $this -> result -> totalDatasets, $this -> page, $this -> totalPages); $baseUrl = 'index.php?option=com_openaire&view=claiminline2&tmpl=modal&isDataset='.$this -> linkType.'&sourceType='.$this -> sourceType.'&activePublicationId=' . $this -> publicationId . '&Itemid=' . $this -> itemId . '&source=' . urlencode($this -> source) . '&keyword=' . urlencode($this -> keyword) . '&size=' . urlencode($this -> size) . '&page='; echo(PagingHelper :: formatPaging($this -> page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '')); ?>
result -> publications)) { foreach ($this -> result -> publications as $publication) { ?> itemId)); } } else if (isset($this -> result -> datasets)) { foreach ($this -> result -> datasets as $dataset) { ?> itemId)); } } ?>
page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '')); ?>