summaryrefslogtreecommitdiff
path: root/sample-entry.html
diff options
context:
space:
mode:
authorkfiliyork <116465911+kfiliyork@users.noreply.github.com>2024-05-24 17:30:01 -0400
committerGitHub <noreply@github.com>2024-05-24 17:30:01 -0400
commitbd2bfa90dc7bb75cc6cbe8c6b674b7bcf486b519 (patch)
tree345929f9d641441b4c5e30b5e432b7b43c8297bc /sample-entry.html
parent3e50d05576a768294fedf00f6e0d20be7ee0ca34 (diff)
Sample data and Upload data
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>