From 6dcf19989f76f19ad9b51c3bbcf5257c10cf4b18 Mon Sep 17 00:00:00 2001 From: Sophie <6323967-smatts@users.noreply.gitlab.com> Date: Thu, 5 Sep 2024 11:54:34 +0000 Subject: [PATCH] Apply style and functionality from course metadata form --- i18n/de.json | 5 +- i18n/en.json | 5 +- metadata-generator.html | 600 ++++++++++++++++++++++++---------------- 3 files changed, 363 insertions(+), 247 deletions(-) diff --git a/i18n/de.json b/i18n/de.json index d08cb8d..e0d1989 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -47,5 +47,8 @@ "LABEL_NO_INSTITUTION_FOUND": "Keine passende Institution gefunden", "LABEL_DATE_PUBLISHED": "Veröffentlichungsdatum", "LABEL_SOFTWARE_LICENSE": "Software-Lizenz", - "LABEL_CC_LICENSE": "CC-Lizenz" + "LABEL_CC_LICENSE": "CC-Lizenz", + "LABEL_METADATA_OUTPUT": "Generierte Metadaten", + "LABEL_RESET": "Zurücksetzen", + "LABEL_CONFIRM_RESET": "Möchten Sie wirklich alle Einträge zurücksetzen?" } \ No newline at end of file diff --git a/i18n/en.json b/i18n/en.json index 852022a..96f7385 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -47,5 +47,8 @@ "LABEL_NO_INSTITUTION_FOUND": "No matching institution found", "LABEL_DATE_PUBLISHED": "Date published", "LABEL_SOFTWARE_LICENSE": "Software license", - "LABEL_CC_LICENSE": "CC license" + "LABEL_CC_LICENSE": "CC license", + "LABEL_METADATA_OUTPUT": "Metadata output", + "LABEL_RESET": "Reset", + "LABEL_CONFIRM_RESET": "Do you really want to reset all entries?" } \ No newline at end of file diff --git a/metadata-generator.html b/metadata-generator.html index 6902747..b66b763 100644 --- a/metadata-generator.html +++ b/metadata-generator.html @@ -34,54 +34,90 @@ -