]>
nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/estimators/add-estimators/components/mu.html
1 <!-- Serial interval label and help tooltip. -->
2 <label class=
"form-label" for=
"mu_{{ id }}">
3 Serial interval (
μ)
4 <sup data-bs-toggle=
"tooltip" data-bs-placement=
"right"
5 data-bs-title=
"The serial interval is the time between when an infected individual (the infector) becomes
6 symptomatic, to when another individual (who is infected by the infector) becomes symptomatic.">
10 <div class=
"input-group">
11 <!-- Serial interval input field. -->
12 <input name=
"mu_{{ id }}" class=
"form-control" type=
"text">
13 <!-- Days/weeks dropdown. -->
14 <select name=
"mu_{{ id }}_units" class=
"form-select">
15 <option value=
"Days" selected
>Days
</option>
16 <option value=
"Weeks">Weeks
</option>
19 <!-- Warning text for incorrect values. -->
20 <small id=
"mu_{{ id }}_warn" class=
"form-text text-primary shiny-text-output"></small>