Changeset 24892 in main
- Timestamp:
- 03/28/22 14:23:10 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0.0/ibisph-view/src/main/webapp/xslt/html/community/indicators/Page.xslt
r23962 r24892 48 48 49 49 <!-- GARTH TODO: This is code for doing the compare table on a facts page etc. 50 <xsl:variable name="Page.demographicPublishedIndicators" select="$Page.publishedIndicators//PUBLISHED_INDICATOR[ DEMOGRAPHIC_FLAG = 'x']"/>50 <xsl:variable name="Page.demographicPublishedIndicators" select="$Page.publishedIndicators//PUBLISHED_INDICATOR[exists(DEMOGRAPHIC_FLAG)]"/> 51 51 <xsl:variable name="Page.communityDemographicPublishedIndicators" select="$Page.demographicPublishedIndicators//DIMENSION_COMBINATION[(DIMENSION_1/NAME = $Page.dimensionName) and not(DIMENSION_2)]"/> 52 52 <xsl:variable name="communityIndicators"> … … 123 123 <footer class="Comparison"> 124 124 <ul> 125 <li><span class="ComparisonClass Better">Better</span> is when the community is statistically better (worst confidence limit value is better than the comparison value).</li>126 <li><span class="ComparisonClass Similar">Similar</span> is when the community is not statistically different (com parison value is between the community lower and upper confidence limit values).</li>127 <li><span class="ComparisonClass Worse">Worse</span> is when the community statistically worse (best limit value is worse than the comparison value).</li>125 <li><span class="ComparisonClass Better">Better</span> is when the community is better and the difference is statistically significant (community confidence interval does not include comparison value).</li> 126 <li><span class="ComparisonClass Similar">Similar</span> is when the community is not statistically different (community confidence interval includes comparison value).</li> 127 <li><span class="ComparisonClass Worse">Worse</span> is when the community is worse and the difference is statistically significant (community confidence interval does not include comparison value).</li> 128 128 </ul> 129 129 </footer>
Note: See TracChangeset
for help on using the changeset viewer.