Changeset 15641 for schedule


Ignore:
Timestamp:
05/17/13 14:15:34 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15640 r15641  
    5656                                  var month =this.selection.print("%m").join("\n");
    5757                                  var year =this.selection.print("%Y").join("\n");                               
    58                                                         var newline = [];       
    59                                                         var arrTime = [];
     58                                                       
    6059                                                        var xmlhttp;
    6160                                                        if (window.XMLHttpRequest)
     
    7372                                                                        var lines =xmlhttp.responseText.split('\n');
    7473                                                                        //var arr = [];
     74                                                                        var newline = [];       
     75                                                                        var arrTime = [];
    7576                                                                        var Time = [];
    7677                                                                        var colon=[];
     
    8788                                                                                                {
    8889                                                                                                        var c=Time[st].split(':');
    89                                                                                                         arrTime=st[0]+'.'+st[1];
     90                                                                                                        arrTime=c[0]+'.'+c[1];
    9091                                                                                                        if(f[4]==0)
    9192                                                                                                        {
  • schedule/chart.php

    r15623 r15641  
    11
    2 
    3 <script type="text/javascript">
    4         document.getElementById('Time').innerHTML=newline;
    5 </script>
    62<div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div>
    73<div id="container" style="width:100%; height:435px"></div>
Note: See TracChangeset for help on using the changeset viewer.