Changeset 15581 for schedule


Ignore:
Timestamp:
05/10/13 23:05:02 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/chart.php

    r15538 r15581  
    22<script src="js/highcharts.js"></script>
    33<script src="js/exporting.js"></script>
    4 <script type="text/javascript" src="js/chart.js">
     4<?php
     5        include 'Graph.php';
     6?>
     7<script type="text/javascript">
     8        document.getEelementById('Time').innerHTML=arr;
    59</script>
    6 <div><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; ?></div>
     10<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; ?></div>
    711<div id="container" style="width:100%; height:435px"></div>
Note: See TracChangeset for help on using the changeset viewer.