Sanitize timeliness data more
[busui.git] / labs / index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
include ('../include/common.inc.php');
include_header("Busness R&amp;D", "index")
?>
            <ul data-role="listview" data-theme="e" data-groupingtheme="e">
                <li data-role="list-divider" > Experimental Features </li>
                <li><a href="mywaybalance.php"><h3>MyWay Balance for mobile</h3>
                <p>Mobile viewer for MyWay balance. Warning! No HTTPS security.</p></a></li>
                <li><a href="networkstats.php"><h3>Route Statistics</h3>
                <p>Analysis of route timing points</p></a></li>
                <li><a href="busstopdensity.php"><h3>Bus Stop Density Map</h3>
                <p>Analysis of bus stop coverage</p></a></li>
                <li><a href="stopBrowser.php"><h3>Bus Stop Browser Map</h3>
                <p>Bus stop location/route browser</p></a></li>
                <li>More coming soon!</li>
            </ul>
            </div>
<?php
include_footer()
?>