GVBA#38931 -- Aanpassen bonnen

svn path=/Website/branches/v2016.2/; revision=32248
This commit is contained in:
Arthur Egberink
2017-01-06 10:28:15 +00:00
parent da8ee26899
commit 9e42e5016a
2 changed files with 99 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -1,40 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="../../../appl/shared/default.xsl"/>
<xsl:variable name="Rev">
<!-- Revision van deze cust.xsl -->
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:import href="../../../appl/shared/default.xsl"/>
<xsl:variable name="Rev">
<!-- Revision van deze cust.xsl -->
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:variable name="xsrtnotificatiecode">MLDNEW</xsl:variable>
<xsl:template name="pageheader">
<table border="0" width="100%">
<xsl:choose>
<xsl:when test="$srtnotificatiecode = 'MLDNEW' or $srtnotificatiecode = 'MLDAFM'">
<tr>
<td>Beste <xsl:value-of select="//facilitor/melding/melder/naam_friendly"/>,<br/><br/>
<xsl:choose>
<xsl:when test="$srtnotificatiecode = 'MLDNEW'">Hartelijk dank voor uw melding /vraag<xsl:if test="//facilitor/melding/onderwerp != ''"> aangaande <xsl:value-of select="//facilitor/melding/onderwerp"/></xsl:if>, wij hebben uw melding in goede orde ontvangen en gaan het oppakken. U ontvangt op korte termijn een bericht met meer informatie of wanneer de melding of vraag afgehandeld is.<br/><br/></xsl:when>
<xsl:otherwise>Wij willen u hierbij informeren dat de melding met nummer <xsl:value-of select="//facilitor/melding/discipline/srtdiscipline/prefix"/><xsl:value-of select="//facilitor/melding/key"/> is opgelost en afgehandeld.<br/><br/></xsl:otherwise>
</xsl:choose>Mocht u nog verdere informatie wensen, dan vernemen wij dat graag.<br/><br/>
Met vriendelijke groet,<br/><br/>
<b>S</b>ervice <b>M</b>eld <b>P</b>unt<br/><br/>
<br/>Facilitaire Zaken<br/>
GVB Exploitatie B.V.</td>
</tr>
<tr>
<td>
<br/>
<br/>
<xsl:choose>
<xsl:when test="$mode='email'">
<img src="cid:tmpl_logo.gif"/>
</xsl:when>
<xsl:otherwise>
<xsl:element name="img">
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
<br/>
<br/>
</td>
</tr>
<tr>
<td>Telefoonnummer: 020-460 6040<br/>
Bezoekadres: Arlandaweg 106, 1043 HP Amsterdam<br/>
Postadres: Postbus 2131, 1000 CC Amsterdam<br/>
www.gvb.nl<br/><br/><br/>
<i>Meldinggegevens:</i>
</td>
</tr>
</xsl:when>
<xsl:otherwise>
<tr>
<td width="34%" bordercolor="#FFFFFF" align="center">
<xsl:choose>
<xsl:when test="$mode='email'">
<img src="cid:tmpl_logo.gif"/>
</xsl:when>
<xsl:otherwise>
<xsl:element name="img">
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</td>
<td width="33%"></td>
<td width="33%" align="right" valign="bottom" style="text-align:right">
<b>
<xsl:value-of select="//lcl/FAC/printdatum"/>:&#xA0;</b>
<xsl:value-of select="//header/dateTime"/>
</td>
</tr>
</xsl:otherwise>
</xsl:choose>
</table>
</xsl:template>
<xsl:template match="opdracht" mode="include">
<table border="0" width="100%" cellpadding="2">
<tr>
<td colspan="4" class="caption" style="padding-top:20px;padding-bottom:20px">
<b>
<xsl:value-of select="opdrachttype/omschrijving"/>&#160;
<xsl:value-of select="opdrachttype/omschrijving"/>&#xA0;
<xsl:value-of select="melding/discipline/srtdiscipline/prefix"/>
<xsl:value-of select="melding/key"/>/<xsl:value-of select="bedrijfopdr_volgnr"/></b>
<xsl:if test="geprint = 1">(kopie)</xsl:if>
</td>
</tr>
<xsl:if test="extra_key">
<xsl:variable name="ox_key"><xsl:value-of select="extra_key"/></xsl:variable>
<tr>
<td align="right" valign="top" style="padding-top:15px;padding-bottom:10px;">
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
</td>
<td colspan="3" style="padding-top:15px;padding-bottom:10px;">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="notes/note[key=$ox_key]/omschrijving"/>
</xsl:call-template>
</td>
</tr>
<tr>
<td colspan="4" style="padding-bottom:15px;">
<hr/>
</td>
</tr>
</xsl:if>
<xsl:if test="extra_key">
<xsl:variable name="ox_key">
<xsl:value-of select="extra_key"/>
</xsl:variable>
<tr>
<td align="right" valign="top" style="padding-top:15px;padding-bottom:10px;">
<b>
<xsl:value-of select="//lcl/FAC/bericht"/>:</b>
</td>
<td colspan="3" style="padding-top:15px;padding-bottom:10px;">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="notes/note[key=$ox_key]/omschrijving"/>
</xsl:call-template>
</td>
</tr>
<tr>
<td colspan="4" style="padding-bottom:15px;">
<hr/>
</td>
</tr>
</xsl:if>
<tr>
<td width="16%"/>
<td width="34%"/>
@@ -215,10 +289,5 @@
</tr>
</table>
</xsl:template>
</xsl:stylesheet>
<!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="..\..\..\reportsCache\CONNopdracht4038.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->