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

@@ -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>
</td>
</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><xsl:value-of select="status"/></td>
</tr>
@@ -184,6 +181,36 @@
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="opmerking"/></xsl:call-template></td>
</tr>
</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>
</xsl:template>
</xsl:stylesheet>