svn path=/Website/trunk/; revision=1692
This commit is contained in:
Arthur Egberink
2010-06-03 10:38:48 +00:00
parent d33c52a6ee
commit 6d4533f0a1

View File

@@ -3,7 +3,7 @@
<xsl:import href="../../../appl/shared/default.xsl"/>
<xsl:variable name="Rev">
<!-- Revision van deze cust.xsl -->
<xsl:value-of select="substring(translate('$Revision: 6 $', '$ ', ''), 10)"/>
<xsl:value-of select="substring(translate('$Revision: 7 $', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:template match="rapport">
@@ -605,13 +605,13 @@ function hide_dep(afd) {
<xsl:value-of select="node()"/>
</xsl:when>
<xsl:when test="substring(node(),1,1)=1 or substring(node(),1,1)=7">
<xsl:attribute name="style">{ background-color: #888888; }</xsl:attribute>
<xsl:attribute name="BGCOLOR">#888888</xsl:attribute>
</xsl:when>
<xsl:when test="substring(node(),3)='goedgekeurd'">
<xsl:attribute name="style">{ background-color: #ff0000; }</xsl:attribute>
<xsl:attribute name="BGCOLOR">#ff0000</xsl:attribute>
</xsl:when>
<xsl:when test="substring(node(),3)='aangevraagd'">
<xsl:attribute name="style">{ background-color: #ffff00; }</xsl:attribute>
<xsl:attribute name="BGCOLOR">#ffff00</xsl:attribute>
</xsl:when>
</xsl:choose>
</xsl:element>