Changeset 16276
- Timestamp:
- 05/26/13 15:00:29 (11 years ago)
- Location:
- schedule
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16112 r16276 28 28 $insert_count = 0; 29 29 30 $new_limit = $limtex;31 30 32 31 33 32 34 for($j=0;$j <= $new_limit;$j++){35 33 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 47 35 48 36 … … 50 38 51 39 for($i=0;$i<=$limtex-1;$i++){ 52 40 $select = explode(",",$SelectedSource); 53 41 $n1 = $n_value[$i]; 54 $select[$i];55 42 43 $selectf = $select[$i]; 56 44 //////Time//// 57 45 //$Timef = $Time[$i]; … … 81 69 82 70 } 83 //echo $new."<br />";84 71 85 72 $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 63 63 <tr> 64 64 <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> 65 67 <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>67 68 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td> 68 69 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td> -
schedule/function/SplitDelete.php
r16112 r16276 93 93 ); 94 94 tr.appendChild(td3); 95 tr.appendChild(td1); 95 96 tr.appendChild(td); 96 tr.appendChild(td1);97 97 98 tr.appendChild(td2); 98 99 tr.appendChild(td4); … … 192 193 ); 193 194 tr.appendChild(td3); 195 tr.appendChild(td1); 194 196 tr.appendChild(td); 195 tr.appendChild(td1);197 196 198 tr.appendChild(td2); 197 199 tr.appendChild(td4); … … 292 294 ); 293 295 tr.appendChild(td3); 296 tr.appendChild(td1); 294 297 tr.appendChild(td); 295 tr.appendChild(td1);298 296 299 tr.appendChild(td2); 297 300 tr.appendChild(td4); 298 301 table.appendChild(tr); 299 $('#TableH ').append(table);302 $('#TableH1').append(table); 300 303 } 301 304 function split1() … … 391 394 }); 392 395 tr.appendChild(td3); 396 tr.appendChild(td1); 393 397 tr.appendChild(td); 394 tr.appendChild(td1);398 395 399 tr.appendChild(td2); 396 400 tr.appendChild(td4);
Note:
See TracChangeset
for help on using the changeset viewer.