diff --git a/landingPages/dataProvider/dataProvider.component.html b/landingPages/dataProvider/dataProvider.component.html index 0f041baf..4d75685e 100644 --- a/landingPages/dataProvider/dataProvider.component.html +++ b/landingPages/dataProvider/dataProvider.component.html @@ -82,15 +82,8 @@
-
- +
+
@@ -884,4 +877,4 @@ - \ No newline at end of file + diff --git a/landingPages/dataProvider/dataProvider.module.ts b/landingPages/dataProvider/dataProvider.module.ts index 1ec1f0e2..5aa044ba 100644 --- a/landingPages/dataProvider/dataProvider.module.ts +++ b/landingPages/dataProvider/dataProvider.module.ts @@ -36,6 +36,7 @@ import {LoadingModalModule} from "../../utils/modal/loadingModal.module"; import {ResultLandingUtilsModule} from "../landing-utils/resultLandingUtils.module"; import {FullScreenModalModule} from '../../utils/modal/full-screen-modal/full-screen-modal.module'; import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; +import {EntityActionsModule} from "../../utils/entity-actions/entity-actions.module"; @NgModule({ imports: @@ -45,7 +46,7 @@ import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; PagingModule, Schema2jsonldModule, SEOServiceModule, ShowPublisherModule, HelperModule, LandingHeaderModule, AlertModalModule, NoLoadPaging, FeedbackModule, TabsModule, SearchTabModule, LoadingModule, IconsModule, LoadingModalModule, ResultLandingUtilsModule, - FullScreenModalModule, SafeHtmlPipeModule + FullScreenModalModule, SafeHtmlPipeModule, EntityActionsModule ], declarations: [StatisticsTabComponent, diff --git a/landingPages/organization/organization.component.html b/landingPages/organization/organization.component.html index 9220b421..c6e0e9c2 100644 --- a/landingPages/organization/organization.component.html +++ b/landingPages/organization/organization.component.html @@ -83,28 +83,28 @@
diff --git a/landingPages/organization/organization.module.ts b/landingPages/organization/organization.module.ts index 9d5448fa..a367d897 100644 --- a/landingPages/organization/organization.module.ts +++ b/landingPages/organization/organization.module.ts @@ -32,6 +32,8 @@ import {InputModule} from '../../sharedComponents/input/input.module'; import {IconsService} from '../../utils/icons/icons.service'; import {graph, versions} from "../../utils/icons/icons"; import {FullScreenModalModule} from "../../utils/modal/full-screen-modal/full-screen-modal.module"; +import {EGIDataTransferModule} from "../../utils/dataTransfer/transferData.module"; +import {EntityActionsModule} from "../../utils/entity-actions/entity-actions.module"; @NgModule({ @@ -49,7 +51,7 @@ import {FullScreenModalModule} from "../../utils/modal/full-screen-modal/full-sc Schema2jsonldModule, SEOServiceModule, HelperModule, OrganizationsDeletedByInferenceModule, LandingHeaderModule, FeedbackModule, MatSelectModule, - TabsModule, SearchTabModule, LoadingModule, IconsModule, InputModule, FullScreenModalModule + TabsModule, SearchTabModule, LoadingModule, IconsModule, InputModule, FullScreenModalModule, EGIDataTransferModule, EntityActionsModule ], declarations: [ OrganizationComponent, diff --git a/landingPages/project/project.component.html b/landingPages/project/project.component.html index 8263325a..f1661901 100644 --- a/landingPages/project/project.component.html +++ b/landingPages/project/project.component.html @@ -116,48 +116,20 @@
-
diff --git a/landingPages/project/project.module.ts b/landingPages/project/project.module.ts index 617e3d85..a85a3a9c 100644 --- a/landingPages/project/project.module.ts +++ b/landingPages/project/project.module.ts @@ -3,7 +3,7 @@ import {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {FormsModule} from '@angular/forms'; import {RouterModule} from '@angular/router'; -import { MatSelectModule } from "@angular/material/select"; +import {MatSelectModule} from "@angular/material/select"; import {ProjectComponent} from './project.component'; import {ProjectServiceModule} from './projectService.module'; @@ -34,6 +34,8 @@ import {IconsService} from "../../utils/icons/icons.service"; import {graph, link, link_to, open_access} from "../../utils/icons/icons"; import {FullScreenModalModule} from '../../utils/modal/full-screen-modal/full-screen-modal.module'; import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; +import {EGIDataTransferModule} from "../../utils/dataTransfer/transferData.module"; +import {EntityActionsModule} from "../../utils/entity-actions/entity-actions.module"; @NgModule({ imports: [ @@ -44,7 +46,7 @@ import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; Schema2jsonldModule, SEOServiceModule, HelperModule, LandingHeaderModule, MatSelectModule, FeedbackModule, AltMetricsModule, TabsModule, SearchTabModule, LoadingModule, IconsModule, InputModule, - FullScreenModalModule, SafeHtmlPipeModule + FullScreenModalModule, SafeHtmlPipeModule, EGIDataTransferModule, EntityActionsModule ], declarations: [ ProjectComponent diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index a7f40041..b65506c3 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -116,49 +116,38 @@
@@ -1305,4 +1294,4 @@ - \ No newline at end of file + diff --git a/landingPages/result/resultLanding.module.ts b/landingPages/result/resultLanding.module.ts index 3ca8944a..2df31ec0 100644 --- a/landingPages/result/resultLanding.module.ts +++ b/landingPages/result/resultLanding.module.ts @@ -40,6 +40,7 @@ import {RecaptchaModule} from 'ng-recaptcha'; import {SdgFosSuggestModule} from '../landing-utils/sdg-fos-suggest/sdg-fos-suggest.module'; import {FullScreenModalModule} from "../../utils/modal/full-screen-modal/full-screen-modal.module"; import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; +import {EntityActionsModule} from "../../utils/entity-actions/entity-actions.module"; @NgModule({ imports: [ @@ -49,7 +50,7 @@ import {SafeHtmlPipeModule} from '../../utils/pipes/safeHTMLPipe.module'; DeletedByInferenceModule, ShowAuthorsModule, HelperModule, ResultLandingUtilsModule, AlertModalModule, AnnotationModule, LandingHeaderModule, NoLoadPaging, ResultPreviewModule, FeedbackModule, TabsModule, LoadingModule, OrcidModule, MatFormFieldModule, MatSelectModule, IconsModule, InputModule, EGIDataTransferModule, RecaptchaModule, - SdgFosSuggestModule, FullScreenModalModule, SafeHtmlPipeModule + SdgFosSuggestModule, FullScreenModalModule, SafeHtmlPipeModule, EntityActionsModule ], declarations: [ ResultLandingComponent diff --git a/utils/entity-actions/entity-actions.component.ts b/utils/entity-actions/entity-actions.component.ts index 126727d5..49dbe3a0 100644 --- a/utils/entity-actions/entity-actions.component.ts +++ b/utils/entity-actions/entity-actions.component.ts @@ -11,39 +11,48 @@ import {EnvProperties} from "../properties/env-properties"; selector: 'entity-actions', template: ` diff --git a/utils/result-preview/result-preview.component.html b/utils/result-preview/result-preview.component.html index 86538ab0..9a6157fa 100644 --- a/utils/result-preview/result-preview.component.html +++ b/utils/result-preview/result-preview.component.html @@ -165,9 +165,7 @@
-
+
@@ -177,26 +175,26 @@ [type]="result.resultType" [result]="result" [id]="result.objId?result.objId:result.id" [url]="properties.domain + properties.baseLink + url + '?' + urlParam + '=' + result.id"> - - - - - - - - Added in ORCID: - - - {{date | date: 'dd MMM yyyy'}} - - & - - - - + + + + + + + + Added in ORCID: + + + {{date | date: 'dd MMM yyyy'}} + + & + + + +