]> nmode's Git Repositories - Rnaught/blob - inst/web/templates/content/data/enter-data/manual-entry.html
Update web app entry point
[Rnaught] / inst / web / templates / content / data / enter-data / manual-entry.html
1 <!-- Data input area (manual entry). -->
2 <div class="my-4">
3 <label class="form-label" for="data_area">Enter manually</label>
4 <textarea id="data_area" class="form-control" rows="3" wrap="off"></textarea>
5 <div>
6 <small id="data_area_warn" class="form-text text-primary shiny-html-output"></small>
7 </div>
8 <button id="data_bulk" type="button" class="btn btn-outline-primary btn-sm action-button mt-3">
9 <span class="glyphicon glyphicon-plus"></span> Add
10 </button>
11 </div>