KFNS#40590 -- Link naar gebouwoverzicht toegevoegd aan styling gebpaspoort
svn path=/Website/branches/v2017.1/; revision=35363
This commit is contained in:
@@ -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:if test="position() = 1">
|
||||
<tr>
|
||||
<th>Gebouw Details</th>
|
||||
<th>Locatie</th>
|
||||
<th>Code</th>
|
||||
<th>Gebouwnaam</th>
|
||||
@@ -3832,6 +3833,10 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
|
||||
</tr>
|
||||
</xsl:if>
|
||||
<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="CODE"/></td>
|
||||
<td class="tekst"><xsl:value-of select="GEBOUWNAAM"/></td>
|
||||
|
||||
Reference in New Issue
Block a user