- Timestamp:
- 05/16/13 15:47:10 (12 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15614 r15615 68 68 { 69 69 var lines =xmlhttp.responseText.split('\n'); 70 var arr = [];70 //var arr = []; 71 71 var Time = []; 72 72 var newline = []; … … 100 100 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 101 101 xmlhttp.send(); 102 $('#Graph').load('chart.php? day='+day+"&month="+month+"&year="+year);102 $('#Graph').load('chart.php?'+newline+'&day='+day+"&month="+month+"&year="+year); 103 103 }); 104 104 -
schedule/chart.php
r15584 r15615 8 8 //document.getElementById('Time').innerHTML=arr; 9 9 </script> 10 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; ?></div>10 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day']; $_GET['newline']?></div> 11 11 <div id="container" style="width:100%; height:435px"></div>
Note:
See TracChangeset
for help on using the changeset viewer.