summaryrefslogtreecommitdiff
path: root/sample-entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'sample-entry.html')
-rw-r--r--sample-entry.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/sample-entry.html b/sample-entry.html
new file mode 100644
index 0000000..92b9131
--- /dev/null
+++ b/sample-entry.html
@@ -0,0 +1,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>