Changeset 16008 for schedule


Ignore:
Timestamp:
05/22/13 14:35:53 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16006 r16008  
    5252                <script type="text/javascript">//<![CDATA[
    5353                                                        $(document).ready(function(){
    54                                                         var source=[];
    55                                                         source.push($('#box2View').text());
    56                                                         document.getElementById('data').innerHTML=source;
     54                                                       
    5755                                                        }),
    5856                 CAL.addEventListener("onSelect", function(){
     
    6361                                                        var newdata;
    6462                                                        var newtime;
    65                                                        
     63                                                        var source=[];
     64                                                        source.push($('#box2View').text());
     65                                                        document.getElementById('data').innerHTML=source;
     66                                                        for(var i = 0; i<source.length;i++)
     67                                                        {
    6668                                                        var xmlhttp;
    6769                                                        if (window.XMLHttpRequest)
     
    285287                                                                }
    286288                                                        }
    287                                                         xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
     289                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+urlencode(source)+"&time="+year+"-"+month+"-"+day,true);
    288290                                                        xmlhttp.send();
    289291                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     292                                                        }
    290293                                                       
    291294                                                  });
Note: See TracChangeset for help on using the changeset viewer.