From 5dfbdd864433a01271e8025842b20608146e5152 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 Apr 2022 15:24:39 +0200 Subject: history map: add filter by date --- templates/history_map.html.ep | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 06429f7..0976ab4 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -13,7 +13,7 @@ %= form_for '/history/map' => begin

- Detailgrad und Filter: + Detailgrad:

@@ -54,6 +54,28 @@
+

+ Weitere Filter: +

+
+
+ %= text_field 'filter_after', id => 'filter_after', class => 'validate', pattern => '[0-9][0-9]?[.][0-9][0-9]?[.][0-9][0-9][0-9][0-9]( +[0-9][0-9]:[0-9][0-9])?' + +
+
+
+
+ %= text_field 'filter_before', id => 'filter_before', class => 'validate', pattern => '[0-9][0-9]?[.][0-9][0-9]?[.][0-9][0-9][0-9][0-9]( +[0-9][0-9]:[0-9][0-9])?' + +
+
+
+
+ +
+
%= end
-- cgit v1.2.3