PHBF#41929 -- revisie bon opdrachten
svn path=/Website/branches/v2017.2/; revision=37109
This commit is contained in:
@@ -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&labelPos=2&vKey=<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/key"/>&highlight=<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/key"/>&mode=0&discs=981&sizeX=700&sizeY=400&offsetX=10&offsetY=10&scale=950&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&labelPos=2&vKey=<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/key"/>&mode=0&discs=981&sizeX=700&sizeY=400&offsetX=10&offsetY=10&scale=950&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>
|
||||
|
||||
Reference in New Issue
Block a user