source: schedule/chart.php@ 16664

Last change on this file since 16664 was 16664, checked in by tanio, 11 years ago
File size: 273 bytes
Line 
1<script src="js/highcharts.js"></script>
2<script src="js/exporting.js"></script>
3<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
4<div id="container" style="width:100%; height:435px"></div>
5<div id="sourcelist"></div>
Note: See TracBrowser for help on using the repository browser.