UWVA#38266 INSIN2 en INOUT notificatie aangepast

svn path=/Website/branches/v2016.2/; revision=31356
This commit is contained in:
Ruud Lipper
2016-11-03 15:05:30 +00:00
parent 5d19e3853d
commit 7d1c520dbc

View File

@@ -10,7 +10,7 @@
<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">MLDFWD</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">INSIN2</xsl:variable>
<xsl:template name="adres">
<tr>
@@ -10922,9 +10922,7 @@ function startAutoRefreshTim() {
</tr>
<tr>
<td colspan="3">
<xsl:value-of select="//lcl/INS/ins_lendbegintext1"/>
<xsl:value-of select="persoon/naam_friendly"/>
<xsl:value-of select="//lcl/INS/ins_lendbegintext2"/>
Aan jou is het onderstaande object uitgeleend:
<br/>
<strong>
<xsl:value-of select="srtdeel/omschrijving"/>&#160;<xsl:value-of select="omschrijving"/>
@@ -10936,10 +10934,8 @@ function startAutoRefreshTim() {
<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 colspan="3">
<xsl:value-of select="@naam"/>: <xsl:value-of select="."/>
</td>
</tr>
</xsl:if>
@@ -10954,16 +10950,52 @@ function startAutoRefreshTim() {
</table>
</td>
</tr>
<tr>
<td colspan="3">
<xsl:value-of select="//lcl/INS/ins_lendeindtext1"/>
<xsl:value-of select="//lcl/INS/ins_lendeindtext2"/>
</td>
</tr>
</table>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="deel" mode="in">
<table border="0" cellpadding="1" width="100%">
<tr>
<td colspan="3" class="caption">
<strong>
Bewijs van inname
</strong>
</td>
</tr>
<tr>
<td colspan="3" class="tekst">
Door jou is het onderstaande object ingeleverd:
<br/>
<strong>
<xsl:value-of select="srtdeel/omschrijving"/>&#160;<xsl:value-of select="omschrijving"/>
</strong>
<br/>
</td>
</tr>
<xsl:for-each select="kenmerk[count(@xmlnode)=0]">
<xsl:sort select="@volgnummer" data-type="number"/>
<xsl:if test=".!=''">
<tr>
<td colspan="3">
<xsl:value-of select="@naam"/>: <xsl:value-of select="."/>
</td>
</tr>
</xsl:if>
</xsl:for-each>
<tr>
<td></td>
<td colspan="3">
<table border="1">
<xsl:for-each select="deel">
<xsl:apply-templates select="." mode="include"/>
</xsl:for-each>
</table>
</td>
</tr>
</table>
</xsl:template>
<xsl:template match="deel" mode="full">
<xsl:choose>
@@ -10982,6 +11014,9 @@ function startAutoRefreshTim() {
<xsl:when test="$srtnotificatiecode = 'INSOUT'">
<xsl:apply-templates select="." mode="out"/>
</xsl:when>
<xsl:when test="$srtnotificatiecode = 'INSIN2'">
<xsl:apply-templates select="." mode="in"/>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="." mode="include"/>
</xsl:otherwise>