KFNS#40590 -- Link naar gebouwoverzicht toegevoegd aan styling gebpaspoort

svn path=/Website/branches/v2017.1/; revision=35363
This commit is contained in:
Robin Stoker
2017-09-19 12:14:13 +00:00
parent 0326ab8bec
commit fb460875b1

View File

@@ -3786,6 +3786,7 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
<xsl:for-each select="//facilitor/rapport/rapport_data/data_row"> <xsl:for-each select="//facilitor/rapport/rapport_data/data_row">
<xsl:if test="position() = 1"> <xsl:if test="position() = 1">
<tr> <tr>
<th>Gebouw Details</th>
<th>Locatie</th> <th>Locatie</th>
<th>Code</th> <th>Code</th>
<th>Gebouwnaam</th> <th>Gebouwnaam</th>
@@ -3832,6 +3833,10 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
</tr> </tr>
</xsl:if> </xsl:if>
<tr> <tr>
<td class="tekst">
<xsl:attribute name="onclick">FcltMgr.openDetail('appl/alg/alg_gebouw.asp?key=<xsl:value-of select="GEBOUWKEY"/>', '');</xsl:attribute>
<span style="cursor:pointer; text-decoration: underline;">Gebouwpagina</span>
</td>
<td class="tekst"><xsl:value-of select="LOCATIE"/></td> <td class="tekst"><xsl:value-of select="LOCATIE"/></td>
<td class="tekst"><xsl:value-of select="CODE"/></td> <td class="tekst"><xsl:value-of select="CODE"/></td>
<td class="tekst"><xsl:value-of select="GEBOUWNAAM"/></td> <td class="tekst"><xsl:value-of select="GEBOUWNAAM"/></td>