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')); JView :: loadHelper('ProjectHelper'); JView :: loadHelper('PagingHelper'); JView :: loadHelper('PublicationHelper'); JView :: loadHelper('DatasetHelper'); if ($this -> complete){?>

Successfully submitted data. The popup will close automatically in 5 seconds

selectedPublications)); ?> 

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

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

keyword != NULL) { ?>

result == NULL) { ?>
result -> totalPublications) && ($this -> result -> totalPublications == 0)) { ?>
result -> totalDatasets) && ($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&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, '')); ?>