@@ -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"/> </td>
|
||||
<td class="tdt">
|
||||
<xsl:value-of select="BEGRPOST"/> </td>
|
||||
<td class="tdt">
|
||||
<xsl:value-of select="BESTELNR"/> </td>
|
||||
<td class="tdt">
|
||||
<xsl:value-of select="RES_BESNR_CATERAAR"/> </td>
|
||||
<td class="tdtr">
|
||||
<xsl:value-of select="OPSTELLING"/> </td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$prev_nr = NUMMER or V_OMSCHRIJVING != ''">
|
||||
<tr>
|
||||
<td class="tdl"> </td>
|
||||
@@ -464,7 +465,7 @@
|
||||
</xsl:if> </td>
|
||||
<td class="tdb"> </td>
|
||||
<td class="tdb"> </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> </td>
|
||||
|
||||
Reference in New Issue
Block a user