source:
schedule/chart.php@
15583
| Last change on this file since 15583 was 15583, checked in by , 13 years ago | |
|---|---|
| File size: 419 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 | <?php |
| 5 | include 'Graph.php'; |
| 6 | ?> |
| 7 | <script type="text/javascript"> |
| 8 | document.getElementById('Time').innerHTML=arr; |
| 9 | </script> |
| 10 | <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; ?></div> |
| 11 | <div id="container" style="width:100%; height:435px"></div> |
Note:
See TracBrowser
for help on using the repository browser.
