From d585c83cef542a8b0ed23b3cd305284430e1bfa2 Mon Sep 17 00:00:00 2001 From: 30hours Date: Wed, 6 Dec 2023 14:40:34 +0000 Subject: [PATCH] Various front-end changes and controller --- html/controller/index.html | 140 ++++++++++++++++++ html/display/detection/{ => delay}/index.html | 10 +- html/display/detection/doppler/index.html | 99 +++++++++++++ html/display/map/index.html | 109 ++++++++++++++ html/index.html | 20 ++- ...t_detection.js => plot_detection_delay.js} | 2 +- html/js/plot_detection_doppler.js | 130 ++++++++++++++++ html/js/plot_map.js | 9 +- 8 files changed, 507 insertions(+), 12 deletions(-) create mode 100644 html/controller/index.html rename html/display/detection/{ => delay}/index.html (85%) create mode 100644 html/display/detection/doppler/index.html create mode 100644 html/display/map/index.html rename html/js/{plot_detection.js => plot_detection_delay.js} (98%) create mode 100644 html/js/plot_detection_doppler.js diff --git a/html/controller/index.html b/html/controller/index.html new file mode 100644 index 0000000..b13ad78 --- /dev/null +++ b/html/controller/index.html @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + blah2 + + + + + + + + + + + + + + + +
+ + + +
+ + + diff --git a/html/display/detection/index.html b/html/display/detection/delay/index.html similarity index 85% rename from html/display/detection/index.html rename to html/display/detection/delay/index.html index 35b717d..ec3d5d9 100644 --- a/html/display/detection/index.html +++ b/html/display/detection/delay/index.html @@ -14,12 +14,12 @@ blah2 - - - + + + - + + + + + + +
+ +
+ +
+ +
+ + + + + + diff --git a/html/display/map/index.html b/html/display/map/index.html new file mode 100644 index 0000000..38a36f6 --- /dev/null +++ b/html/display/map/index.html @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + blah2 + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + + + + + + diff --git a/html/index.html b/html/index.html index 5fe31f8..f7f718c 100644 --- a/html/index.html +++ b/html/index.html @@ -86,12 +86,30 @@
+
+ + +

30/HOURS

+
+ + + +
- +