diff options
author | emkael <emkael@tlen.pl> | 2017-04-12 18:41:41 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-12 18:41:41 +0200 |
commit | c293c84a945a82ca84d11077ee9d96f68fc9ce1c (patch) | |
tree | 5e192f8937e4ca4cc36f94ad6406cf9b530d8886 /templates | |
parent | 5348429ef82c9c17d9d682bd1be94ceec34b2da6 (diff) |
Table pagination
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ranking.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/ranking.html b/templates/ranking.html index 797cdef..8f668d1 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -70,8 +70,10 @@ </div> </div> </div> + <div id="top-paginator" class="text-center"></div> + <br /> <div class="table-responsive"> - <table class="table table-striped table-hover table-condened"> + <table class="table table-striped table-hover table-condened table-paginate"> <thead> <tr class="text-center"> <th colspan="2">Miejsce</th> @@ -125,6 +127,8 @@ </tr> </tbody> </table> + <div id="bottom-paginator" class="text-center"></div> + <br /> </div> <div class="well well-sm"> © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> |