summaryrefslogtreecommitdiff
path: root/sample-entry.html
blob: 92b91310ea9b23f6727a0870aa92b1f28b6175df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<h4 class="mb-3">Sample entry</h4>
<!-- Checkboxes -->

<div>
  
<input type="checkbox" id="march" name="myCheckbox" value="isChecked">
<label for="myCheckbox">Covid-19 March 2020</label>

</div>
<div>
  
<input type="checkbox" id="april" name="myCheckbox" value="isChecked">
<label for="myCheckbox">Covid-19 April 2020</label>

</div>
<div>
  
<input type="checkbox" id="may" name="myCheckbox" value="isChecked">
<label for="myCheckbox">Covid-19 May 2020</label>
</div>

<div>
  
<input type="checkbox" id="june" name="myCheckbox" value="isChecked">
<label for="myCheckbox">Covid-19 June 2020</label></div>
<div><input type="checkbox" id="july" name="myCheckbox" value="isChecked">
<label for="myCheckbox">Covid-19 July 2020</label></div>


<div>

<!-- Submit button -->
<button id="sample_entry" type="button" class="btn btn-outline-primary btn-sm action-button">
  <span class="glyphicon glyphicon-plus"></span> Add
</button>
</div>
<!-- Warning area. -->
<div>
  <small id="sample_area_warn" class="form-text text-primary shiny-html-output"></small>
</div>