From 6af516dc94d6b09d079a4c7f54f103191d1eac96 Mon Sep 17 00:00:00 2001
From: WoodenMaiden
Date: Fri, 31 May 2024 17:22:24 +0200
Subject: [PATCH] feat: implement history of queries
Signed-off-by: WoodenMaiden
---
.../src/main/webapp/localStoreConsent.html | 71 +-
.../src/main/webapp/scripts/localStorage.js | 54 --
.../src/main/webapp/sparqleditor.jsp | 906 ++++++++++--------
3 files changed, 550 insertions(+), 481 deletions(-)
diff --git a/agrold-javaweb/src/main/webapp/localStoreConsent.html b/agrold-javaweb/src/main/webapp/localStoreConsent.html
index 30d798cc..c92760e4 100644
--- a/agrold-javaweb/src/main/webapp/localStoreConsent.html
+++ b/agrold-javaweb/src/main/webapp/localStoreConsent.html
@@ -7,9 +7,9 @@
we treat your data with the utmost care and are transparent about how we handle it.
You can add accept the treatment of your data by clicking on the Accept button, reject it or learn more about it.
+
+ Select a sample query and run it. The sample query could be used to modify the parameters
+ accordingly.
+ Alternatively, enter SPARQL code in the query box below.
+
+
+
+
-
- Select a sample query and run it. The sample query could be used to modify the parameters accordingly. Alternatively, enter SPARQL code in the query box below.
-
-
-
- KEYBOARD COMMANDS
-
-
[Ctrl|Cmd]-Space: Trigger Autocompletion
-
[Ctrl|Cmd]-D and [Ctrl|Cmd]-D: Delete current/selected line(s)
-
[Ctrl|Cmd]-/: Comment or uncomment current/selected line(s)