From b7c973f54dd75041cd381a8df8b6fc21515c01af Mon Sep 17 00:00:00 2001 From: Bob Coret Date: Fri, 22 Dec 2023 20:01:40 +0100 Subject: [PATCH] make loading of lists (SPARQL query) asynchronous Not a real solution for #20 but at least is looks faster in the GUI (because loading isn't blocking) --- web/get-list.php | 26 +++ web/search.php | 432 ++++++++++++++++++++++++----------------------- 2 files changed, 251 insertions(+), 207 deletions(-) create mode 100644 web/get-list.php diff --git a/web/get-list.php b/web/get-list.php new file mode 100644 index 0000000..f9edfdd --- /dev/null +++ b/web/get-list.php @@ -0,0 +1,26 @@ +
- -
-
- '; - echo ''; - echo '  '.htmlentities($format_name); - echo ''; - } - ?> -
-

| |

- -
- - - - - - -
-
+
+

| |

+ +
+ + + + + + +
@@ -97,9 +70,12 @@ \ No newline at end of file