Project

Profile

Help

Bug #2678 » PL13P13X.xsl

Olga Abramovich, 2016-03-16 19:32

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:saxon="http://icl.com/saxon" extension-element-prefixes="saxon" >
<!--<xsl:variable name="plate_images">\\DSVUWF01\POMS\POMS0000\tempeps\</xsl:variable>-->
<!--<xsl:variable name="std_images">D:\CMN-IMP-2\GPO_AH\images\</xsl:variable>-->
<xsl:template match="PLATE">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="masterNamePageMain0" page-height="864.0pt" page-width="1296.0pt" margin-top="2.0pt" margin-left="2.0pt" margin-bottom="2.0pt" margin-right="2.0pt">
<fo:region-body margin-left="2.016pt" margin-top="2.016pt" margin-bottom="2.016pt" margin-right="2.016pt"/>
<fo:region-before extent="2.016pt" precedence="true"/>
<fo:region-after extent="2.016pt" precedence="true"/>
<fo:region-start extent="2.016pt" precedence="false"/>
<fo:region-end extent="2.016pt" precedence="false"/>
</fo:simple-page-master>
</fo:layout-master-set>
<xsl:variable name="plate_images">
<xsl:value-of select="plate_images_path"/>
</xsl:variable>
<xsl:variable name="std_images">
<xsl:value-of select="std_images_path"/>
</xsl:variable>
<xsl:variable name="Pos1Image">
<xsl:value-of select="POSITION_1"/>
</xsl:variable>
<xsl:variable name="Pos5Image">
<xsl:value-of select="POSITION_5"/>
</xsl:variable>
<xsl:variable name="Pos9Image">
<xsl:value-of select="POSITION_9"/>
</xsl:variable>
<xsl:variable name="Pos2Image">
<xsl:value-of select="POSITION_2"/>
</xsl:variable>
<xsl:variable name="Pos6Image">
<xsl:value-of select="POSITION_6"/>
</xsl:variable>
<xsl:variable name="Pos10Image">
<xsl:value-of select="POSITION_10"/>
</xsl:variable>
<xsl:variable name="Pos3Image">
<xsl:value-of select="POSITION_3"/>
</xsl:variable>
<xsl:variable name="Pos7Image">
<xsl:value-of select="POSITION_7"/>
</xsl:variable>
<xsl:variable name="Pos11Image">
<xsl:value-of select="POSITION_11"/>
</xsl:variable>
<xsl:variable name="Pos4Image">
<xsl:value-of select="POSITION_4"/>
</xsl:variable>
<xsl:variable name="Pos8Image">
<xsl:value-of select="POSITION_8"/>
</xsl:variable>
<xsl:variable name="Pos12Image">
<xsl:value-of select="POSITION_12"/>
</xsl:variable>
<fo:page-sequence master-name="masterNamePageMain0" master-reference="masterNamePageMain0">
<xsl:attribute name="force-page-count">no-force</xsl:attribute>
<fo:flow flow-name="xsl-region-body">

<xsl:variable name="Pos1REOStaticImage">
<xsl:value-of select="POSITION_1REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos2REOStaticImage">
<xsl:value-of select="POSITION_2REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos3REOStaticImage">
<xsl:value-of select="POSITION_3REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos4REOStaticImage">
<xsl:value-of select="POSITION_4REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos5REOStaticImage">
<xsl:value-of select="POSITION_5REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos6REOStaticImage">
<xsl:value-of select="POSITION_6REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos7REOStaticImage">
<xsl:value-of select="POSITION_7REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos8REOStaticImage">
<xsl:value-of select="POSITION_8REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos9REOStaticImage">
<xsl:value-of select="POSITION_9REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos10REOStaticImage">
<xsl:value-of select="POSITION_10REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos11REOStaticImage">
<xsl:value-of select="POSITION_11REOSTATIC"/>
</xsl:variable>
<xsl:variable name="Pos12REOStaticImage">
<xsl:value-of select="POSITION_12REOSTATIC"/>
</xsl:variable>

