summaryrefslogtreecommitdiff
path: root/inst/app/templates/content/data/enter-data.html
diff options
context:
space:
mode:
authorkfiliyork <116465911+kfiliyork@users.noreply.github.com>2024-06-06 18:19:14 -0400
committerGitHub <noreply@github.com>2024-06-06 18:19:14 -0400
commit59e570a7a5795770bf0cc2f2631b9083be9efd67 (patch)
tree85db8fe99154e591fe99234f98852a354546253b /inst/app/templates/content/data/enter-data.html
parentcf97daa27850c5dcc54dc1a532a15ab83d2432c7 (diff)
Enter data html updated
removed Single entry template
Diffstat (limited to 'inst/app/templates/content/data/enter-data.html')
-rw-r--r--inst/app/templates/content/data/enter-data.html25
1 files changed, 8 insertions, 17 deletions
diff --git a/inst/app/templates/content/data/enter-data.html b/inst/app/templates/content/data/enter-data.html
index f4d5e75..77846fa 100644
--- a/inst/app/templates/content/data/enter-data.html
+++ b/inst/app/templates/content/data/enter-data.html
@@ -1,17 +1,8 @@
-<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 class="mb-5">
- {{ htmlTemplate("templates/content/data/enter-data/bulk-entry.html") }}
-</form>
-<hr>
-<form>
- {{ htmlTemplate("templates/content/data/enter-data/load-samples.html") }}
-</form>
+
+<form class="mb-5">
+ {{ htmlTemplate("templates/content/data/enter-data/entry.html") }}
+</form>
+<hr>
+<form>
+ {{ htmlTemplate("templates/content/data/enter-data/load-samples.html") }}
+</form>