From 371bbe0390113ecbf032ae9bcfc6a93470ffad67 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 17 Feb 2025 19:32:08 +0200 Subject: Implement range query --- browser/templates/frag_form_delete.html.j2 | 7 +++++++ browser/templates/frag_form_find.html.j2 | 2 +- browser/templates/frag_form_range.html.j2 | 20 ++++++++++++++++---- browser/templates/frag_form_upsert.html.j2 | 5 +++++ 4 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 browser/templates/frag_form_delete.html.j2 create mode 100644 browser/templates/frag_form_upsert.html.j2 (limited to 'browser/templates') diff --git a/browser/templates/frag_form_delete.html.j2 b/browser/templates/frag_form_delete.html.j2 new file mode 100644 index 0000000..a362075 --- /dev/null +++ b/browser/templates/frag_form_delete.html.j2 @@ -0,0 +1,7 @@ +
+ + + + + +
diff --git a/browser/templates/frag_form_find.html.j2 b/browser/templates/frag_form_find.html.j2 index f527b45..cadd44b 100644 --- a/browser/templates/frag_form_find.html.j2 +++ b/browser/templates/frag_form_find.html.j2 @@ -1,4 +1,4 @@ -
+ diff --git a/browser/templates/frag_form_range.html.j2 b/browser/templates/frag_form_range.html.j2 index 96fe8a8..84b8024 100644 --- a/browser/templates/frag_form_range.html.j2 +++ b/browser/templates/frag_form_range.html.j2 @@ -1,9 +1,21 @@ - - - - + + + + + + + +
diff --git a/browser/templates/frag_form_upsert.html.j2 b/browser/templates/frag_form_upsert.html.j2 new file mode 100644 index 0000000..68820f5 --- /dev/null +++ b/browser/templates/frag_form_upsert.html.j2 @@ -0,0 +1,5 @@ +
+ + + +
-- cgit v1.3