YKPN#51761 -- Parkeerplaats autorisatie
svn path=/Website/branches/v2017.3/; revision=37646
This commit is contained in:
@@ -64,12 +64,12 @@
|
||||
</td>
|
||||
<td class="value" width="80%">: <xsl:value-of select="afspraak/plaats/regio/district/locatie/omschrijving"/></td>
|
||||
</tr>
|
||||
<xsl:for-each select="kenmerk[@type!='L' and @type!='l' and @type!='Q' and count(@xmlnode)=0 and @volgnummer!=-1]">
|
||||
<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="."/></td>
|
||||
<td class="value">: <xsl:value-of select="."/><xsl:if test="@key=1020">#</xsl:if></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
@@ -222,24 +222,46 @@
|
||||
</td>
|
||||
<td class="result">
|
||||
<xsl:value-of select="bedrijf"/>
|
||||
<xsl:if test="deel">, <xsl:value-of select="//lcl/BEZ/parkeerplaats_gereserveerd"/></xsl:if>
|
||||
<xsl:for-each select="kenmerk[@type!='L' and @type!='l' and @type!='Q' and count(@xmlnode)=0 and @volgnummer!=-1]">
|
||||
<xsl:sort select="@volgnummer" data-type="number"/>
|
||||
<xsl:if test=".!=''">
|
||||
<tr>
|
||||
<td align="right">
|
||||
<b>
|
||||
<xsl:value-of select="@naam"/>:</b>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:if test="@key=1020">#</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b><xsl:value-of select="//lcl/BEZ/parkeerplaats_gereserveerd"/></b>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:choose>
|
||||
<xsl:when test="deel">Ja</xsl:when>
|
||||
<xsl:otherwise>Nee</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="deel">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Status parkeerplaats:</b>
|
||||
</td>
|
||||
<td>
|
||||
<xsl:if test="kenmerk[@key=1020] != ''">Goedgekeurd</xsl:if>
|
||||
<xsl:if test="kenmerk[@key=1004] != ''">Afgekeurd</xsl:if>
|
||||
<xsl:if test="not(kenmerk[@key=1020]) and not(kenmerk[@key=1004])">Ter goedkeuring</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<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 align="right">
|
||||
<b>
|
||||
<xsl:value-of select="@naam"/>:</b>
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:if test="@key=1020">#</xsl:if>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</xsl:for-each>
|
||||
<xsl:call-template name="bez_endtext"/>
|
||||
</table>
|
||||
@@ -1405,8 +1427,7 @@ function startAutoRefreshTim() {
|
||||
<style>td {
|
||||
font-family: Verdana;
|
||||
padding: 3px;
|
||||
font-size: 14pt;
|
||||
color: #1f3b77;
|
||||
font-size: 10pt;
|
||||
}
|
||||
.odd {
|
||||
background-color: #f6f6f6;
|
||||
@@ -1417,12 +1438,6 @@ function startAutoRefreshTim() {
|
||||
#kop {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
p {
|
||||
font-family: Verdana;
|
||||
text-align: center;
|
||||
font-size: 30pt;
|
||||
color: #00cc00;
|
||||
}
|
||||
th {
|
||||
color: #333;
|
||||
padding: 2px 3px 2px 3px;
|
||||
|
||||
Reference in New Issue
Block a user