Changeset 5947 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
- Timestamp:
- 12/10/13 10:37:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
r4743 r5947 32 32 </xsl:param> 33 33 34 <xsl:param name="Page.metaDescription" select="$indicator/DESCRIPTION" 35 ibis:doc="Implementation that returns the INDICATOR/DESCRIPTION." 34 <xsl:param name="Page.metaDescription" select=" 35 if(string-length(/INDICATOR_VIEW/DESCRIPTION) != 0)then 36 concat(/INDICATOR/DESCRIPTION, ' ; ', /INDICATOR_VIEW/DESCRIPTION) 37 else 38 /INDICATOR/DESCRIPTION 39 " 40 ibis:doc="Implementation that returns the INDICATOR and INDICATOR_VIEW/DESCRIPTION." 36 41 /> 42 <xsl:param name="Page.metaKeywords" select="$Page.metaDescription"/> 37 43 38 <xsl:param name="Page.metaKeywords" select="$indicator/DESCRIPTION"39 ibis:doc="Implementation that returns the INDICATOR/DESCRIPTION."40 />41 44 42 45 <xsl:param name="Page.orgUnitName" select="$indicator/ORG_UNIT_NAME"
Note: See TracChangeset
for help on using the changeset viewer.