]> nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/data/enter-data/load-samples.html
Create package help topic
[Rnaught] / inst / app / templates / content / data / enter-data / load-samples.html
1 <h4 class="mb-3">Load samples</h4>
2 <!-- Checkboxes for sample data. -->
3 {{
4 checkboxInput(inputId = "covid_canada", label = "COVID-19 Canada, 2020/03/03 - 2020/03/31 (Weekly)",
5 value = FALSE, width = "100%"
6 )
7 }}
8 {{
9 checkboxInput(inputId = "covid_ontario", label = "COVID-19 Ontario, 2020/03/03 - 2020/03/31 (Weekly)",
10 value = FALSE, width = "100%"
11 )
12 }}
13 <!-- Warning text. -->
14 <div>
15 <small id="data_samples_warn" class="form-text text-primary shiny-text-output"></small>
16 </div>
17 <button id="data_samples" type="button" class="btn btn-outline-primary btn-sm action-button mt-3">
18 <span class="glyphicon glyphicon-plus"></span> Add
19 </button>