Changeset 19879 in main for trunk/ibisph-view/src/main/webapp/xslt/html/community/indicators/Page.xslt
- Timestamp:
- 02/20/20 22:56:16 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/community/indicators/Page.xslt
r19867 r19879 93 93 </tr> 94 94 <tr> 95 <td><label for="indicatorSetName"><h4>Set of Health Indicators:</h4></label></td> 95 <td> 96 <label for="indicatorSetName"><h4>Set of Health Indicators:</h4></label> 97 </td> 96 98 <td> 97 99 <select name="indicatorSetName" id="indicatorSetName" … … 112 114 </xsl:for-each> 113 115 </select> 116 </td> 117 <td> 118 <div class="Help Popup Info FontIcon Inline"> 119 <div class="Container"> 120 <div class="Content"> 121 List of health indicators based on the selected 122 set of indicators that have data for the selected 123 community. 124 125 You can change the set of health indicators to 126 be reported on by using the drop down list. 127 128 Click on the title link in the list 129 for a more detailed view of that community's 130 health indicator. 131 </div> 132 </div> 133 </div> 114 134 </td> 115 135 </tr> … … 148 168 <th scope="col" class="Row" rowspan="2"> 149 169 <xsl:value-of select="$Page.indicatorSet/TITLE"/> 150 <div class="Help Popup Info FontIcon Right">151 <div class="Container">152 <div class="Content">153 List of health indicators based on the selected154 set of indicators that have data for the selected155 community.156 157 You can change the set of health indicators to158 be reported on by using the drop down list.159 160 Click on the title link in the list161 for a more detailed view of that community's162 health indicator.163 </div>164 </div>165 </div>166 170 </th> 167 171 … … 241 245 </xsl:variable> 242 246 247 <!-- GARTH TODO: remove: 243 248 <xsl:message select="concat('============indicatorComparisonValues:', $indicatorName, ', indicatorComparisonValues below:')"/> 244 249 <xsl:message select="$indicatorComparisonValues"/> 245 <!-- GARTH TODO: remove:246 250 247 251 <xsl:if test="not($indicatorComparisonValues/*)">
Note: See TracChangeset
for help on using the changeset viewer.