Project

General

Profile

« Previous | Next » 

Revision 62341

changed model and merged datasource types

View differences:

datasource-update-form.component.html
12 12
      Basic information
13 13
    </h4>
14 14
  </div>
15
  <div *ngIf="selectedRepo.datasourceType === 'opendoar'" class="uk-alert uk-alert-info">
15
  <div *ngIf="selectedRepo.collectedFrom.split('openaire____::')[1] === 'opendoar'" class="uk-alert uk-alert-info">
16 16
    The following fields are completed by OpenDOAR.<br>
17 17
    If you want to edit them, you can do it by using this
18
    <a target="_blank" href="{{ 'http://v2.sherpa.ac.uk/id/repository/' + repoId }}">OpenDOAR link</a>
18
    <a target="_blank" href="{{ 'http://v2.sherpa.ac.uk/id/repository/' + repoId }}">OpenDOAR link</a>.
19 19
  </div>
20
  <div *ngIf="selectedRepo.datasourceType === 're3data'" class="uk-alert uk-alert-info">
20
  <div *ngIf="selectedRepo.collectedFrom.split('openaire____::')[1] === 're3data'" class="uk-alert uk-alert-info">
21 21
    The following fields are completed by Re3data.<br>
22 22
    If you want to edit them, you can do it by using this
23
    <a target="_blank" href="{{ 'http://service.re3data.org/repository/' + repoId }}">Re3data link</a>
23
    <a target="_blank" href="{{ 'http://service.re3data.org/repository/' + repoId }}">Re3data link</a>.
24 24
  </div>
25
  <div *ngIf="selectedRepo.collectedFrom.split('openaire____::')[1] === 'fairsharing'" class="uk-alert uk-alert-info">
26
    The following fields are completed by FAIRsharing.<br>
27
    If you want to edit them, you can do it by using this
28
    <a target="_blank" href="{{ 'https://fairsharing.org/search?q=' + selectedRepo.officialName }}">FAIRsharing link</a>.
29
  </div>
25 30

  
26 31
  <div data-dynamic-fields="d_field_wizard" class="uk-grid" data-uk-grid-margin="" dynamic-fields-counter="0">
27 32
    <div class="uk-width-medium-1-1 parsley-row form_section uk-row-first">

Also available in: Unified diff