|
|
@@ -117,9 +117,12 @@
|
|
|
<xsl:when test="count($interested_row//BI_audit_ENERGA_PRACOWNICY) > 10">
|
|
|
<xsl:attribute name="print">no</xsl:attribute>
|
|
|
</xsl:when>
|
|
|
- <xsl:when test="count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) >120">
|
|
|
+ <xsl:when test="count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) >80">
|
|
|
<xsl:attribute name="print">no</xsl:attribute>
|
|
|
</xsl:when>
|
|
|
+ <xsl:otherwise>
|
|
|
+ <xsl:attribute name="rev">#124 count:($ir//ro)=<xsl:value-of select="count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object)"/>; </xsl:attribute>
|
|
|
+ </xsl:otherwise>
|
|
|
</xsl:choose>
|
|
|
<xsl:copy-of select="system_cache__dita:files.key.title.context.href(current(),'map',$title)" copy-namespaces="no"/>
|
|
|
<!--<xsl:copy-of select="system_cache__dita:files.context.title.keys(current(),$title)" copy-namespaces="no"/>-->
|
|
|
@@ -170,8 +173,8 @@
|
|
|
<xsl:when test="count($interested_row//BI_audit_ENERGA_PRACOWNICY) > 10">
|
|
|
<xsl:comment>#163 count($interested_row//BI_audit_ENERGA_PRACOWNICY) > 10</xsl:comment>
|
|
|
</xsl:when>
|
|
|
- <xsl:when test="count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) >120">
|
|
|
- <xsl:comment>#164 count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) >120</xsl:comment>
|
|
|
+ <xsl:when test="count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) > 80">
|
|
|
+ <xsl:comment>#164 count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) >80</xsl:comment>
|
|
|
</xsl:when>
|
|
|
<xsl:otherwise>
|
|
|
<svg-container >
|
|
|
@@ -619,6 +622,19 @@
|
|
|
</xsl:call-template>
|
|
|
</xsl:variable>
|
|
|
|
|
|
+ <!--<xsl:variable name="interested_row">
|
|
|
+ <xsl:choose>
|
|
|
+ <xsl:when test="count($interested_row//BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) > 70">
|
|
|
+ <xsl:for-each select="$interested_row">
|
|
|
+ <xsl:copy>
|
|
|
+ <xsl:copy-of select="@*"/>
|
|
|
+ <xsl:for-each select="*"></xsl:for-each>
|
|
|
+ </xsl:copy>
|
|
|
+ </xsl:for-each>
|
|
|
+ </xsl:when>
|
|
|
+ </xsl:choose>
|
|
|
+ </xsl:variable>-->
|
|
|
+
|
|
|
<xsl:variable name="system_cache__dita__x3A__svg:data__x3A__assign">
|
|
|
<xsl:apply-templates mode="system_cache__dita__x3A__svg:data__x3A__assign" select="$interested_row">
|
|
|
<xsl:with-param name="system_cache__dita__x3A__svg:cursor" select="$system_cache__dita__x3A__svg:cursor"/>
|