Changeset 16680 for schedule


Ignore:
Timestamp:
06/04/13 14:47:06 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/Scheduling.php

    r16420 r16680  
    44?>
    55<table width="100%" id="TableHolder" >
     6
    67        <tr>
    78                <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
  • schedule/function/function.php

    r16422 r16680  
    5555        ?>
    5656        $('#save').click(function(){
     57               
     58        <?php   $get = $_GET['time'];  ?>
     59
     60alert('<?php echo $get;  ?>');
     61       
    5762                var InputValue = [];
    5863                var selectedSource = [];
     
    8489               
    8590                if(checks == 0){
    86                 window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday+'&Date2='+fullday2;
     91                //window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday+'&Date2='+fullday2;
    8792        }else{
    8893       
  • schedule/include/factdb.php

    r16601 r16680  
    22
    33       
    4         //$con=mysql_connect("localhost","root","");
     4//      $con=mysql_connect("localhost","root","");
    55        $con=mysql_connect("localhost","scheduletest","t3stsched");
    66        mysql_select_db("sandboxschedule",$con);
Note: See TracChangeset for help on using the changeset viewer.