Project

General

Profile

« Previous | Next » 

Revision 56056

[Library|Trunk]

User info:
add user information when user is logged in and there is no error or redirect parameters

Add spaces lost after ang 7 migration (funded by component, orcid dropdown, search results labels)

View differences:

searchResult.component.html
39 39
        </div>
40 40

  
41 41
        <div *ngIf="result.publisher != undefined && result.publisher != ''"><span class="uk-text-bold">Publisher:</span> {{result.publisher}}</div>
42
        <span *ngIf="result['type'] != undefined && result['type'] != ''" class="uk-label custom-label label-blue label-dataprovider" title="Type"> {{result['type']}}</span>
43
        <span *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''" class="uk-label custom-label  label-compatibility" title="Compatibility">{{result.compatibility}}</span>
44
        <span *ngIf="result.country != undefined && result.country != ''" class="uk-label custom-label  label-country" title="Country"> {{result.country}}</span>
42
        <span *ngIf="result['type'] != undefined && result['type'] != ''" class="uk-label custom-label label-blue label-dataprovider" title="Type"> {{result['type']}}</span>{{' '}}
43
        <span *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''" class="uk-label custom-label  label-compatibility" title="Compatibility">{{result.compatibility}}</span>{{' '}}
44
        <span *ngIf="result.country != undefined && result.country != ''" class="uk-label custom-label  label-country" title="Country"> {{result.country}}</span>{{' '}}
45 45
        <div *ngIf="result['projects'] != undefined">
46 46
            <span> Project: </span>
47 47
            <span *ngFor="let project of result['projects'].slice(0,15) let i=index">

Also available in: Unified diff