Skip to content
Snippets Groups Projects
Commit fbb6687d authored by Dalmon Ian Martins de Oliveira's avatar Dalmon Ian Martins de Oliveira
Browse files

Add button to see page statistics

Signed-off-by: Dalmon Ian Martins de Oliveira <dimo13.c3sl.ufpr.br>
parent f02e2eda
No related branches found
No related tags found
1 merge request!1Page Statistics
......@@ -611,6 +611,21 @@
</div>
</xsl:if>
<!-- Add buttom to see page statistics -->
<div class="metadata-view">
<xsl:variable name="statsPage"
select="concat($mobile-url,'/',$page-url,'/','statistics')" />
<a>
<xsl:attribute name="target">
<xsl:text>_blank</xsl:text>
</xsl:attribute>
<xsl:attribute name="href">
<xsl:value-of select="$statsPage" />
</xsl:attribute>
<i18n:text>xmlui.general.statistics</i18n:text>
</a>
</div>
</div><!-- metadata wrapper -->
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment