Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruno Nocera Zanette
dspace
Commits
fbb6687d
Commit
fbb6687d
authored
11 years ago
by
Dalmon Ian Martins de Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
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
!1
Page Statistics
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
+15
-0
15 additions, 0 deletions
...pp/themes/Participatorio-mobile/Participatorio-mobile.xsl
with
15 additions
and
0 deletions
dspace/modules/xmlui/src/main/webapp/themes/Participatorio-mobile/Participatorio-mobile.xsl
+
15
−
0
View file @
fbb6687d
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment