diff options
author | Naeem Model <me@nmode.ca> | 2024-05-26 02:38:19 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-05-26 02:38:19 +0000 |
commit | 9cf25e707fbd49d357cf295ad62f83d805c59c2c (patch) | |
tree | 30154c5e964dbe7f8975527e48a1e1a5d042107e /sample-entry.html | |
parent | bd2bfa90dc7bb75cc6cbe8c6b674b7bcf486b519 (diff) |
Update Shiny app
- Refactor data upload and sample data
- Create custom data upload button
- Create script.js
- Change Shiny notification colour
- Bug fix: ensure the case counts in bulk data that have only one row are treated as a data frame, by wrapping them in 'data.frame' before passing to 'apply'
Diffstat (limited to 'sample-entry.html')
-rw-r--r-- | sample-entry.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sample-entry.html b/sample-entry.html deleted file mode 100644 index 92b9131..0000000 --- a/sample-entry.html +++ /dev/null @@ -1,40 +0,0 @@ -<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>
|