diff options
author | kfiliyork <116465911+kfiliyork@users.noreply.github.com> | 2024-05-24 17:30:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 17:30:01 -0400 |
commit | bd2bfa90dc7bb75cc6cbe8c6b674b7bcf486b519 (patch) | |
tree | 345929f9d641441b4c5e30b5e432b7b43c8297bc /enter-data.html | |
parent | 3e50d05576a768294fedf00f6e0d20be7ee0ca34 (diff) |
Sample data and Upload data
Diffstat (limited to 'enter-data.html')
-rw-r--r-- | enter-data.html | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ +<div class="row mb-5">
+ <form class="col-md">
+ {{ htmlTemplate("templates/content/data/enter-data/single-entry.html") }}
+ </form>
+ <div class="col-md mt-5 mt-md-0 d-flex flex-column align-items-center">
+ <h5>Data plot</h5>
+ {{ plotOutput(outputId = "data_plot") }}
+ </div>
+</div>
+<hr>
+<form>
+ {{ htmlTemplate("templates/content/data/enter-data/bulk-entry.html") }}
+</form>
+<hr>
+<form>
+ {{ htmlTemplate("templates/content/data/enter-data/uploadData-entry.html") }}
+</form>
+<form>
+ {{ htmlTemplate("templates/content/data/enter-data/sample-entry.html") }}
+</form>
\ No newline at end of file |