From bd2bfa90dc7bb75cc6cbe8c6b674b7bcf486b519 Mon Sep 17 00:00:00 2001 From: kfiliyork <116465911+kfiliyork@users.noreply.github.com> Date: Fri, 24 May 2024 17:30:01 -0400 Subject: Sample data and Upload data --- enter-data.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 enter-data.html (limited to 'enter-data.html') diff --git a/enter-data.html b/enter-data.html new file mode 100644 index 0000000..0ff82f2 --- /dev/null +++ b/enter-data.html @@ -0,0 +1,20 @@ +
+
+ {{ htmlTemplate("templates/content/data/enter-data/single-entry.html") }} +
+
+
Data plot
+ {{ plotOutput(outputId = "data_plot") }} +
+
+
+
+ {{ htmlTemplate("templates/content/data/enter-data/bulk-entry.html") }} +
+
+
+ {{ htmlTemplate("templates/content/data/enter-data/uploadData-entry.html") }} +
+
+ {{ htmlTemplate("templates/content/data/enter-data/sample-entry.html") }} +
\ No newline at end of file -- cgit v1.2.3