Project

General

Profile

« Previous | Next » 

Revision 60826

[Library|Trunk]

Metrics:
add back the Openaire views

SEO:
- Landing: encode pid in canonical url
- result preview: single encoding in pid url

Enermaps Integration:
- update landing tab
- update look for tool url

View differences:

resultLanding.component.html
425 425
                </div>
426 426
              </ng-template>
427 427
              <ng-template #enermaps_tab>
428

  
429
                  <div   class="uk-width-expand  uk-text-center uk-padding">
428
                <div class="uk-padding">
429
                  <div   class=" uk-inline uk-width-expand  uk-text-center ">
430 430
                    <img  class="uk-width-auto" [src]="properties.enermapsURL +'/images/' + enermapsId + '.png'" alt="Enermaps tool preview">
431
                    <br>
432
                    <span class=" uk-text-baseline uk-text-muted"> Visit <a
433
                      class=" uk-margin-right uk-margin-small-top"
434
                      [href]="properties.enermapsURL" target="_blank" >
435
                      Enermaps Tool
436
                    </a></span>
431
                    <div class="uk-overlay uk-overlay-default uk-position-bottom">
432
                      <p>Visit <a
433
                        class=" uk-margin-right uk-margin-small-top"
434
                        [href]="properties.enermapsURL" target="_blank" >
435
                        Enermaps tool <span class="custom-external custom-icon space"></span>
436
                      </a></p>
437
                    </div>
438
                </div>
439
              </div>
437 440

  
438
                </div>
439 441
              </ng-template>
440 442
              <my-tabs>
441 443
<!--                *ngIf="hasPrimaryInfo || hasSecondaryInfo"-->

Also available in: Unified diff