ASTE#35773: Aanpassingen mldbon
ASTE#35775: Aanpassingen mldbon ASTE#35779: Aanpassingen mldbon ASTE#35900: handtekening Leiden svn path=/Website/branches/v2015.3/; revision=28610
This commit is contained in:
@@ -30,7 +30,12 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="melding" mode="include">
|
||||
<xsl:variable name="slatijd">
|
||||
<style>
|
||||
td, p {
|
||||
font-size: 10pt;
|
||||
}
|
||||
</style>
|
||||
<xsl:variable name="slatijd">
|
||||
<xsl:choose>
|
||||
<xsl:when test="uitvoertijd[@eenheid='U']"><xsl:value-of select="uitvoertijd"/> <xsl:value-of select="//lcl/MLD/uren"/></xsl:when>
|
||||
<xsl:otherwise><xsl:value-of select="uitvoertijd"/> <xsl:value-of select="//lcl/FAC/dagen"/></xsl:otherwise>
|
||||
@@ -38,8 +43,8 @@
|
||||
</xsl:variable>
|
||||
<xsl:variable name="team_naam">
|
||||
<xsl:choose>
|
||||
<xsl:when test="plaats/regio/district/locatie/key='1'">Facility departement Meppel</xsl:when>
|
||||
<xsl:when test="plaats/regio/district/locatie/key='21'">Guest Services Team Mirai House</xsl:when>
|
||||
<xsl:when test="plaats/regio/district/locatie/key='1'">Facility department Meppel</xsl:when>
|
||||
<xsl:when test="plaats/regio/district/locatie/key='21'">Service desk Mirai House</xsl:when>
|
||||
<xsl:when test="plaats/regio/district/locatie/key='22'">Astellas Guest Services Team</xsl:when>
|
||||
<xsl:otherwise></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
@@ -73,17 +78,32 @@
|
||||
Your kind words have been shared with other members of the Facilities team and we also use your feedback to improve our service delivery to you.
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<br/><br/>Thank you for your call which has now been allocated to a member of the Facilities team to solve.
|
||||
We will inform you once your call has been completed.
|
||||
In the meantime if you require any further assistance please contact the Guest Services Team providing the Call ID number given below.
|
||||
<xsl:choose>
|
||||
<xsl:when test="//language='NL'"><br/><br/>Wij danken u voor het voor het maken van de melding bij Facility departement Meppel. Wij nemen de melding in behandeling en informeren
|
||||
U over de voortgang en gereed melding. Wanneer u in de tussentijd onze hulp nodig heeft, neemt u alstublieft contact op met Facility departement Meppel en gebruik als referentie het meldingsnummer. </xsl:when>
|
||||
<xsl:otherwise>
|
||||
<br/><br/>Thank you for your call which has now been allocated to a member of the Facilities team to solve.
|
||||
We will inform you once your call has been completed.
|
||||
In the meantime if you require any further assistance please contact the Guest Services Team providing the Call ID number given below.
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:when test="$srtnotificatiecode='MLDAFM'">
|
||||
<br/><br/>Dear <xsl:value-of select="voor/voornaam"/>,
|
||||
<br/><br/>We are happy to inform you that your call as detailed below has been resolved.
|
||||
We hope that this resolution has met your expectations, however please contact the Guest Services Team if you require further assistance.
|
||||
Please provide your Call ID number given below and we will be more than happy to help.
|
||||
<xsl:choose>
|
||||
<xsl:when test="//language='NL'"><br/><br/>Beste <xsl:value-of select="voor/voornaam"/>,
|
||||
<br/><br/>Wij zijn blij u mede te delen dat de melding is afgesloten. Wij hopen dat de oplossing voor deze melding binnen uw verwachtingen passen.
|
||||
Mocht het niet naar tevredenheid zijn uitgevoerd neemt u alstublieft contact op met de Facility departement Meppel en gebruik,
|
||||
als referentie het meldingsnummer.
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<br/><br/>Dear <xsl:value-of select="voor/voornaam"/>,
|
||||
<br/><br/>We are happy to inform you that your call as detailed below has been resolved.
|
||||
We hope that this resolution has met your expectations, however please contact the Guest Services Team if you require further assistance.
|
||||
Please provide your Call ID number given below and we will be more than happy to help.
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:when test="$srtnotificatiecode='MLDREJ'">
|
||||
<br/><br/>Dear <xsl:value-of select="voor/voornaam"/>,
|
||||
@@ -94,7 +114,7 @@ Please provide your Call ID number given below and we will be more than happy to
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" style="font-size:14pt;padding-top:20px;padding-bottom:20px;">
|
||||
<td colspan="4" style="font-size:16pt;padding-top:20px;padding-bottom:20px;">
|
||||
<b><xsl:value-of select="//lcl/MLD/melding"/> <xsl:value-of select="key"/><xsl:if test="spoed<3"> (<xsl:value-of select="//lcl/MLD/spoed"/>)</xsl:if></b>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -119,7 +139,16 @@ Please provide your Call ID number given below and we will be more than happy to
|
||||
<tr>
|
||||
<td><br/><b><xsl:value-of select="//lcl/FAC/locatie"/>:</b></td>
|
||||
<td><br/><xsl:value-of select="plaats/regio/district/locatie/omschrijving"/></td>
|
||||
<td><br/><b>Call Overview:</b></td>
|
||||
<td>
|
||||
<xsl:choose>
|
||||
<xsl:when test="//language='NL'">
|
||||
<br/><b>Soort melding:</b>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<br/><b>Call Overview:</b>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
<td><br/><xsl:value-of select="substring-before(discipline/omschrijving, ' ')"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -158,8 +187,16 @@ Please provide your Call ID number given below and we will be more than happy to
|
||||
</xsl:when>
|
||||
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<td><b><xsl:value-of select="//lcl/FAC/behandelaar"/>:</b></td>
|
||||
<td><xsl:value-of select="behandelaar/naam_friendly"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b><xsl:value-of select="//lcl/FAC/omschrijving"/>:</b></td>
|
||||
<td><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
|
||||
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
|
||||
</tr>
|
||||
<xsl:for-each select="kenmerk[@type!='L' and @type!='l' and @type!='Q' and count(@xmlnode)=0]">
|
||||
<xsl:sort select="@volgnummer" data-type="number"/>
|
||||
@@ -182,12 +219,16 @@ Please provide your Call ID number given below and we will be more than happy to
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<!--xsl:if test="opmerking!=''">
|
||||
<tr>
|
||||
<td><br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:if test="opmerking!=''">
|
||||
<tr>
|
||||
<td><b><xsl:value-of select="//lcl/MLD/afhandeling"/>:</b></td>
|
||||
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="opmerking"/></xsl:call-template></td>
|
||||
</tr>
|
||||
</xsl:if-->
|
||||
</xsl:if>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<xsl:choose>
|
||||
@@ -204,3 +245,8 @@ Please provide your Call ID number given below and we will be more than happy to
|
||||
</table>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
<!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.
|
||||
<metaInformation>
|
||||
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="..\..\..\TEMP\ASTE_files\melding14_20160322160741.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>
|
||||
-->
|
||||
Reference in New Issue
Block a user