Changeset 15619
- Timestamp:
- 05/16/13 16:00:36 (12 years ago)
- Location:
- schedule
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15618 r15619 101 101 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 102 102 xmlhttp.send(); 103 <?php 104 include 'function/Graph.php'; 105 ?> 103 106 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 104 107 }); -
schedule/chart.php
r15618 r15619 2 2 <script src="js/highcharts.js"></script> 3 3 <script src="js/exporting.js"></script> 4 <?php 5 include 'function/Graph.php'; 6 ?> 4 7 5 <script type="text/javascript"> 8 6 document.getElementById('Time').innerHTML=newline; -
schedule/function/Graph.php
r15582 r15619 12 12 }, 13 13 categories:["","","","","","","","19:00","20:00","21:00","22:00","23:00","24:00","1:00","2:00","3:00","4:00","5:00","6:00","7:00"]}, 14 series:[ ], /* array of Data */14 series:[{newline}], /* array of Data */ 15 15 16 16 remove:function()
Note:
See TracChangeset
for help on using the changeset viewer.