PCHD#41213 -- TV Schermen voor monitoring

svn path=/Website/branches/v2017.2/; revision=35926
This commit is contained in:
Arthur Egberink
2017-11-08 11:51:39 +00:00
parent 418592c3fa
commit e24f28a496

View File

@@ -172,8 +172,10 @@
<xsl:otherwise>
<xsl:attribute name="style">text-align:center;</xsl:attribute>
</xsl:otherwise>
</xsl:choose>&#x20AC;
<xsl:value-of select="format-number(TOTAAL_INDEX, '0,00', 'european')"/>
</xsl:choose>&#xA0;
<xsl:if test="TOTAAL_INDEX != '' and TOTAAL_INDEX != '0'">&#x20AC;
<xsl:value-of select="format-number(TOTAAL_INDEX, '0,00', 'european')"/>
</xsl:if>
</xsl:element>
<td style="text-align:right">
<xsl:value-of select="THT_TIJDSTIP"/>
@@ -186,3 +188,4 @@
</xsl:if>
</xsl:template>
</xsl:stylesheet>
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. -->