diff --git a/frontend/src/routes/inscription/[slug]/+page.svelte b/frontend/src/routes/inscription/[slug]/+page.svelte index 5762dcda56f..59137680c52 100644 --- a/frontend/src/routes/inscription/[slug]/+page.svelte +++ b/frontend/src/routes/inscription/[slug]/+page.svelte @@ -6,6 +6,7 @@ import { onMount } from 'svelte'; import { DefaultMarker, MapLibre, Popup } from 'svelte-maplibre'; import EditionEntry from '$lib/components/EditionEntry.svelte'; + import { LucideExternalLink } from 'lucide-svelte'; /** * @typedef {Object} Props @@ -50,25 +51,38 @@
-
+

{metadata.file}: {metadata.title}

-

- {metadata.textLang._}, - {metadata.type._}{#if metadata.objectType}, - {metadata.objectType._}{/if} -

-

- {metadata.status}, - View in current site -

-
-
{curImageTitle}
- -
{@html edition.html}
+
+
Language
+
{metadata.textLang._}
+
Text type
+
{metadata.type._}
+
Object type
+ {#if metadata.objectType} +
{metadata.objectType._}
+ {/if} +
ID
+
{metadata.file}
+
Status
+
{metadata.status}
+
Links
+
+ + View in current site + +
+
+ +
+
+

Edition

+ {@html edition.html} +
{@html apparatus.html}
@@ -265,7 +279,7 @@
{metadata.citation || config.EMPTY_PLACEHOLDER}
-
+