Project

General

Profile

« Previous | Next » 

Revision 53724

jsonld:
move files in sharedComponents/schema2jsonld/model - not used only in
add Organization, use JsonldDocument as the default class and extend Dataset and Organization
add jsonld in search-find, org/datasource/project landing

Claims: add limit in the number of results allowed to add in the basket

View differences:

organization.component.html
9 9

  
10 10
    <div *ngIf="organizationInfo != null" uk-grid class="uk-grid-large">
11 11
        <div class="uk-width-expand@m uk-width-1-1@s">
12
          <schema2jsonld *ngIf="organizationInfo" [data]=organizationInfo [URL]="properties.baseLink+'/search/organization?organizationId='+organizationId" type="organization"></schema2jsonld>
13

  
12 14
            <showTitle  [title]="organizationInfo.title"></showTitle>
13 15
            <div class="uk-text-large " *ngIf="organizationInfo.title.name && organizationInfo.title.name != organizationInfo.name ">{{organizationInfo.name}}</div>
14 16
            <span   class="uk-label custom-label label-blue label-organization" title="Type">Organization</span>

Also available in: Unified diff