PCHD#41213 -- TV Schermen voor monitoring

svn path=/Website/branches/v2017.2/; revision=35983
This commit is contained in:
Arthur Egberink
2017-11-14 11:02:37 +00:00
parent 211a829da3
commit 9c41eb7a42

View File

@@ -219,7 +219,7 @@
<xsl:element name="td">
<xsl:choose>
<xsl:when test="HIDE_F_MARGE &lt; 0">
<xsl:attribute name="style">text-align:center; background-color: red; color: white; font-weight: bold</xsl:attribute>
<xsl:attribute name="style">text-align:center; background-color: #cc0000; color: white; font-weight: bold</xsl:attribute>
</xsl:when>
<xsl:when test="HIDE_F_MARGE &lt; 0.25">
<xsl:attribute name="style">text-align:center; background-color: orange; font-weight: bold</xsl:attribute>
@@ -243,7 +243,7 @@
</xsl:choose>
</xsl:element>
<td style="text-align:right">
<xsl:value-of select="THT_TIJDSTIP"/>
<xsl:value-of select="substring-before(THT_TIJDSTIP, 'T')"/>&#xA0;<xsl:value-of select="substring-after(THT_TIJDSTIP, 'T')"/>
</td>
<td style="text-align:right">
<xsl:choose>
@@ -300,7 +300,7 @@
<xsl:element name="td">
<xsl:choose>
<xsl:when test="HIDE_F_MARGE &lt; 0">
<xsl:attribute name="style">text-align:center; background-color: red; color: white; font-weight: bold</xsl:attribute>
<xsl:attribute name="style">text-align:center; background-color: #cc0000; color: white; font-weight: bold</xsl:attribute>
</xsl:when>
<xsl:when test="HIDE_F_MARGE &lt; 0.25">
<xsl:attribute name="style">text-align:center; background-color: orange; font-weight: bold</xsl:attribute>
@@ -326,7 +326,7 @@
<xsl:element name="td">
<xsl:choose>
<xsl:when test="HIDE_F_MARGE &lt; 0">
<xsl:attribute name="style">text-align:center; background-color: red; color: white; font-weight: bold</xsl:attribute>
<xsl:attribute name="style">text-align:center; background-color: #cc0000;; color: white; font-weight: bold</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="style">text-align:center;</xsl:attribute>
@@ -337,7 +337,7 @@
</xsl:if>
</xsl:element>
<td style="text-align:right">
<xsl:value-of select="THT_TIJDSTIP"/>
<xsl:value-of select="substring-before(THT_TIJDSTIP, 'T')"/>&#xA0;<xsl:value-of select="substring-after(THT_TIJDSTIP, 'T')"/>
</td>
<td style="text-align:right">
<xsl:choose>
@@ -389,8 +389,8 @@
<th style="text-align:left">Melding</th>
<th style="text-align:left">Melder</th>
<th style="text-align:center">Datum</th>
<th style="text-align:right">Omschrijving</th>
<th style="text-align:right">Vakgroep</th>
<th style="text-align:left">Omschrijving</th>
<th style="text-align:left">Vakgroep</th>
</tr>
</xsl:if>
<tr>
@@ -400,8 +400,8 @@
<td style="text-align:left">
<xsl:value-of select="PRS_PERSLID_NAAM_FULL"/>
</td>
<td style="text-align:left">
<xsl:value-of select="MLD_MELDING_DATUM"/>
<td style="text-align:center">
<xsl:value-of select="substring-before(MLD_MELDING_DATUM, 'T')"/>&#xA0;<xsl:value-of select="substring-after(MLD_MELDING_DATUM, 'T')"/>
</td>
<td style="text-align:left">
<xsl:value-of select="INS_DISCIPLINE_OMSCHRIJVING"/>