Changeset 16234 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
- Timestamp:
- 05/19/18 11:53:16 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/view/Page.xslt
r16192 r16234 25 25 26 26 <xsl:param name="Page.pageTitle" ibis:doc="Page's title text based on the 'INDICATOR/TITLE' element."> 27 Health Indicator Report - <xsl:value-of select=" $indicator/TITLE"/>27 Health Indicator Report - <xsl:value-of select="ibis:getConciseIndicatorTitle($indicator)"/> 28 28 </xsl:param> 29 29 <xsl:param name="Page.sectionsTitle" ibis:doc="Page's content block title text based on the 'INDICATOR/TITLE' element."> 30 Health Indicator Report of <xsl:value-of select=" $indicator/TITLE"/>30 Health Indicator Report of <xsl:value-of select="ibis:getConciseIndicatorTitle($indicator)"/> 31 31 </xsl:param> 32 32 … … 147 147 148 148 <xsl:call-template name="ContentContainer.expandable"> 149 <xsl:with-param name="title" select="'D efinitions & Sources'"/>149 <xsl:with-param name="title" select="'Data Definitions & Sources'"/> 150 150 <xsl:with-param name="content"> 151 151 <xsl:call-template name="Indicator.definition"/> 152 152 <xsl:call-template name="Indicator.howCalculated"/> 153 <xsl:call-template name="Indicator.howCalculated1"/>154 <xsl:call-template name="Indicator.numerator"/>155 <xsl:call-template name="Indicator.denominator"/>156 153 <xsl:call-template name="Indicator.dataSources"/> 157 154 </xsl:with-param> … … 187 184 <xsl:call-template name="Indicator.moreResources"/> 188 185 <xsl:call-template name="Indicator.otherInformation"/> 186 </xsl:with-param> 187 <xsl:with-param name="description" select="'Other related information and resources.'"/> 188 </xsl:call-template> 189 190 <xsl:call-template name="ContentContainer.expandable"> 191 <xsl:with-param name="title" select="'References'"/> 192 <xsl:with-param name="content"> 189 193 <xsl:call-template name="Indicator.footnoteReferences"/> 190 194 </xsl:with-param> 191 <xsl:with-param name="description" select="' Other related information and resources.'"/>195 <xsl:with-param name="description" select="'References that may / might not be cited on this page.'"/> 192 196 </xsl:call-template> 193 197 … … 293 297 ,<xsl:call-template name="Kendo.requestChartJSON"> 294 298 <xsl:with-param name="kendoDataSourceJavascriptVariableName" select="'kendoDataSource'"/> 295 296 <xsl:with-param name="title" select="ibis:getCompleteIndicatorViewTitle($indicator, $indicatorView)"/> 299 <xsl:with-param name="title" select="ibis:getChartTitle($indicator, $indicatorView)"/> 297 300 <xsl:with-param name="seriesTitle" select="$recordDimensionFields/RECORD_DIMENSION_FIELD[USAGE='series']/TITLE"/> 298 301 <xsl:with-param name="categoryTitle" select="$recordDimensionFields/RECORD_DIMENSION_FIELD[USAGE='category']/TITLE"/>
Note: See TracChangeset
for help on using the changeset viewer.