Changeset 15641
- Timestamp:
- 05/17/13 14:15:34 (12 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15640 r15641 56 56 var month =this.selection.print("%m").join("\n"); 57 57 var year =this.selection.print("%Y").join("\n"); 58 var newline = []; 59 var arrTime = []; 58 60 59 var xmlhttp; 61 60 if (window.XMLHttpRequest) … … 73 72 var lines =xmlhttp.responseText.split('\n'); 74 73 //var arr = []; 74 var newline = []; 75 var arrTime = []; 75 76 var Time = []; 76 77 var colon=[]; … … 87 88 { 88 89 var c=Time[st].split(':'); 89 arrTime= st[0]+'.'+st[1];90 arrTime=c[0]+'.'+c[1]; 90 91 if(f[4]==0) 91 92 { -
schedule/chart.php
r15623 r15641 1 1 2 3 <script type="text/javascript">4 document.getElementById('Time').innerHTML=newline;5 </script>6 2 <div id="Time" align="center"><?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?></div> 7 3 <div id="container" style="width:100%; height:435px"></div>
Note:
See TracChangeset
for help on using the changeset viewer.