<!-- POSITION_1REOSTATIC -->
<xsl:if test="$Pos1REOStaticImage != ''">
<fo:block-container position="absolute" top="-5.272pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_1REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos1REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos1REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_1 -->
<xsl:if test="$Pos1Image != ''">
<fo:block-container position="absolute" top="-5.272pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_1/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos1Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos1Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_5REOSTATIC -->
<xsl:if test="$Pos5REOStaticImage != ''">
<fo:block-container position="absolute" top="-5.272pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_5REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos5REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos5REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_5 -->
<xsl:if test="$Pos5Image != ''">
<fo:block-container position="absolute" top="-5.272pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_5/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos5Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos5Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_9REOSTATIC -->
<xsl:if test="$Pos9REOStaticImage != ''">
<fo:block-container position="absolute" top="-5.272pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_9REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos9REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos9REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_9 -->
<xsl:if test="$Pos9Image != ''">
<fo:block-container position="absolute" top="-5.272pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_9/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos9Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos9Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_2REOSTATIC -->
<xsl:if test="$Pos2REOStaticImage != ''">
<fo:block-container position="absolute" top="210.872pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_2REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos2REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos2REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_2 -->
<xsl:if test="$Pos2Image != ''">
<fo:block-container position="absolute" top="210.872pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_2/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos2Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos2Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_6REOSTATIC -->
<xsl:if test="$Pos6REOStaticImage != ''">
<fo:block-container position="absolute" top="210.872pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_6REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos6REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos6REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_6 -->
<xsl:if test="$Pos6Image != ''">
<fo:block-container position="absolute" top="210.872pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_6/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos6Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos6Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_10REOSTATIC -->
<xsl:if test="$Pos10REOStaticImage != ''">
<fo:block-container position="absolute" top="210.872pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_10REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos10REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos10REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_10 -->
<xsl:if test="$Pos10Image != ''">
<fo:block-container position="absolute" top="210.872pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_10/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos10Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos10Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_3REOSTATIC -->
<xsl:if test="$Pos3REOStaticImage != ''">
<fo:block-container position="absolute" top="426.872pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_3REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos3REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos3REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_3 -->
<xsl:if test="$Pos3Image != ''">
<fo:block-container position="absolute" top="426.872pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_3/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos3Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos3Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_7REOSTATIC -->
<xsl:if test="$Pos7REOStaticImage != ''">
<fo:block-container position="absolute" top="426.872pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_7REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos7REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos7REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_7 -->
<xsl:if test="$Pos7Image != ''">
<fo:block-container position="absolute" top="426.872pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_7/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos7Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos7Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_11REOSTATIC -->
<xsl:if test="$Pos11REOStaticImage != ''">
<fo:block-container position="absolute" top="426.872pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_11REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos11REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos11REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_11 -->
<xsl:if test="$Pos11Image != ''">
<fo:block-container position="absolute" top="426.872pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_11/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos11Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos11Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_4REOSTATIC -->
<xsl:if test="$Pos4REOStaticImage != ''">
<fo:block-container position="absolute" top="642.872pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_4REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos4REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos4REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_4 -->
<xsl:if test="$Pos4Image != ''">
<fo:block-container position="absolute" top="642.872pt" left="0.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_4/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos4Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos4Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_8REOSTATIC -->
<xsl:if test="$Pos8REOStaticImage != ''">
<fo:block-container position="absolute" top="642.872pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_8REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos8REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos8REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_8 -->
<xsl:if test="$Pos8Image != ''">
<fo:block-container position="absolute" top="642.872pt" left="432.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_8/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos8Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos8Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_12REOSTATIC -->
<xsl:if test="$Pos12REOStaticImage != ''">
<fo:block-container position="absolute" top="642.872pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_12REOSTATIC/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos12REOStaticImage}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos12REOStaticImage}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>
<!-- POSITION_12 -->
<xsl:if test="$Pos12Image != ''">
<fo:block-container position="absolute" top="642.872pt" left="864.4pt" height="216.072pt" width="432.072pt" >
<fo:block text-align="center">
<xsl:choose>
<xsl:when test="string-length(normalize-space(POSITION_12/@std)) &gt; 0">
<fo:external-graphic src="{$std_images}{$Pos12Image}" />
</xsl:when>
<xsl:otherwise>
<fo:external-graphic src="{$plate_images}{$Pos12Image}" />
</xsl:otherwise>
</xsl:choose>
</fo:block>
</fo:block-container>
</xsl:if>

<!-- POSITION_1WNDWTXT1 -->
<fo:block-container position="absolute" top="83.272pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_1WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_5WNDWTXT1 -->
<fo:block-container position="absolute" top="83.272pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_5WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_9WNDWTXT1 -->
<fo:block-container position="absolute" top="83.272pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_9WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_2WNDWTXT1 -->
<fo:block-container position="absolute" top="300.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_2WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_6WNDWTXT1 -->
<fo:block-container position="absolute" top="300.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_6WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_10WNDWTXT1 -->
<fo:block-container position="absolute" top="300.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_10WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_3WNDWTXT1 -->
<fo:block-container position="absolute" top="513.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_3WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_7WNDWTXT1 -->
<fo:block-container position="absolute" top="513.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_7WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_11WNDWTXT1 -->
<fo:block-container position="absolute" top="513.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_11WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_4WNDWTXT1 -->
<fo:block-container position="absolute" top="730.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_4WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_8WNDWTXT1 -->
<fo:block-container position="absolute" top="730.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_8WNDWTXT1"/>
</fo:block>
</fo:block-container>

<!-- POSITION_12WNDWTXT1 -->
<fo:block-container position="absolute" top="730.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_12WNDWTXT1"/>
</fo:block>
</fo:block-container>


