diff --git a/landingPages/landing-utils/availableOn.component.ts b/landingPages/landing-utils/availableOn.component.ts index c7f62f84..793bfc03 100644 --- a/landingPages/landing-utils/availableOn.component.ts +++ b/landingPages/landing-utils/availableOn.component.ts @@ -11,7 +11,7 @@ import {RouterHelper} from "../../utils/routerHelper.class"; selector: 'availableOn', template: ` -
+
@@ -19,15 +19,15 @@ import {RouterHelper} from "../../utils/routerHelper.class"; + class="uk-flex uk-flex-middle uk-flex-center uk-button-link uk-text-bolder"> {{sliceString(availableOn[0].downloadNames.join("; "), 20)}} - +
+ class="uk-drop download-drop uk-card uk-card-default uk-padding-small uk-padding-remove-horizontal uk-text-small uk-height-max-large uk-overflow-auto">
diff --git a/landingPages/organization/deletedByInference/deletedByInference.component.ts b/landingPages/organization/deletedByInference/deletedByInference.component.ts index b2b6ecc6..9502348c 100644 --- a/landingPages/organization/deletedByInference/deletedByInference.component.ts +++ b/landingPages/organization/deletedByInference/deletedByInference.component.ts @@ -27,7 +27,7 @@ import {HelperFunctions} from "../../../utils/HelperFunctions.class";
  • + [isCard]="false" [prevPath]="prevPath" [isDeletedByInferenceModal]="true">
  • + [showOrcid]="false" [isCard]="false" [prevPath]="prevPath" [showInline]="true" + [isDeletedByInferenceModal]="true">
  • +
    + [title]="'Embed the related '+openaireEntities.RESULTS+' of this '+getTypeName()+' in your website'" + [attr.uk-tooltip]="'pos: bottom; cls: uk-active uk-text-small uk-padding-small uk-width-medium'" + class="uk-flex uk-flex-middle uk-button-link uk-text-bolder" [ngClass]="isMobile ? 'uk-margin-left uk-margin-xsmall-bottom' : 'uk-flex-center'"> Embed @@ -66,7 +66,7 @@ import {EnvProperties} from "../properties/env-properties";
    + [options]="resultTypesForEmbedding" [(value)]="embed_research_results_type">
    {{getDynamicContent(embed_research_results_type)}}
    @@ -96,6 +96,7 @@ export class EntityActionsComponent implements OnInit { @Input() deposit: boolean = false; @Input() embed: boolean = false; @Input() url: string; + @Input() isMobile: boolean = false; public citeThisClicked: boolean; public routerHelper: RouterHelper = new RouterHelper(); @ViewChild('citeModal') citeModal; diff --git a/utils/result-preview/result-preview.component.html b/utils/result-preview/result-preview.component.html index 0507cf9e..f2120b2a 100644 --- a/utils/result-preview/result-preview.component.html +++ b/utils/result-preview/result-preview.component.html @@ -91,7 +91,7 @@
    -
    +
    @@ -171,10 +171,12 @@
    -
    -
    +
    +
    @@ -207,7 +209,7 @@
    + class="uk-text-xsmall uk-width-auto metrics uk-flex uk-flex-middle uk-flex-right uk-text-meta">
    BIP! + loading="lazy" alt="BIP!"> Powered by BIP!
    @@ -250,11 +252,54 @@
    Powered by BIP! + loading="lazy" alt="BIP!">
    +
    + + + +
    +
      + + +
      +
      + + + + + + + + + + Added in ORCID: + + + {{date | date: 'dd MMM yyyy'}} + + & + + + + + + +
    +
    +
    diff --git a/utils/result-preview/result-preview.component.ts b/utils/result-preview/result-preview.component.ts index 5bba5007..62e55005 100644 --- a/utils/result-preview/result-preview.component.ts +++ b/utils/result-preview/result-preview.component.ts @@ -38,6 +38,7 @@ export class ResultPreviewComponent implements OnInit, OnChanges { @Input() provenanceActionVocabulary = null; @Input() relationsVocabulary = null; @Input() showInline: boolean = false; // do not open modal for "view more" when this is true + @Input() isDeletedByInferenceModal: boolean = false; // do not show action bar in results when in "Other versions" modal section /* Metadata */ public type: string;