source: schedule/chart.php@ 15639

Last change on this file since 15639 was 15623, checked in by tanio, 11 years ago
File size: 261 bytes
Line 
1
2
3<script type="text/javascript">
4 document.getElementById('Time').innerHTML=newline;
5</script>
6<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
7<div id="container" style="width:100%; height:435px"></div>
Note: See TracBrowser for help on using the repository browser.