@@ -69,13 +69,14 @@
</xsl:variable>
<xsl:choose>
<xsl:when test="$simpletable//stentry">
- <p> Ilości powiązań obiektu <xsl:value-of select="name()"/>
+ <p> Ilości powiązań obiektu <xsl:value-of select="name()"/></p>
+ <p>
<foreign>
<xsl:copy-of select="$simpletable" copy-namespaces="no"/>
</foreign>
<xsl:apply-templates mode="system_cache__dita:graph__read" select="$simpletable">
<xsl:with-param name="fileindex" select="$simpletable/simpletable/@id"/>
- <xsl:with-param name="width" select="500"/>
+ <xsl:with-param name="width" select="600"/>
</xsl:apply-templates>
</p>
</xsl:when>
@@ -1722,15 +1722,9 @@
<stentry><xsl:value-of select="p5gnuplot:system_cache__dita__x3A__fix__x3A__axis__x3A__names('skala 0')"/></stentry>
<xsl:for-each-group select="BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object[ position() = 1]/*[1]" group-by="@fid">
<stentry>
- <xsl:choose>
- <xsl:when test="last() < 5">
+
<xsl:value-of select="p5gnuplot:system_cache__dita__x3A__fix__x3A__axis__x3A__names(concat('[',ID,'] ',imiona,' ',nazwisko,' ', nazwa, Pelna_nazwa_kontrahenta ))"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="ID"/>
- </xsl:otherwise>
- </xsl:choose>
-
<!--<xsl:value-of select="ID"/>-->
</stentry>
</xsl:for-each-group>