<!-- POSITION_1WNDWTXT2 -->
<fo:block-container position="absolute" top="95.272pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_1WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_5WNDWTXT2 -->
<fo:block-container position="absolute" top="95.272pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_5WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_9WNDWTXT2 -->
<fo:block-container position="absolute" top="95.272pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_9WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_2WNDWTXT2 -->
<fo:block-container position="absolute" top="312.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_2WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_6WNDWTXT2 -->
<fo:block-container position="absolute" top="312.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_6WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_10WNDWTXT2 -->
<fo:block-container position="absolute" top="312.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_10WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_3WNDWTXT2 -->
<fo:block-container position="absolute" top="525.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_3WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_7WNDWTXT2 -->
<fo:block-container position="absolute" top="525.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_7WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_11WNDWTXT2 -->
<fo:block-container position="absolute" top="525.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_11WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_4WNDWTXT2 -->
<fo:block-container position="absolute" top="742.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_4WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_8WNDWTXT2 -->
<fo:block-container position="absolute" top="742.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_8WNDWTXT2"/>
</fo:block>
</fo:block-container>

<!-- POSITION_12WNDWTXT2 -->
<fo:block-container position="absolute" top="742.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_12WNDWTXT2"/>
</fo:block>
</fo:block-container>


<!-- POSITION_1WNDWTXT3 -->
<fo:block-container position="absolute" top="108.272pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_1WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_5WNDWTXT3 -->
<fo:block-container position="absolute" top="108.272pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_5WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_9WNDWTXT3 -->
<fo:block-container position="absolute" top="108.272pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_9WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_2WNDWTXT3 -->
<fo:block-container position="absolute" top="325.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_2WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_6WNDWTXT3 -->
<fo:block-container position="absolute" top="325.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_6WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_10WNDWTXT3 -->
<fo:block-container position="absolute" top="325.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_10WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_3WNDWTXT3 -->
<fo:block-container position="absolute" top="538.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_3WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_7WNDWTXT3 -->
<fo:block-container position="absolute" top="538.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_7WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_11WNDWTXT3 -->
<fo:block-container position="absolute" top="538.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_11WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_4WNDWTXT3 -->
<fo:block-container position="absolute" top="755.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_4WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_8WNDWTXT3 -->
<fo:block-container position="absolute" top="755.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_8WNDWTXT3"/>
</fo:block>
</fo:block-container>

<!-- POSITION_12WNDWTXT3 -->
<fo:block-container position="absolute" top="755.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_12WNDWTXT3"/>
</fo:block>
</fo:block-container>



<!-- POSITION_1WNDWTXT4 -->
<fo:block-container position="absolute" top="121.272pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_1WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_5WNDWTXT4 -->
<fo:block-container position="absolute" top="121.272pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_5WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_9WNDWTXT4 -->
<fo:block-container position="absolute" top="121.272pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_9WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_2WNDWTXT4 -->
<fo:block-container position="absolute" top="338.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_2WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_6WNDWTXT4 -->
<fo:block-container position="absolute" top="338.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_6WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_10WNDWTXT4 -->
<fo:block-container position="absolute" top="338.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_10WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_3WNDWTXT4 -->
<fo:block-container position="absolute" top="551.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_3WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_7WNDWTXT4 -->
<fo:block-container position="absolute" top="551.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_7WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_11WNDWTXT4 -->
<fo:block-container position="absolute" top="551.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_11WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_4WNDWTXT4 -->
<fo:block-container position="absolute" top="768.872pt" left="10.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_4WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_8WNDWTXT4 -->
<fo:block-container position="absolute" top="768.872pt" left="440.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_8WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- POSITION_12WNDWTXT4 -->
<fo:block-container position="absolute" top="768.872pt" left="870.4pt" height="24.072pt" width="100.072pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="center" font-family="Helvetica" font-weight="bold" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="POSITION_12WNDWTXT4"/>
</fo:block>
</fo:block-container>

<!-- GROUPID -->
<fo:block-container position="absolute" top="0.036pt" left="840.0pt" height="18.0pt" width="88.704pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="start" position="relative" font-family="Arial" font-size="10.0pt">
<xsl:value-of disable-output-escaping="no" select="GROUPID"/>
</fo:block>
</fo:block-container>

<!--PPGROUPID -->
<fo:block-container position="absolute" top="0.036pt" left="910.0pt" height="18.0pt" width="88.704pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="start" position="relative" font-family="Arial" font-size="10.0pt">
<xsl:value-of disable-output-escaping="no" select="PPGROUPID"/>
</fo:block>
</fo:block-container>


<!-- BAR_CODE -->
<fo:block-container position="absolute" top="-1.064pt" left="990.564pt" height="24.12pt" width="172.872pt" >
<fo:block line-height="12.0pt" white-space-collapse="false" linefeed-treatment="preserve" text-align="start" position="relative" font-family="DlxBarCodeBT-Roman2" font-size="8.0pt">
<xsl:value-of disable-output-escaping="no" select="BARCODE"/>
</fo:block>
</fo:block-container>

</fo:flow>
</fo:page-sequence>
</fo:root>
</xsl:template>
</xsl:stylesheet>
(2-2/2)