PHBF#41929 -- revisie bon opdrachten

svn path=/Website/branches/v2017.2/; revision=37109
This commit is contained in:
Robin Stoker
2018-02-21 11:28:14 +00:00
parent ab6932f01d
commit 182fb417bc

View File

@@ -5,7 +5,7 @@
<!-- Revision van deze cust.xsl --> <!-- Revision van deze cust.xsl -->
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/> <xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable> </xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">MLDNOB</xsl:variable> <xsl:variable name="Xsrtnotificatiecode">MLDNOB</xsl:variable>
<xsl:template match="melding" mode="include"> <xsl:template match="melding" mode="include">
@@ -40,8 +40,8 @@
</xsl:call-template> </xsl:call-template>
</td> </td>
</tr> </tr>
</xsl:for-each> </xsl:for-each>
<tr><td colspan="4"><hr/></td></tr> <tr><td colspan="4"><hr/></td></tr>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:if test="not(//opdracht/extra_key) and extra_key"> <xsl:if test="not(//opdracht/extra_key) and extra_key">
@@ -49,7 +49,7 @@
<tr> <tr>
<td align="right" valign="top" style="padding-top:10px;"> <td align="right" valign="top" style="padding-top:10px;">
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b> <b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
</td> </td>
<td colspan="3" style="padding-top:10px;"> <td colspan="3" style="padding-top:10px;">
<xsl:call-template name="linebreaks"> <xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/> <xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/>
@@ -60,10 +60,10 @@
<td colspan="4" style="padding-bottom:20px;"> <td colspan="4" style="padding-bottom:20px;">
<hr/> <hr/>
</td> </td>
</tr> </tr>
</xsl:if> </xsl:if>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
<tr> <tr>
<td width="16%"><b><xsl:value-of select="//lcl/FAC/aanvrager"/>:</b></td> <td width="16%"><b><xsl:value-of select="//lcl/FAC/aanvrager"/>:</b></td>
<td width="34%"><xsl:value-of select="voor/naam_full"/></td> <td width="34%"><xsl:value-of select="voor/naam_full"/></td>
@@ -138,9 +138,6 @@
<xsl:if test="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving!=''">(<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>)</xsl:if> <xsl:if test="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving!=''">(<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>)</xsl:if>
</td> </td>
</xsl:if> </xsl:if>
<xsl:if test="plaats/@type!='R'">
<td colspan="2"/>
</xsl:if>
<td><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td> <td><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td>
<td><xsl:value-of select="status"/></td> <td><xsl:value-of select="status"/></td>
</tr> </tr>
@@ -184,6 +181,36 @@
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="opmerking"/></xsl:call-template></td> <td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="opmerking"/></xsl:call-template></td>
</tr> </tr>
</xsl:if> </xsl:if>
<xsl:if test="plaats/@type='R'">
<tr>
<td colspan="4">
<br/>
<br/>
<br/>
<xsl:element name="img">
<xsl:attribute name="frc">M=CAD&amp;labelPos=2&amp;vKey=<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/key"/>&amp;highlight=<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/key"/>&amp;mode=0&amp;discs=981&amp;sizeX=700&amp;sizeY=400&amp;offsetX=10&amp;offsetY=10&amp;scale=950&amp;paperColor=16777215
</xsl:attribute>
<xsl:attribute name="border">3</xsl:attribute>
<xsl:attribute name="galleryimg">false</xsl:attribute>
</xsl:element>
</td>
</tr>
</xsl:if>
<xsl:if test="plaats/@type='V'">
<tr>
<td colspan="4">
<br/>
<br/>
<br/>
<xsl:element name="img">
<xsl:attribute name="frc">M=CAD&amp;labelPos=2&amp;vKey=<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/key"/>&amp;mode=0&amp;discs=981&amp;sizeX=700&amp;sizeY=400&amp;offsetX=10&amp;offsetY=10&amp;scale=950&amp;paperColor=16777215
</xsl:attribute>
<xsl:attribute name="border">3</xsl:attribute>
<xsl:attribute name="galleryimg">false</xsl:attribute>
</xsl:element>
</td>
</tr>
</xsl:if>
</table> </table>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>