PCHW#55740 -- Rapport monitoring OG uitbreiden

svn path=/Website/branches/v2018.2/; revision=40310
This commit is contained in:
Arthur Egberink
2018-12-20 12:02:59 +00:00
parent 774b965449
commit 87d31cf83f

View File

@@ -731,6 +731,21 @@
</tr>
</xsl:template>
<xsl:template name="break_overlappend">
<xsl:param name="string"/>
<xsl:choose>
<xsl:when test="contains($string, '&#x2C;')">
<xsl:value-of select="substring-before($string, '&#x2C;')"/>,&#x20;
<xsl:call-template name="break_overlappend">
<xsl:with-param name="string" select="substring-after($string, '&#x2C;')"/>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$string"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="rapport">
<style>
td { border-bottom: 1px solid #ccc; padding: 4px 3px 8px 3px;}
@@ -901,6 +916,7 @@ function alternate(){
<th style="text-align:left">Ruimte</th>
<th style="text-align:left">Omschrijving</th>
<th style="text-align:left">Status</th>
<th style="text-align:left" width="150px">Overlappend</th>
<th style="text-align:left">Goedkeuring verzocht</th>
<th style="text-align:left">Actie</th>
</tr>
@@ -923,6 +939,11 @@ function alternate(){
<td style="text-align:left">
<xsl:value-of select="STATUS"/>
</td>
<td style="text-align:left">
<xsl:call-template name="break_overlappend">
<xsl:with-param name="string" select="OVERLAPPEND"/>
</xsl:call-template>
</td>
<td style="text-align:center">
<xsl:value-of select="AFGEROND"/>
</td>
@@ -1432,15 +1453,4 @@ function alternate(){
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios/>
<MapperMetaTag>
<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
<MapperBlockPosition></MapperBlockPosition>
<TemplateContext></TemplateContext>
<MapperFilter side="source"></MapperFilter>
</MapperMetaTag>
</metaInformation>
-->
</xsl:stylesheet><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2009. Progress Software Corporation. All rights reserved. -->