Added service periods to route names
[bus.git] / busui / index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php 
include('common.inc.php');
include_header("bus.lambdacomplex.org",false, true)
?>
<div data-role="page" data-theme="b" id="jqm-home" class="ui-page ui-body-b ui-page-active">
        <div id="jqm-homeheader">
                <center><h1 id="jqm-logo"><img src="apple-touch-icon.png" alt="logo" width="64" height="64" /><br>
                bus.lambdacomplex.org</h1></center>
        </div> 
        <div data-role="content">
            <a href="tripPlanner.php" data-role="button">Launch Trip Planner...</a>
            <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
                <li data-role="list-divider">Timetables - Stops</li>
                <li><a href="stopList.php">Major (Timing Point) Stops</a></li>
                <li><a href="stopList.php">All Stops</a></li>
                <li><a href="stopList.php?nearbyfavs=yes">Nearby/Favourite Stops</a></li>
            </ul>
            <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
                <li data-role="list-divider">Timetables - Routes</li>
                <li><a href="routeList.php">All Routes</a></li>
                <li><a href="routeList.php?nearbyfavs=yes">Nearby/Favourites Routes</a></li>
            </ul>
            <div class="ui-body ui-body-c">
                Current Location: <input type="text" id="geolocate" name="geolocate"/> Search? Update to Here?<br>
                Time: <?php echo date("H:m"); ?> <br>
                Service Period: <?php echo ucwords(service_period()); ?><br> 
            </div>
        </div>
   </div>
 </body>
</html>