summaryrefslogtreecommitdiffstats
path: root/modules-available/main/templates/pagenav.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/main/templates/pagenav.html')
-rw-r--r--modules-available/main/templates/pagenav.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules-available/main/templates/pagenav.html b/modules-available/main/templates/pagenav.html
new file mode 100644
index 00000000..93194999
--- /dev/null
+++ b/modules-available/main/templates/pagenav.html
@@ -0,0 +1,16 @@
+<ul class="pagination pagination-sm pull-right">
+ {{#pages}}
+ {{#current}}
+ <li class="active"><a href="{{url}}page={{page}}">{{text}} <span class="sr-only">(current)</span></a></li>
+ {{/current}}
+ {{^current}}
+ {{#text}}
+ <li><a href="{{url}}page={{page}}">{{text}}</a></li>
+ {{/text}}
+ {{^text}}
+ <li class="disabled"><a href="#">&hellip;</a></li>
+ {{/text}}
+ {{/current}}
+ {{/pages}}
+</ul>
+<div class="clearfix"></div> \ No newline at end of file