Changeset 16010 for schedule/Module


Ignore:
Timestamp:
05/22/13 14:50:38 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16009 r16010  
    6262                                                        var newtime;
    6363                                                        var source=[];
    64                                                         source.push($('#box2View').text());
     64                                                        source=$('#box2View').text();
    6565                                                        document.getElementById('data').innerHTML=source;
    66                                                         for(var i = 0; i<source.length;i++)
     66                                                        for(var q = 0; q<source.length;q++)
    6767                                                        {
    6868                                                        var xmlhttp;
     
    125125                                                                        var colon = [];
    126126                                                                        var Temp = [];
    127                                                                         var source = [];
     127                                                                        //var source = [];
    128128                                                                        for(var row=0;row<lines.length; row++)
    129129                                                                        {
     
    287287                                                                }
    288288                                                        }
    289                                                         xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
     289                                                       
     290                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[q])+"&time="+year+"-"+month+"-"+day,true);
    290291                                                        xmlhttp.send();
    291292                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note: See TracChangeset for help on using the changeset viewer.