Changeset 15692


Ignore:
Timestamp:
05/20/13 03:26:49 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15691 r15692  
    8080                                                                                        var f = lines[row].split(',');
    8181                                                                                        Time[row]=f[0];
     82                                                                                        //var DateT= new Date(Time);
    8283                                                                                        //arr[row]="["+f[4]+"]";
    8384                                                                                        for(var t=0; t<Time.length;t++)
     
    154155                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    155156                                                        xmlhttp.send();
    156                                                         $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     157                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newline);
    157158                                                       
    158159                                                  });
  • schedule/chart.php

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