summaryrefslogtreecommitdiff
path: root/inst/app/templates/content/data/enter-data/manual-entry.html
blob: a6319d9aecd1fb334cc62160cecc1498b22224e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!-- Data input area (manual entry). -->
<div class="my-4">
  <label class="form-label" for="data_area">Enter manually</label>
  <textarea id="data_area" class="form-control" rows="3" wrap="off"></textarea>
  <div>
    <small id="data_area_warn" class="form-text text-primary shiny-html-output"></small>
  </div>
  <button id="data_bulk" type="button" class="btn btn-outline-primary btn-sm action-button mt-3">
    <span class="glyphicon glyphicon-plus"></span> Add
  </button>
</div>