YKPN#51552 -- Parkeerinfo per gebouw
svn path=/Website/branches/v2017.2/; revision=36315
This commit is contained in:
@@ -995,6 +995,29 @@ function startAutoRefreshTim() {
|
||||
</body>
|
||||
</html>
|
||||
</xsl:if>
|
||||
<xsl:if test="@view='ykpn_v_gebouw_parkeer_info' or @view='YKPN_V_GEBOUW_PARKEER_INFO'">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table id="result" width="100%" cellpadding="0" cellspacing="0">
|
||||
<xsl:for-each select="rapport_data/data_row">
|
||||
<tr>
|
||||
<td><xsl:value-of select="ALG_GEBOUW_CODE"/></td>
|
||||
<td><xsl:value-of select="ALG_GEBOUW_NAAM"/></td>
|
||||
<td><xsl:element name="a">
|
||||
<xsl:attribute name="target">_blank</xsl:attribute>
|
||||
<xsl:attribute name="href">../../api2/buildings/<xsl:value-of select="ALG_GEBOUW_KEY"/>/attachments/<xsl:value-of select="ALG_KENMERK_KEY"/>/<xsl:value-of select="ALG_ONRGOEDKENMERK_WAARDE"/></xsl:attribute>
|
||||
parkeer info
|
||||
</xsl:element></td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||||
|
||||
Reference in New Issue
Block a user