Changeset 15618


Ignore:
Timestamp:
05/16/13 15:56:03 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15617 r15618  
    101101                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    102102                                                        xmlhttp.send();
    103                                                   $('#Graph').load('chart.php?newline='+newline+'&day='+day+"&month="+month+"&year="+year);
     103                                                  $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    104104                          });
    105105
  • schedule/chart.php

    r15616 r15618  
    66?>
    77<script type="text/javascript">
    8         //document.getElementById('Time').innerHTML=arr;
     8        document.getElementById('Time').innerHTML=newline;
    99</script>
    10 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'],$_GET['newline'];?></div>
     10<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
    1111<div id="container" style="width:100%; height:435px"></div>
Note: See TracChangeset for help on using the changeset viewer.