Changeset 19879 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/index/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/indicator/index/Page.xslt
r19781 r19879 44 44 45 45 <xsl:template name="Page.contentBody"> 46 <xsl:copy-of select="$Page.overviewContent"/> 47 <!-- 48 <br/><br/> 49 Published Count: 50 <xsl:value-of select="count($Page.publishedIndicators)"/> 51 <br/><br/> 52 --> 46 <p><xsl:copy-of select="$Page.overviewContent"/></p> 47 53 48 <xsl:call-template name="Page.indexList"/> 54 49
Note: See TracChangeset
for help on using the changeset viewer.