From 13928c7921ddd4cc24770303fdbb59c5f92c45bc Mon Sep 17 00:00:00 2001 From: Mael PRIOUR <101335975+M-Priour@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:05:35 +0100 Subject: [PATCH 1/5] Update fragment-header.html --- includes/fragment-header.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/fragment-header.html b/includes/fragment-header.html index 90f0596..930cee5 100644 --- a/includes/fragment-header.html +++ b/includes/fragment-header.html @@ -4,4 +4,8 @@
-
\ No newline at end of file + + + From f55c3539e5f0554590b1d0fc2326f3fb668032f4 Mon Sep 17 00:00:00 2001 From: Mael PRIOUR <101335975+M-Priour@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:07:35 +0100 Subject: [PATCH 2/5] Update searchform.html --- content/searchform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/searchform.html b/content/searchform.html index 5afda39..dc48993 100644 --- a/content/searchform.html +++ b/content/searchform.html @@ -89,7 +89,7 @@

Search {{title}} (Current Build)

- +
From c26e333526693169f126a5d763f3502541eb7125 Mon Sep 17 00:00:00 2001 From: Mael PRIOUR Date: Fri, 1 Nov 2024 19:10:26 +0100 Subject: [PATCH 3/5] AJout de la fonction de recherche --- content/searchform.html | 220 +++++++++++++++++++++++++++------- includes/fragment-header.html | 4 +- 2 files changed, 177 insertions(+), 47 deletions(-) diff --git a/content/searchform.html b/content/searchform.html index dc48993..c491eb3 100644 --- a/content/searchform.html +++ b/content/searchform.html @@ -8,41 +8,66 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + -
-
- -
- -
-
- Search {{title}} (Current Build) -
-
-
-
+ +
+
+ +
+ Visit the FHIR website +
+
+ +
+ + +
+

Recherche sur {{title}} (Current Build) + +France flag + + + +

+
+
+
+ + + + + +
@@ -61,9 +86,7 @@
@@ -87,15 +110,18 @@
-

Search {{title}} (Current Build)

+

Recherche {{title}} (Current Build)

+ +
+ + +
+ -
-

-Note: this search searches the curent build of {{title}}. -

+
@@ -119,10 +145,7 @@

Search {{title}} (Current Build)

- hl7.fhir.us.hai: Healthcare Associated Infection Implementation Guide ®© HL7 | - - CC0 -

+

@@ -134,8 +157,115 @@

Search {{title}} (Current Build)

- - + + + + + + diff --git a/includes/fragment-header.html b/includes/fragment-header.html index 930cee5..858b473 100644 --- a/includes/fragment-header.html +++ b/includes/fragment-header.html @@ -4,8 +4,8 @@
+ Search FHIR
+ From 03acda18b2c983068d899e37ff7b12f65ea30775 Mon Sep 17 00:00:00 2001 From: Mael PRIOUR <101335975+M-Priour@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:30:53 +0100 Subject: [PATCH 4/5] Update style-add-ans.css --- content/assets/css/style-add-ans.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/css/style-add-ans.css b/content/assets/css/style-add-ans.css index 26344f3..6febaa6 100644 --- a/content/assets/css/style-add-ans.css +++ b/content/assets/css/style-add-ans.css @@ -18,7 +18,7 @@ #hl7-search-lnk >img { - height: 50px; + height: 40px; } From 02b7a540565c9f38eb1d76341da297266dd7783d Mon Sep 17 00:00:00 2001 From: Mael PRIOUR <101335975+M-Priour@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:01:56 +0100 Subject: [PATCH 5/5] Update searchform.html --- content/searchform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/searchform.html b/content/searchform.html index c491eb3..779ec73 100644 --- a/content/searchform.html +++ b/content/searchform.html @@ -256,7 +256,7 @@

Recherche {{title}} (Current Build)

$( document ).ready(function() { $("#searchForm").submit(function(e){ e.preventDefault(); - urlSearch = "https://www.qwant.com/?q=site:"; + urlSearch = "https://search.brave.com/search?q=site:"; hrefurl=$(location).attr("href"); urlSearch += hrefurl.substr(0,hrefurl.lastIndexOf('/') + 1); urlSearch += "+" + $("#q").val();