@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user