Changeset 16683 for schedule


Ignore:
Timestamp:
06/04/13 15:09:20 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/Scheduling.php

    r16680 r16683  
    44?>
    55<table width="100%" id="TableHolder" >
    6 
     6<?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?>
    77        <tr>
    88                <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
  • schedule/Module/calendar.php

    r16623 r16683  
    104104                                                        year =this.selection.print("%Y").join("\n");   
    105105                             GetData();
     106                                                         getDate(day);
     107                                                         alert(day);
    106108                               
    107109                });
  • schedule/function/function.php

    r16681 r16683  
    1111        $(document).ready(function(){
    1212         // for fupdate
     13         
     14         
     15         
    1316        var currentDate2 = new Date();
    1417        var day2 = currentDate2.getDate();
     
    5558        ?>
    5659        $('#save').click(function(){
    57                
    58         <?php   $get = $_GET['day'];  ?>
    59 
    60 alert('<?php echo $get;  ?>');
     60                alert(getDate());
    6161       
    6262                var InputValue = [];
  • schedule/include/factdb.php

    r16680 r16683  
    22
    33       
    4 //      $con=mysql_connect("localhost","root","");
    5         $con=mysql_connect("localhost","scheduletest","t3stsched");
     4        $con=mysql_connect("localhost","root","");
     5//      $con=mysql_connect("localhost","scheduletest","t3stsched");
    66        mysql_select_db("sandboxschedule",$con);
    77 ?>
  • schedule/js/chart.js

    r16682 r16683  
    77           // alert (source[i]);
    88                GetXMLData(i, source);
     9               
    910                //$('#data').append('1st'+source);
    1011        }
    1112}
     13function getDate(day){
     14       
     15                var days = day;
     16                return days;
     17        }
    1218
    1319function GetXMLData(index, source)
Note: See TracChangeset for help on using the changeset viewer.