From cff9160e512f60c9d85d4f03ce13d1a92b44e03b Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Tue, 8 Oct 2024 10:57:40 +0200 Subject: [PATCH] Open external links in new tabs --- src/components/fields/CustomDataTypeGND.svelte | 2 +- src/components/fields/CustomDataTypeGazetteer.svelte | 2 +- src/components/fields/CustomDataTypeGeonames.svelte | 2 +- src/components/fields/CustomDataTypeGeoref.svelte | 6 +++++- src/components/fields/CustomDataTypeGetty.svelte | 2 +- src/components/fields/CustomDataTypeLink.svelte | 4 +++- src/components/fields/CustomDataTypeUBHDGND.svelte | 2 +- src/components/splitter/DetailLinkedSplitter.svelte | 6 +++++- 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/components/fields/CustomDataTypeGND.svelte b/src/components/fields/CustomDataTypeGND.svelte index e88b4d6..5d16660 100644 --- a/src/components/fields/CustomDataTypeGND.svelte +++ b/src/components/fields/CustomDataTypeGND.svelte @@ -13,7 +13,7 @@ {fdata.conceptName} - + diff --git a/src/components/fields/CustomDataTypeGazetteer.svelte b/src/components/fields/CustomDataTypeGazetteer.svelte index eeaf663..e022b2a 100644 --- a/src/components/fields/CustomDataTypeGazetteer.svelte +++ b/src/components/fields/CustomDataTypeGazetteer.svelte @@ -48,6 +48,6 @@ {fdata.displayName} {detailString()} - + diff --git a/src/components/fields/CustomDataTypeGeonames.svelte b/src/components/fields/CustomDataTypeGeonames.svelte index 786e6fc..892f02b 100644 --- a/src/components/fields/CustomDataTypeGeonames.svelte +++ b/src/components/fields/CustomDataTypeGeonames.svelte @@ -12,6 +12,6 @@ {fdata.conceptName} - + \ No newline at end of file diff --git a/src/components/fields/CustomDataTypeGeoref.svelte b/src/components/fields/CustomDataTypeGeoref.svelte index b25d3c8..68f394f 100644 --- a/src/components/fields/CustomDataTypeGeoref.svelte +++ b/src/components/fields/CustomDataTypeGeoref.svelte @@ -4,4 +4,8 @@ import { A } from "flowbite-svelte"; -MapBox visualization is not implemented in this viewer. Look at it in the EasyDB instance instead. +MapBox visualization is not implemented in this viewer. Look at it in the + + EasyDB instance + +instead. diff --git a/src/components/fields/CustomDataTypeGetty.svelte b/src/components/fields/CustomDataTypeGetty.svelte index cd5ce0f..4b7110c 100644 --- a/src/components/fields/CustomDataTypeGetty.svelte +++ b/src/components/fields/CustomDataTypeGetty.svelte @@ -13,7 +13,7 @@ {fdata.conceptName} - + diff --git a/src/components/fields/CustomDataTypeLink.svelte b/src/components/fields/CustomDataTypeLink.svelte index 08d02f0..2f4c037 100644 --- a/src/components/fields/CustomDataTypeLink.svelte +++ b/src/components/fields/CustomDataTypeLink.svelte @@ -19,4 +19,6 @@ } -{findText()} \ No newline at end of file + + {findText()} + \ No newline at end of file diff --git a/src/components/fields/CustomDataTypeUBHDGND.svelte b/src/components/fields/CustomDataTypeUBHDGND.svelte index 3b2f68d..8cd3a5b 100644 --- a/src/components/fields/CustomDataTypeUBHDGND.svelte +++ b/src/components/fields/CustomDataTypeUBHDGND.svelte @@ -30,7 +30,7 @@ {fdata.conceptName}{detailString(fdata.conceptDetails)} - + diff --git a/src/components/splitter/DetailLinkedSplitter.svelte b/src/components/splitter/DetailLinkedSplitter.svelte index 31d770d..90b5ab4 100644 --- a/src/components/splitter/DetailLinkedSplitter.svelte +++ b/src/components/splitter/DetailLinkedSplitter.svelte @@ -4,4 +4,8 @@ import { A } from "flowbite-svelte"; -Omitting linked objects in this viewer. Look at it in the EasyDB instance instead. +Omitting linked objects in this viewer. Look at it in the + + EasyDB instance + +instead.