LOGI#28962 Inspectiereminders
svn path=/Website/branches/v2015.3/; revision=27678
This commit is contained in:
@@ -939,6 +939,99 @@
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="deel" mode="include">
|
||||
<table border="0" cellpadding="1" width="100%">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$srtnotificatiecode='CUST01'">
|
||||
<tr>
|
||||
<td>
|
||||
Dit is een automatische reminder vanuit FACILITOR om u te herinneren aan het feit dat 1 of meer objecten onder uw verantwoordelijkheid binnenkort moet(en) worden geinspecteerd (binnen 1-2 weken).
|
||||
Welke objecten dit precies betreft kunt opvragen in Facilitor via het Facilities-tabblad/Management/Inspections (de gele regels).
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:when>
|
||||
<xsl:when test="$srtnotificatiecode='CUST02'">
|
||||
<tr>
|
||||
<td>
|
||||
Dit is een automatische reminder vanuit FACILITOR om u te wijzen op het feit dat van 1 of meer objecten onder uw verantwoordelijkheid de inspectiedatum is verstreken!
|
||||
Welke objecten dit precies betreft kunt opvragen in Facilitor via het Facilities-tabblad/Management/Inspections (de rode regels).
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<tr>
|
||||
<td colspan="3" class="caption">
|
||||
<strong><xsl:value-of select="srtdeel/omschrijving"/> <xsl:value-of select="omschrijving"/></strong>
|
||||
</td>
|
||||
<td style="text-align:right">
|
||||
<xsl:element name="img">
|
||||
<xsl:attribute name="width">140px</xsl:attribute>
|
||||
<xsl:attribute name="src">../../appl/shared/barcode.asp?text=<xsl:value-of select="key"/>&height=50&narrow=1&wide=3</xsl:attribute>
|
||||
</xsl:element>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="//lcl/CNT/groep"/></td>
|
||||
<td class="value"><xsl:value-of select="srtdeel/srtgroep/omschrijving"/></td>
|
||||
<td colspan="2" width="50%"></td>
|
||||
</tr>
|
||||
<xsl:if test="binding='R'">
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="//lcl/CNT/plaats"/></td>
|
||||
<td class="value">
|
||||
<xsl:value-of select="plaats/plaatsaanduiding"/> 
|
||||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="binding='T'">
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="//lcl/CNT/plaats"/></td>
|
||||
<td class="value"><xsl:value-of select="terreinsector/naam"/></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="binding='P'">
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="//lcl/CNT/eigenaar"/></td>
|
||||
<td class="value"><xsl:value-of select="persoon/naam_full"/></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="binding='A'">
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="//lcl/CNT/eigenaar"/></td>
|
||||
<td class="value"><xsl:value-of select="afdeling/omschrijving"/></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:if test="binding='W'">
|
||||
<tr>
|
||||
<td class="label"><xsl:value-of select="//lcl/CNT/plaats"/></td>
|
||||
<td class="value"><xsl:value-of select="werkplek/plaats/plaatsaanduiding"/>/<xsl:value-of select="werkplek/volgnr"/></td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<xsl:for-each select="kenmerk">
|
||||
<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>
|
||||
</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>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<!--===================================================================================================-->
|
||||
<!-- RAPPORT - RAPPORT - RAPPORT - RAPPORT - RAPPORT - RAPPORT - RAPPORT - RAPPORT - RAPPORT - RAPPORT -->
|
||||
<!--===================================================================================================-->
|
||||
|
||||
Reference in New Issue
Block a user