Changeset 15699
- Timestamp:
- 05/20/13 05:39:47 (11 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15698 r15699 99 99 100 100 } 101 newdata +=newline.join(",");101 newdata=newline.join(","); 102 102 document.getElementById('data').innerHTML=newdata; 103 103 var chart = new Highcharts.Chart({ … … 155 155 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 156 156 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); 158 158 159 159 }); -
schedule/chart.php
r15695 r15699 2 2 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div> 3 3 <div id="container" style="width:100%; height:435px"></div> 4 <?php $_GET['new']; ?>
Note:
See TracChangeset
for help on using the changeset viewer.