Changeset 19916 in main for trunk/ibisph-view/src/main/webapp/xslt/html/community/indicators/HTMLTable.xslt
- Timestamp:
- 03/01/20 23:07:45 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/community/indicators/HTMLTable.xslt
r19890 r19916 160 160 > 161 161 <xsl:param name="indicatorName"/> 162 <xsl:param name="indicator" select="document(concat($Page.indicatorProfileXMLFilePath, '/',$indicatorName, '.xml'), /)/INDICATOR"/>162 <xsl:param name="indicator" select="document(concat($Page.indicatorProfileXMLFilePath, $indicatorName, '.xml'), /)/INDICATOR"/> 163 163 164 164 <xsl:if test="not($indicator/*)"><xsl:message select="concat('IP NOT FOUND: ', $indicatorName)"/></xsl:if>
Note: See TracChangeset
for help on using the changeset viewer.