summaryrefslogtreecommitdiff
path: root/inst/app/templates/content/data/enter-data.html
blob: 621c7859bbf2700622ac3023e1f486315d4b2f7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>