The baseline is shorter than the new snapshot (1168x68 to 1168x69).
Baseline History
Build 1271c69b15d
Current build. There are unaccepted changes, so build 1168 is still the baseline.
Build 1168d76e4be current baseline
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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div>
|
2 |
+
<h2>Results of Previous Activities</h2>
|
3 |
+
<h3>Prior Activities Overview</h3>
|
4 |
+
<div></div>
|
5 |
+
<hr class="subsection-rule">
|
6 |
+
<h3>Actual Expenditures</h3>
|
7 |
+
<table class="budget-table">
|
8 |
+
<caption class="ds-h4">HIT + HIE
|
9 |
+
<span>Federal share
|
10 |
+
<strong>90%</strong>FFP</span>
|
11 |
+
</caption>
|
12 |
+
<thead>
|
13 |
+
<tr>
|
14 |
+
<td class="th" aria-hidden="true"></td>
|
15 |
+
<th id="prev_act_hithie90_total_approved" class="ds-u-text-align--right"
|
16 |
+
scope="col">Approved Total Computable Medicaid</th>
|
17 |
+
<th id="prev_act_hithie90_federal_approved"
|
18 |
+
class="ds-u-text-align--right" scope="col">Approved 90% FFP</th>
|
19 |
+
<th id="prev_act_hithie90_federal_actual" class="ds-u-text-align--right"
|
20 |
+
scope="col">Actual FFP Expenditures</th>
|
21 |
+
</tr>
|
22 |
+
</thead>
|
23 |
+
<tbody>
|
24 |
+
<tr>
|
25 |
+
<th id="prev_act_hithie_row_2020_90" scope="row" data-cy="yearRow">FFY 2020</th>
|
26 |
+
<td headers="prev_act_hithie_row_2020_90" class="budget-table--number"
|
27 |
+
data-cy="prev_act_hithie90_total_approved">
|
28 |
+
<span>$0</span>
|
29 |
+
</td>
|
30 |
+
<td headers="prev_act_hithie_row_2020_90" class="budget-table--number"
|
31 |
+
data-cy="prev_act_hithie90_fe
|