|
|
@@ -62,7 +62,7 @@
|
|
|
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="$default_db__x3A__BI_audit_BENFORD:BI_audit_BENFORD.podglad_analizy_liczb.records//stentry">
|
|
|
- <simpletable frame="all" relcolwidth="1* 4* 2*" props="BI_audit_BENFORD.podgl_anal_liczb.records__65">
|
|
|
+ <simpletable frame="all" relcolwidth="2* 4* 2*" props="BI_audit_BENFORD.podgl_anal_liczb.records__65">
|
|
|
<sthead>
|
|
|
<stentry>analizowana kolumna</stentry>
|
|
|
<stentry>wartość</stentry>
|
|
|
@@ -248,7 +248,7 @@
|
|
|
<xsl:for-each-group select=".//*[@fid and not(contains($default_db__x3A__BI_audit_BENFORD:BI_audit_BENFORD.podglad_analizy_liczb.records.ignore,local-name()))]" group-by="local-name()">
|
|
|
<xsl:sort select="count(current-grouping-key())" data-type="number" order="descending"/>
|
|
|
<xsl:variable name="column" select="current-grouping-key()"/>
|
|
|
- <p>Obiekt <xsl:value-of select="current-grouping-key()"/></p>
|
|
|
+ <p>Obiekt <xsl:value-of select="system_cache__dita:localname.translate(current-grouping-key())"/></p>
|
|
|
<xsl:variable name="columns">
|
|
|
<columns>
|
|
|
<xsl:for-each-group select="current-group()[ position() < $default_db__x3A__BI_audit_BENFORD:BI_audit_BENFORD.podglad_analizy_liczb.records.table_width]" group-by="local-name()">
|
|
|
@@ -281,7 +281,7 @@
|
|
|
<xsl:for-each select="$columns/columns/*">
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="position() < number($default_db__x3A__BI_audit_BENFORD:BI_audit_BENFORD.podglad_analizy_liczb.records.table_width)">
|
|
|
- <xsl:copy-of select="." copy-namespaces="no"/>
|
|
|
+ <xsl:copy-of select="replace(.,'_',' ')" copy-namespaces="no"/>
|
|
|
</xsl:when>
|
|
|
</xsl:choose>
|
|
|
</xsl:for-each>
|