Project

General

Profile

« Previous | Next » 

Revision 58666

[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

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/searchPages/searchUtils/searchPageTableView.component.html
282 282
            <div *ngIf="searchUtils.totalResults > 0" class="uk-align-center uk-margin-remove-bottom">
283 283
              <ng-container *ngTemplateOutlet="paging; context: {}"></ng-container>
284 284
            </div>
285
            <a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text"
285
            <a *ngIf="properties.showLastIndexInformationLink" class="last_index_info uk-button-text uk-button"
286 286
                [href]="properties.lastIndexInformationLink" target="_blank">
287 287
                Last index information
288 288
            </a>
modules/uoa-services-library/trunk/ng-openaire-library/src/app/searchPages/searchUtils/newSearchPage.component.html
443 443
                <search-paging [type]="type" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils"  [(results)] = "results" [(baseUrl)] = "searchUtils.baseUrl"  [(parameterNames)] = "parameterNames" [(parameterValues)] = "parameterValues"   ></search-paging>
444 444
              </div>
445 445

  
446
              <a *ngIf="properties.showLastIndexInformationLink && lastIndex" class="last_index_info uk-button-text"
446
              <a *ngIf="properties.showLastIndexInformationLink && lastIndex"
447
                 class="last_index_info uk-button-text uk-button"
447 448
                  [href]="properties.lastIndexInformationLink" target="_blank">
448 449
                  Last index information
449 450
              </a>
modules/uoa-services-library/trunk/ng-openaire-library/src/app/utils/indexInfo.service.ts
13 13
  //   the date when the mining results currently in the public index have been generated: http://beta.services.openaire.eu/openaire/info/lastMiningDate
14 14
  getLastIndexDate(properties: EnvProperties): any {
15 15

  
16
    let url = properties.indexInfoAPI + "lastLoadDate";
16
    let url = properties.indexInfoAPI + "/claim_load_date";
17 17
    return this.http.get(url);
18 18
  }
19 19
}
modules/uoa-services-library/trunk/ng-openaire-library/src/app/deposit/depositFirstPage.component.ts
16 16

  
17 17
    <div class="uk-section uk-padding-remove-bottom uk-padding-remove-top">
18 18
      <div class="explorePanelBackground communityPanelBackground uk-padding-small">
19
        <div class="uk-align-center uk-container uk-container-large uk-margin-large-top uk-margin-large-bottom">
19
        <div class="uk-align-center uk-container uk-container-large uk-margin-medium-top uk-margin-large-bottom">
20 20
          <breadcrumbs [breadcrumbs]="breadcrumbs" [light]="!!(this.communityId)"></breadcrumbs>
21 21
          <div class="uk-h1 uk-width-1-2@m uk-width-1-1@s ">
22 22
            <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>
modules/uoa-services-library/trunk/ng-openaire-library/src/app/claims/claim-utils/displayClaims/displayClaims.component.html
4 4
</div>
5 5
<div class="uk-grid  helper-grid">
6 6
  <!--  <helper position="left" styleName=" uk-width-1-5 uk-padding-left"></helper>-->
7
  <div class="uk-width-expand uk-margin-top">
7
  <div class="uk-width-expand uk-margin-top uk-card uk-card-default uk-padding-small">
8 8
    <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
9 9
            [texts]="pageContents['top']"></helper>
10 10
    <form class="">

Also available in: Unified diff