fix servicealert editor due to "end" field master
[busui.git] / labs / index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="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>
            </ul>
            </div>
<?php
include_footer()
?>