Changeset 15619


Ignore:
Timestamp:
05/16/13 16:00:36 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15618 r15619  
    101101                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    102102                                                        xmlhttp.send();
     103<?php
     104                                                        include 'function/Graph.php';
     105?>
    103106                                                  $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    104107                          });
  • schedule/chart.php

    r15618 r15619  
    22<script src="js/highcharts.js"></script>
    33<script src="js/exporting.js"></script>
    4 <?php
    5         include 'function/Graph.php';
    6 ?>
     4
    75<script type="text/javascript">
    86        document.getElementById('Time').innerHTML=newline;
  • schedule/function/Graph.php

    r15582 r15619  
    1212                                        },
    1313            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  */
    1515               
    1616                remove:function()
Note: See TracChangeset for help on using the changeset viewer.