source:
schedule/chart.php@
15532
Last change on this file since 15532 was 15532, checked in by , 12 years ago | |
---|---|
File size: 310 bytes |
Line | |
---|---|
1 | <script src="js/jquery-1.7.2.min.js"></script> |
2 | <script src="js/highcharts.js"></script> |
3 | <script src="js/exporting.js"></script> |
4 | <script type="text/javascript" src="js/chart.js"> |
5 | </script> |
6 | <?php echo $_GET['year'],$_GET['month'],$_GET['day']; ?> |
7 | <div id="container" style="width:100%; height:435px"></div> |
Note:
See TracBrowser
for help on using the repository browser.