summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-04-11 18:28:26 +0200
committeremkael <emkael@tlen.pl>2017-04-11 18:28:26 +0200
commit56a98e9c45a5427cb47676d8888bef69ac8a9e77 (patch)
tree92452494fb088b8e471fb8ef90b534d4c7d46f18 /templates
parent107b582dd84fc7f4a08cd5e57ce2e90d6910611c (diff)
Interactive, multiple choice filters
Diffstat (limited to 'templates')
-rw-r--r--templates/ranking.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/ranking.html b/templates/ranking.html
index 0f348e1..72d3750 100644
--- a/templates/ranking.html
+++ b/templates/ranking.html
@@ -14,10 +14,10 @@
</h1>
</div>
<div class="panel panel-default filters">
- <div class="panel-heading">
+ <div class="panel-heading" role="button" data-toggle="collapse" data-target="#filters" aria-expanded="false" aria-controls="filters">
Filtry rankingu
</div>
- <div class="panel-body">
+ <div class="collapse panel-body" id="filters">
<p>
<div class="btn-group" role="group">
<button type="button" class="btn btn-disabled">Okręg</button>
@@ -118,6 +118,7 @@
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script type="text/javascript" src="res/ranking.js"></script>
</body>
</html>