ARAI#37083 QR codes tbv automaten in 4 kolommen
svn path=/Website/branches/v2016.2/; revision=31668
This commit is contained in:
@@ -1568,7 +1568,7 @@ Amsterdam RAI
|
||||
|
||||
<xsl:if test="@view = 'ARAI_V_INS_QRC' or @view = 'ARAI_V_INS_QRC_MLD'">
|
||||
<xsl:variable name="p_rows" select="6"/>
|
||||
<xsl:variable name="p_cols" select="2"/>
|
||||
<xsl:variable name="p_cols" select="4"/>
|
||||
|
||||
<xsl:for-each select="//facilitor/rapport/rapport_data/data_row">
|
||||
<xsl:sort select="FCLT_F_IDENTIFICATIE"/>
|
||||
@@ -1592,28 +1592,6 @@ Amsterdam RAI
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="data_row" mode="qrc">
|
||||
<td style="text-align: center; vertical-align: top; margin:0;padding:0">
|
||||
<xsl:element name="img">
|
||||
<xsl:attribute name="style">height: 4.25cm; width: 4.25cm; margin:0cm; padding:0; border:none</xsl:attribute>
|
||||
<xsl:attribute name="src">
|
||||
../../appl/shared/qrcode.asp?size=16&text=/%3Fu%3D<xsl:value-of select="HIDE_F_BOOKMARK_ID"/>%26k%3D<xsl:value-of select="INS_DEEL_KEY"/>
|
||||
</xsl:attribute>
|
||||
</xsl:element>
|
||||
</td>
|
||||
<td style="text-align:left; vertical-align: top; margin:0;padding:0; font-size: 11pt; font-weight: bold">
|
||||
<xsl:element name="img">
|
||||
<xsl:attribute name="style">width: 5.2cm; margin: 0.5cm 0.65cm 0.2cm 0</xsl:attribute>
|
||||
<xsl:attribute name="src">
|
||||
../../cust/akza/akzonobel.gif
|
||||
</xsl:attribute>
|
||||
</xsl:element>
|
||||
<br/>   <xsl:value-of select="FCLT_F_IDENTIFICATIE"/><br/>
|
||||
   <sub><xsl:value-of select="ALG_GEBOUW_CODE"/> - <xsl:value-of select="ALG_VERDIEPING_CODE"/></sub>
|
||||
|
||||
</td>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="qrc_ins_new_page">
|
||||
<xsl:param name="p_page"/>
|
||||
|
||||
Reference in New Issue
Block a user