Changeset 16276


Ignore:
Timestamp:
05/26/13 15:00:29 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16112 r16276  
    2828$insert_count = 0;
    2929       
    30 $new_limit = $limtex;
    3130
    3231
    3332
    34                                                 for($j=0;$j <= $new_limit;$j++){
    3533
    36                                                         //echo $Times[$j];
    37                                                        
    38                                                         $ex_counter = explode(":",$Times[$j]);
    39                                        
    40                                                         $counter[$j] = $ex_counter[0];
    41                                                        
    42                                                        
    43                                                        
    44                                                        
    45                                                                        
    46                                                 }
     34                                               
    4735                               
    4836       
     
    5038
    5139for($i=0;$i<=$limtex-1;$i++){
    52 
     40$select = explode(",",$SelectedSource);
    5341                                                $n1 = $n_value[$i];
    54                                                 $select[$i];
    55                                                 $selectf = $select[$i];
     42                                               
     43                                         $selectf = $select[$i];
    5644                                //////Time////
    5745                                //$Timef = $Time[$i];
     
    8169                               
    8270                                }       
    83                                 //echo $new."<br />";
    8471                       
    8572                $insert = mysql_query("INSERT IGNORE INTO schedule values('','$parsed_date','$parsed_date','$new','','$n1','$selectf','$measuref')") or die(mysql_error());
  • schedule/authenticate/body.php

    r16215 r16276  
    6363                                                                <tr>
    6464                                                                        <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
     65                                                                       
     66                                                                        <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
    6567                                                                        <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
    66                                                                         <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
    6768                                                                        <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
    6869                                                                        <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
  • schedule/function/SplitDelete.php

    r16112 r16276  
    9393                );
    9494                tr.appendChild(td3);
     95                tr.appendChild(td1);
    9596                tr.appendChild(td);
    96                 tr.appendChild(td1);
     97               
    9798                tr.appendChild(td2);
    9899                tr.appendChild(td4);
     
    192193                );
    193194                tr.appendChild(td3);
     195                tr.appendChild(td1);
    194196                tr.appendChild(td);
    195                 tr.appendChild(td1);
     197               
    196198                tr.appendChild(td2);
    197199                tr.appendChild(td4);
     
    292294                        );
    293295                        tr.appendChild(td3);
     296                        tr.appendChild(td1);
    294297                        tr.appendChild(td);
    295                         tr.appendChild(td1);
     298                       
    296299                        tr.appendChild(td2);
    297300                        tr.appendChild(td4);
    298301                        table.appendChild(tr);
    299                         $('#TableH').append(table);
     302                        $('#TableH1').append(table);
    300303        }
    301304        function split1()
     
    391394                        });
    392395                        tr.appendChild(td3);
     396                        tr.appendChild(td1);
    393397                        tr.appendChild(td);
    394                         tr.appendChild(td1);
     398                       
    395399                        tr.appendChild(td2);
    396400                        tr.appendChild(td4);
Note: See TracChangeset for help on using the changeset viewer.