1. Link for 'Results in OpenAIRE' added in table view pages (connect portal).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@52173 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2018-05-23 13:48:32 +00:00
parent 98aeab207b
commit 7ca752f345
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@
<helper *ngIf="filters.length == 0" class="helper-left-right uk-visible@m" position="left"></helper>
<div class="uk-width-expand@m uk-width-1-1@s uk-first-column custom-dataTable-content" >
<div *ngIf="openaireLink"> <a class="uk-margin-top uk-button uk-button-text" [href]=openaireLink target="_blank" >Results in OpenAIRE</a></div>
<div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom">
<div class="searchPaging uk-panel uk-margin-top uk-grid uk-margin-bottom">
<span class="uk-h6 uk-width-1-1@s uk-width-1-2@m">

View File

@ -52,6 +52,7 @@ export class SearchPageTableViewComponent implements OnInit, AfterViewInit {
@Input() refineFields = [];
//@Input() csvParams: string;
//@Input() csvPath: string;
@Input() openaireLink: string;
@Input() searchViewLink: string;
@Input() disableForms: boolean = false;
@Input() enableSearchView: boolean = true;