Changeset 16452


Ignore:
Timestamp:
05/30/13 07:40:45 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16440 r16452  
    4646                                        ?>
    4747                       
    48              // 20130507: { klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday" },
    49              // 20130508: { klass: "highlight", tooltip: "And this is TODAY" }
    50                         <?php
     48            <?php
    5149                                }
    5250                        ?>
     
    113111                                                        for(sources=0;sources<source.length;sources++)
    114112                                                                  {
     113                                                                 
    115114                                                                if (window.XMLHttpRequest)
    116115                                                                  {// code for IE7+, Firefox, Chrome, Opera, Safari
    117116                                                                  xmlhttp=new XMLHttpRequest();
    118117                                                                  }
     118                                                                  alert(sources);
    119119                                                                else
    120120                                                                  {// code for IE6, IE5
     
    153153                                                                for(i=0;i<array[index].length;i++)
    154154                                                                {
    155                                                                         /*for(ii=0;ii<Data[i].length;ii++)
    156                                                                         {*/
     155                                                                       
    157156                                                                                document.getElementById('day').innerHTML=array[index];
    158                                                                         /*}*/
     157                                                                       
    159158                                                                }
    160159                                                        }
Note: See TracChangeset for help on using the changeset viewer.