Changeset 15692
- Timestamp:
- 05/20/13 03:26:49 (12 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15691 r15692 80 80 var f = lines[row].split(','); 81 81 Time[row]=f[0]; 82 //var DateT= new Date(Time); 82 83 //arr[row]="["+f[4]+"]"; 83 84 for(var t=0; t<Time.length;t++) … … 154 155 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 155 156 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); 157 158 158 159 }); -
schedule/chart.php
r15641 r15692 1 1 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> 3 3 <div id="container" style="width:100%; height:435px"></div>
Note:
See TracChangeset
for help on using the changeset viewer.