Changeset 15699


Ignore:
Timestamp:
05/20/13 05:39:47 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15698 r15699  
    9999                                                                               
    100100                                                                        }
    101                                                                         newdata+=newline.join(",");
     101                                                                        newdata=newline.join(",");
    102102                                                                        document.getElementById('data').innerHTML=newdata;
    103103                                                                        var chart = new Highcharts.Chart({
     
    155155                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    156156                                                        xmlhttp.send();
    157                                                         $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     157                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newdata);
    158158                                                       
    159159                                                  });
  • schedule/chart.php

    r15695 r15699  
    22<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
    33<div id="container" style="width:100%; height:435px"></div>
     4<?php $_GET['new']; ?>
Note: See TracChangeset for help on using the changeset viewer.