]> nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/estimation/estimates/add-estimators/mu.html
878157482c191acd351e0e3dca233ef5c7f19c83
[Rnaught] / inst / app / templates / content / estimation / estimates / add-estimators / 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.">
7 [?]
8 </sup>
9 </label>
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>
17 </select>
18 </div>
19 <!-- Warning text for incorrect values. -->
20 <div>
21 <small id="mu_{{ id }}_warn" class="form-text text-primary shiny-text-output"></small>
22 </div>