From 83144471eb2ee001b67740a879adc210b8a463b4 Mon Sep 17 00:00:00 2001 From: RochoElLocho Date: Tue, 4 Mar 2025 08:15:23 +0100 Subject: [PATCH] =?UTF-8?q?webseite=20schreiber|electronics=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 +++++++++++++++- main.go | 7 ++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ac95f2a..d824895 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,7 @@ margin-bottom: 2vh; } + #searchButton, #resetButton { padding: 1.5vh 4vw; font-size: 1.5vw; @@ -97,6 +98,8 @@ font-weight: bold; } + + .checkbox-group input[type="checkbox"] { margin-right: 1vw; } @@ -318,7 +321,12 @@
- +
+ + + + +
@@ -450,6 +458,12 @@
+ +
+ +
diff --git a/main.go b/main.go index 17fea3c..2d8843a 100644 --- a/main.go +++ b/main.go @@ -104,9 +104,10 @@ func handlePopupInstructions(w http.ResponseWriter, r *http.Request) { func generateSearchUrl(website, query string) string { searchUrls := map[string]string{ // ----- Eletronik ---- - "conrad": fmt.Sprintf("https://www.conrad.de/de/search.html?search=%s", query), - "reichelt": fmt.Sprintf("https://www.reichelt.de/index.html?ACTION=446&SEARCH=%s", query), - "kosatec": fmt.Sprintf("https://shop.kosatec.de/search?search=%s", query), + "conrad": fmt.Sprintf("https://www.conrad.de/de/search.html?search=%s", query), + "reichelt": fmt.Sprintf("https://www.reichelt.de/index.html?ACTION=446&SEARCH=%s", query), + "kosatec": fmt.Sprintf("https://shop.kosatec.de/search?search=%s", query), + "schreiber": fmt.Sprintf("https://www.schreiber-electronics.de/search?sSearch=%s", query), // ----- Verpackungen ------ "papstar": fmt.Sprintf("https://www.papstar-shop.de/catalogsearch/result/?q=%s", query),