MNNL#35922 bezoekbon locatieweergave
svn path=/Website/branches/v2015.3/; revision=28749
This commit is contained in:
@@ -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']">
|
||||
: <xsl:value-of select="plaats/regio/district/locatie/kenmerk[@naam='Locatienaam']"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
: <xsl:value-of select="plaats/plaatsaanduiding"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
: <xsl:value-of select="ruimte"/>
|
||||
: <xsl:value-of select="ruimte"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user