Project

General

Profile

« Previous | Next » 

Revision 59452

[use-UoaAdminToolsLibrary | Library]: Merge trunk into branch.

View differences:

showAuthors.component.ts
13 13
  template: `
14 14
    <div *ngIf="authors" class="uk-height-max-medium uk-overflow-auto">
15 15
      <span *ngFor="let author of authors.slice(0,numberOfAuthors) let i=index">
16
          <span *ngIf="!author.orcid || (properties.environment == 'production') || !testBrowser"
16
          <span *ngIf="!author.orcid || !testBrowser"
17 17
                [class.uk-text-small]="small">
18 18
            {{author.fullName + "; "}}
19 19
          </span>
20
          <a *ngIf="author.orcid && (properties.environment != 'production') && testBrowser">
20
          <a *ngIf="author.orcid && testBrowser">
21 21
            <img src="assets/common-assets/common/ORCIDiD_icon16x16.png" alt="">{{" "}}
22 22
            <span [class.uk-text-small]="small">
23 23
              {{author.fullName + "; "}}
24 24
            </span>
25 25
          </a>
26
        <div *ngIf="author.orcid && (properties.environment != 'production')"
26
        <div *ngIf="author.orcid && testBrowser"
27 27
             class="default-dropdown uk-margin-remove-top uk-padding-medium uk-dropdown"
28 28
             uk-dropdown="pos: bottom-left; mode:click" style="min-width: 70px !important;">
29 29
            <b class="uk-margin-top">{{author.fullName}}</b>

Also available in: Unified diff