aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-09-20 11:09:29 +0100
committerChristopher Baines <mail@cbaines.net>2014-10-07 13:02:36 +0100
commit43329ed927e6b8a0931b863876b79696a52efc21 (patch)
tree4b5b80cd7234aa3f5e1dda21e414b6bd8cfb8615 /index.html
parentc66f0ed2a7ca9b400c726f1901d7c4b030cdff32 (diff)
downloadmaps.southampton.ac.uk-43329ed927e6b8a0931b863876b79696a52efc21.tar
maps.southampton.ac.uk-43329ed927e6b8a0931b863876b79696a52efc21.tar.gz
Add bus routes sidebar
Also add the bus routes to the map.
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 27 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4a24fd9..b0bf3d6 100644
--- a/index.html
+++ b/index.html
@@ -45,15 +45,20 @@
</a>
</li>
<li id="navBuildingsLi">
- <a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" id="buildingsSidebarLink">
+ <a href="#" data-toggle="collapse" data-target=".navbar-collapse.in">
Buildings
</a>
</li>
<li id="navSitesLi">
- <a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" id="sitesSidebarLink">
+ <a href="#" data-toggle="collapse" data-target=".navbar-collapse.in">
Sites
</a>
</li>
+ <li id="navBusRoutesLi">
+ <a href="#" data-toggle="collapse" data-target=".navbar-collapse.in">
+ Bus Routes
+ </a>
+ </li>
</ul>
</div><!--/.navbar-collapse -->
</div>
@@ -161,6 +166,26 @@
</div>
</div>
</div>
+ <div id="busRoutesSidebar" style="display: none;">
+ <div class="sidebar-wrapper">
+ <div class="panel panel-default" style="margin: 0px; border: none;
+ border-radius: 0px; -webkit-box-shadow: none; box-shadow: none;"
+ id="busRoutes">
+ <div class="panel-heading">
+ <h3 class="panel-title">Bus Routes
+ <button id="busRoutesSidebarHideButton"
+ type="button"
+ class="btn btn-xs btn-default pull-right"
+ style="margin-top: -2px;" >
+ <i class="glyphicon glyphicon-chevron-left"></i>
+ </button>
+ </h3>
+ </div>
+ <div id="busRoutesContent">
+ </div>
+ </div>
+ </div>
+ </div>
<div id="map"></div>
</div>