YKPN#51761 -- Parkeerplaats autorisatie
svn path=/Website/branches/v2017.3/; revision=37647
This commit is contained in:
@@ -67,12 +67,24 @@
|
||||
<xsl:for-each select="kenmerk[@type!='L' and @type!='l' and @type!='Q' and @volgnummer!=-1]">
|
||||
<xsl:sort select="@volgnummer" data-type="number"/>
|
||||
<xsl:if test=".!=''">
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="@naam"/>:</td>
|
||||
<td class="value">: <xsl:value-of select="."/><xsl:if test="@key=1020">#</xsl:if></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<b><xsl:value-of select="@naam"/>:</b>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@key=1003">
|
||||
<xsl:value-of select="perslid/naam_full"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:if test="@key=1020">#</xsl:if>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
<xsl:if test="deel"><tr><td></td><td class="value">: <xsl:value-of select="//lcl/BEZ/parkeerplaats_gereserveerd"/></td></tr></xsl:if>
|
||||
<tr>
|
||||
<td class="label" width="20%"><xsl:value-of select="//lcl/BEZ/op_bezoek_bij"/></td>
|
||||
@@ -207,7 +219,7 @@
|
||||
<xsl:choose>
|
||||
<xsl:when test="position() = 1">
|
||||
<tr>
|
||||
<td height="10" style="border-right: 0px solid; border-top: 0px solid; border-left: 0px solid; border-bottom: 0px solid"/>
|
||||
<td height="10"/>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" class="tekstkop">
|
||||
@@ -256,8 +268,15 @@
|
||||
<xsl:value-of select="@naam"/>:</b>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:if test="@key=1020">#</xsl:if>
|
||||
<xsl:choose>
|
||||
<xsl:when test="@key=1003">
|
||||
<xsl:value-of select="perslid/naam_full"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:if test="@key=1020">#</xsl:if>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
|
||||
Reference in New Issue
Block a user