]>
nmode's Git Repositories - Rnaught/blob - sample-entry.html
92b91310ea9b23f6727a0870aa92b1f28b6175df
1 <h4 class=
"mb-3">Sample entry
</h4>
6 <input type=
"checkbox" id=
"march" name=
"myCheckbox" value=
"isChecked">
7 <label for=
"myCheckbox">Covid-
19 March
2020</label>
12 <input type=
"checkbox" id=
"april" name=
"myCheckbox" value=
"isChecked">
13 <label for=
"myCheckbox">Covid-
19 April
2020</label>
18 <input type=
"checkbox" id=
"may" name=
"myCheckbox" value=
"isChecked">
19 <label for=
"myCheckbox">Covid-
19 May
2020</label>
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>
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
37 <!-- Warning area. -->
39 <small id=
"sample_area_warn" class=
"form-text text-primary shiny-html-output"></small>