blob: f4d5e756508b13f2021a0c0d2eee82388b6fafd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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>
|