Project

General

Profile

« Previous | Next » 

Revision 60852

[Library | Trunk]: PIDs add title, fix truncate on 2 lines. Remove input properties

View differences:

resultLanding.component.html
6 6
             role="alert">{{warningMessage}}</div>
7 7
        <div *ngIf="errorMessage.length > 0" class="uk-alert uk-alert-danger  uk-margin-large-top"
8 8
             role="alert">{{errorMessage}}</div>
9
        <div [style.display]="showLoading ? 'inline' : 'none'"
10
             class="uk-animation-fade uk-margin-large-top  uk-width-1-1" role="alert">
11
          <span *ngIf="!dashboard" class="loading-gif  uk-align-center"></span>
12
          <loading *ngIf="dashboard"></loading>
9
        <div *ngIf="showLoading" class="uk-position-center">
10
          <loading></loading>
13 11
        </div>
14 12
        <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
15 13
                [texts]="pageContents['top']"></helper>
......
177 175
                    <!-- Identifiers -->
178 176
                    <div *ngIf="resultLandingInfo.identifiers && resultLandingInfo.identifiers.size > 0"
179 177
                         class="uk-margin-medium-bottom">
180
                      <showIdentifiers [identifiers]="resultLandingInfo.identifiers"
181
                                       [properties]="properties">
182
                      </showIdentifiers>
178
                      <showIdentifiers [identifiers]="resultLandingInfo.identifiers" [showViewAll]="true"></showIdentifiers>
183 179
                    </div>
184 180
                    <!-- Subjects -->
185 181
                    <div *ngIf="resultLandingInfo.subjects || resultLandingInfo.otherSubjects ||

Also available in: Unified diff