Ignore:
Timestamp:
05/16/13 16:09:31 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15623 r15624  
    9999                                                                        document.getElementById('data').innerHTML=newline;
    100100
     101<?php
     102                                                        include 'function/Graph.php';
     103?>
     104                                                                       
    101105                                                                }
    102106                                                        }
    103107                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    104108                                                        xmlhttp.send();
    105 <?php
    106                                                         include 'function/Graph.php';
    107 ?>
    108109                                                  $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    109110                          });
Note: See TracChangeset for help on using the changeset viewer.