MNNL#35922 bezoekbon locatieweergave

svn path=/Website/branches/v2015.3/; revision=28749
This commit is contained in:
Ruud Lipper
2016-04-05 10:46:55 +00:00
parent ff74a017df
commit aab62db982

View File

@@ -353,10 +353,17 @@
<td class="value" width="80%">
<xsl:choose>
<xsl:when test="plaats/plaatsaanduiding">
: <xsl:value-of select="plaats/plaatsaanduiding"/>
<xsl:choose>
<xsl:when test="plaats/regio/district/locatie/kenmerk[@naam='Locatienaam']">
:&#xA0;<xsl:value-of select="plaats/regio/district/locatie/kenmerk[@naam='Locatienaam']"/>
</xsl:when>
<xsl:otherwise>
:&#xA0;<xsl:value-of select="plaats/plaatsaanduiding"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
: <xsl:value-of select="ruimte"/>
:&#xA0;<xsl:value-of select="ruimte"/>
</xsl:otherwise>
</xsl:choose>
</td>