]> nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/data/enter-data.html
f4d5e756508b13f2021a0c0d2eee82388b6fafd3
[Rnaught] / inst / app / templates / content / data / enter-data.html
1 <div class="row mb-5">
2 <form class="col-md">
3 {{ htmlTemplate("templates/content/data/enter-data/single-entry.html") }}
4 </form>
5 <div class="col-md mt-5 mt-md-0 d-flex flex-column align-items-center">
6 <h5>Data plot</h5>
7 {{ plotOutput(outputId = "data_plot") }}
8 </div>
9 </div>
10 <hr>
11 <form class="mb-5">
12 {{ htmlTemplate("templates/content/data/enter-data/bulk-entry.html") }}
13 </form>
14 <hr>
15 <form>
16 {{ htmlTemplate("templates/content/data/enter-data/load-samples.html") }}
17 </form>