1 <h4 class=
"mb-3">Bulk entry
</h4>
2 <!-- Button to toggle help text. -->
3 <button type=
"button" class=
"btn btn-outline-primary btn-sm" id=
"bulk-help-toggle"
4 data-bs-toggle=
"collapse" data-bs-target=
"#bulk-help">
7 <!-- Help text for bulk input format. -->
8 <div class=
"collapse mt-2" id=
"bulk-help">
9 <div class=
"card card-body border-primary">
10 <p>Enter one or more rows in the following format:
</p>
11 <p class=
"overflow-x-scroll text-nowrap font-monospace">
12 <u>Dataset name
</u>,
<u>Time units
</u>,
<u>Case counts
</u>
15 <u class=
"font-monospace">Time units
</u> must be one of
16 <u class=
"font-monospace">Days
</u> or
17 <u class=
"font-monospace">Weeks
</u>, and
18 <u class=
"font-monospace">Case counts
</u>
19 must be a comma-separated list of one or more non-negative integers.
22 <p class=
"overflow-x-scroll text-nowrap font-monospace lh-sm">
23 Montreal,Days,
1,
2,
3,
4,
5,
6,
7,
8,
9,
19<br>
24 Ottawa,Weeks,
1,
2,
3,
4,
5,
6,
7,
8,
9,
19<br>
25 Toronto,Days,
1,
2,
3,
4,
5,
6,
7,
8,
9,
19
29 <!-- Data input area. -->
31 <textarea id=
"data_area" class=
"form-control shiny-input-textarea my-3" rows=
"3" wrap=
"off"></textarea>
32 <small id=
"data_area_warn" class=
"form-text text-primary shiny-html-output"></small>
35 <button id=
"data_bulk" type=
"button" class=
"btn btn-outline-primary btn-sm action-button">
36 <span class=
"glyphicon glyphicon-plus"></span> Add