]> nmode's Git Repositories - Rnaught/blob - sample-entry.html
Sample data and Upload data
[Rnaught] / sample-entry.html
1 <h4 class="mb-3">Sample entry</h4>
2 <!-- Checkboxes -->
3
4 <div>
5
6 <input type="checkbox" id="march" name="myCheckbox" value="isChecked">
7 <label for="myCheckbox">Covid-19 March 2020</label>
8
9 </div>
10 <div>
11
12 <input type="checkbox" id="april" name="myCheckbox" value="isChecked">
13 <label for="myCheckbox">Covid-19 April 2020</label>
14
15 </div>
16 <div>
17
18 <input type="checkbox" id="may" name="myCheckbox" value="isChecked">
19 <label for="myCheckbox">Covid-19 May 2020</label>
20 </div>
21
22 <div>
23
24 <input type="checkbox" id="june" name="myCheckbox" value="isChecked">
25 <label for="myCheckbox">Covid-19 June 2020</label></div>
26 <div><input type="checkbox" id="july" name="myCheckbox" value="isChecked">
27 <label for="myCheckbox">Covid-19 July 2020</label></div>
28
29
30 <div>
31
32 <!-- Submit button -->
33 <button id="sample_entry" type="button" class="btn btn-outline-primary btn-sm action-button">
34 <span class="glyphicon glyphicon-plus"></span> Add
35 </button>
36 </div>
37 <!-- Warning area. -->
38 <div>
39 <small id="sample_area_warn" class="form-text text-primary shiny-html-output"></small>
40 </div>