svn path=/Website/branches/v2018.2/; revision=41258
This commit is contained in:
Daan Brandt
2019-03-01 13:51:56 +00:00
parent e0ae4073b1
commit d917a8f9ce

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" version="1.0">
<xsl:import href="../../../appl/shared/default.xsl"/>
<!-- WERKT NIET @DAAN STAAT OOK NIET IN DE MAPPENSTRUCTUUR-->
<!-- <xsl:import href="./environment.xsl"/> -->
<xsl:variable name="Rev">
<!-- Revision van deze cust.xsl -->
@@ -172,9 +171,7 @@
.tdl {
border-left: 1px solid #808080;
}
.tdr {
border-right: 1px solid #808080;
}
.tdb {
border-bottom: 1px solid #808080;
}
@@ -377,7 +374,8 @@
<th style="border-bottom: 1px solid #808080;">Reserveringsnr.</th>
<th style="border-bottom: 1px solid #808080;">Kost.pl.</th>
<th style="border-bottom: 1px solid #808080;">Verkoop derden</th>
<th style="border-bottom: 1px solid #808080;">Bestelnr.</th>
<th style="border-bottom: 1px solid #808080;">Bestelnr.</th>
<th style="border-bottom: 1px solid #808080;">Bestelnr.</th>
<th style="border-right: 1px solid #808080; border-bottom: 1px solid #808080;">Opstelling</th>
</tr>
</thead>
@@ -417,12 +415,15 @@
<xsl:value-of select="KOSTENPLAATS"/>&#xA0;</td>
<td class="tdt">
<xsl:value-of select="BEGRPOST"/>&#xA0;</td>
<td class="tdt">
<xsl:value-of select="BESTELNR"/>&#xA0;</td>
<td class="tdt">
<xsl:value-of select="RES_BESNR_CATERAAR"/>&#xA0;</td>
<td class="tdtr">
<xsl:value-of select="OPSTELLING"/>&#xA0;</td>
</tr>
</xsl:if>
<xsl:if test="$prev_nr = NUMMER or V_OMSCHRIJVING != ''">
<tr>
<td class="tdl">&#xA0;</td>
@@ -464,7 +465,7 @@
</xsl:if>&#xA0;</td>
<td class="tdb">&#xA0;</td>
<td class="tdb">&#xA0;</td>
<td class="tdbr" colspan="7">
<td class="tdbr" colspan="8">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="$prev_opm"/>
</xsl:call-template>&#xA0;</td>