]> nmode's Git Repositories - Rnaught/blobdiff - inst/app/templates/content/data/enter-data.html
Revamp Shiny app
[Rnaught] / inst / app / templates / content / data / enter-data.html
diff --git a/inst/app/templates/content/data/enter-data.html b/inst/app/templates/content/data/enter-data.html
new file mode 100644 (file)
index 0000000..621c785
--- /dev/null
@@ -0,0 +1,13 @@
+<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>