[Library|Trunk]
Linking: Display claims add card last index info: update the service Search: update last index info link with "uk-button class" Deposit: smaller margin git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58666 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
e2f91200cf
commit
680fd86008
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
<div class="uk-grid helper-grid">
|
||||
<!-- <helper position="left" styleName=" uk-width-1-5 uk-padding-left"></helper>-->
|
||||
<div class="uk-width-expand uk-margin-top">
|
||||
<div class="uk-width-expand uk-margin-top uk-card uk-card-default uk-padding-small">
|
||||
<helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
|
||||
[texts]="pageContents['top']"></helper>
|
||||
<form class="">
|
||||
|
|
|
@ -16,7 +16,7 @@ import {Breadcrumb} from "../utils/breadcrumbs/breadcrumbs.component";
|
|||
|
||||
<div class="uk-section uk-padding-remove-bottom uk-padding-remove-top">
|
||||
<div class="explorePanelBackground communityPanelBackground uk-padding-small">
|
||||
<div class="uk-align-center uk-container uk-container-large uk-margin-large-top uk-margin-large-bottom">
|
||||
<div class="uk-align-center uk-container uk-container-large uk-margin-medium-top uk-margin-large-bottom">
|
||||
<breadcrumbs [breadcrumbs]="breadcrumbs" [light]="!!(this.communityId)"></breadcrumbs>
|
||||
<div class="uk-h1 uk-width-1-2@m uk-width-1-1@s ">
|
||||
<span class="uk-text-bold">Deposit</span> or <span class="uk-text-bold">publish</span> your research in <span class="uk-text-bold">Open Access</span>
|
||||
|
|
|
@ -443,7 +443,8 @@
|
|||
<search-paging [type]="type" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [(results)] = "results" [(baseUrl)] = "searchUtils.baseUrl" [(parameterNames)] = "parameterNames" [(parameterValues)] = "parameterValues" ></search-paging>
|
||||
</div>
|
||||
|
||||
<a *ngIf="properties.showLastIndexInformationLink && lastIndex" class="last_index_info uk-button-text"
|
||||
<a *ngIf="properties.showLastIndexInformationLink && lastIndex"
|
||||
class="last_index_info uk-button-text uk-button"
|
||||
[href]="properties.lastIndexInformationLink" target="_blank">
|
||||
Last index information
|
||||
</a>
|
||||
|
|
|
@ -282,7 +282,7 @@
|
|||
<div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom">
|
||||
<ng-container *ngTemplateOutlet="paging; context: {}"></ng-container>
|
||||
</div>
|
||||
<a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text"
|
||||
<a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text uk-button"
|
||||
[href]="properties.lastIndexInformationLink" target="_blank">
|
||||
Last index information
|
||||
</a>
|
||||
|
|
|
@ -13,7 +13,7 @@ export class IndexInfoService {
|
|||
// the date when the mining results currently in the public index have been generated: http://beta.services.openaire.eu/openaire/info/lastMiningDate
|
||||
getLastIndexDate(properties: EnvProperties): any {
|
||||
|
||||
let url = properties.indexInfoAPI + "lastLoadDate";
|
||||
let url = properties.indexInfoAPI + "/claim_load_date";
|
||||
return this.http.get(url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue