Baseline History
Build 1168d76e4be current baseline
Current build. Auto-accepted
Build 501cc0ba35
Accepted by Tiffany.
Commenting is disabled because there's a newer build on this branch
DOM Diff
file.html a
CHANGED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div>
|
2 |
+
<div>
|
3 |
+
<h4 class="ds-h4 header-with-top-margin">HIT and HIE</h4>
|
4 |
+
<table class="budget-table" data-cy="QFSTable">
|
5 |
+
<caption class="ds-u-visibility--screen-reader">FFY 2022 HIT and HIE Quarterly Federal Share</caption>
|
6 |
+
<colgroup>
|
7 |
+
<col class="budget-table--col-header__fixed-width">
|
8 |
+
<col span="5">
|
9 |
+
</colgroup>
|
10 |
+
<thead>
|
11 |
+
<tr>
|
12 |
+
<th aria-label="FFY 2022">FFY 2022</th>
|
13 |
+
<th class="ds-u-text-align--right" scope="col">Q1</th>
|
14 |
+
<th class="ds-u-text-align--right" scope="col">Q2</th>
|
15 |
+
<th class="ds-u-text-align--right" scope="col">Q3</th>
|
16 |
+
<th class="ds-u-text-align--right" scope="col">Q4</th>
|
17 |
+
<th class="ds-u-text-align--right budget-table--subtotal" scope="col">Subtotal</th>
|
18 |
+
</tr>
|
19 |
+
</thead>
|
20 |
+
<tbody>
|
21 |
+
<tr class="">
|
22 |
+
<th scope="row">In-House Costs</th>
|
23 |
+
<td class="budget-table--number">
|
24 |
+
<span>$568,707</span>
|
25 |
+
</td>
|
26 |
+
<td class="budget-table--number">
|
27 |
+
<span>$568,705</span>
|
28 |
+
</td>
|
29 |
+
<td class="budget-table--number">
|
30 |
+
<span>$568,705</span>
|
31 |
+
</td>
|
32 |
+
<td class="budget-table--number">
|
33 |
+
<span>$568,705</span>
|
34 |
+
</td>
|
35 |
+
<td class="budget-table--number budget-table-
|