Changeset 16452
- Timestamp:
- 05/30/13 07:40:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16440 r16452 46 46 ?> 47 47 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 51 49 } 52 50 ?> … … 113 111 for(sources=0;sources<source.length;sources++) 114 112 { 113 115 114 if (window.XMLHttpRequest) 116 115 {// code for IE7+, Firefox, Chrome, Opera, Safari 117 116 xmlhttp=new XMLHttpRequest(); 118 117 } 118 alert(sources); 119 119 else 120 120 {// code for IE6, IE5 … … 153 153 for(i=0;i<array[index].length;i++) 154 154 { 155 /*for(ii=0;ii<Data[i].length;ii++) 156 {*/ 155 157 156 document.getElementById('day').innerHTML=array[index]; 158 /*}*/157 159 158 } 160 159 }
Note:
See TracChangeset
for help on using the changeset viewer.