From a48d96f5cff90d440aa3d797f02bb7c9a9088218 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Wed, 25 Oct 2023 12:12:18 +0200 Subject: [PATCH 1/3] Add alert below search box (RPB-98) --- app/views/tags/search_form.scala.html | 6 ++++++ public/stylesheets/nwbib.css | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/views/tags/search_form.scala.html b/app/views/tags/search_form.scala.html index 78e0e6a8..0317e3c2 100644 --- a/app/views/tags/search_form.scala.html +++ b/app/views/tags/search_form.scala.html @@ -10,4 +10,10 @@ +

+

+ Aufgrund einer technischen Störung musste die Rheinland-Pfälzische Bibliographie in ihrer bisherigen Form abgeschaltet + werden und auf eine neue Oberfläche umziehen. Bitte beachten Sie, dass es sich hierbei um eine Version handelt, in der + noch nicht alle Funktionen umgesetzt sind. Wir sind bestrebt, dies fortlaufend zu verbessern. +
} \ No newline at end of file diff --git a/public/stylesheets/nwbib.css b/public/stylesheets/nwbib.css index 9c9e7f09..8e5eb217 100644 --- a/public/stylesheets/nwbib.css +++ b/public/stylesheets/nwbib.css @@ -12,7 +12,7 @@ dd { } #nwbib-form { - padding-bottom: 1.5em; + padding-bottom: 0em; } input#owner { @@ -140,7 +140,7 @@ table { } .intro { - padding-top: 30px; + padding-top: 5px; } .nwbib-footer { From 3a8f2af57c8de9e80e65b627425c6bca8c7e56e0 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Wed, 25 Oct 2023 12:16:44 +0200 Subject: [PATCH 2/3] Add search box to details pages for consistent alert (RPB-98) --- app/views/details.scala.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/details.scala.html b/app/views/details.scala.html index 90b69132..d1713f0e 100644 --- a/app/views/details.scala.html +++ b/app/views/details.scala.html @@ -64,6 +64,7 @@ } } *@ + @tags.search_form(q)
@defining(Lobid.items(doc.toString)) { items => @defining(!(doc\\"containedIn").isEmpty && (doc\"type").toString.contains("Article")){superordination => From 866e257eb92be001ad9f3fa8676186bc48d85b27 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Wed, 25 Oct 2023 12:32:05 +0200 Subject: [PATCH 3/3] Remove "Prototyp" text from UI (RPB-98) --- app/views/main.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 814eafb3..c21c8865 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -106,7 +106,7 @@
@content