Changeset 17460
- Timestamp:
- 01/04/14 08:33:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17459 r17460 472 472 newtr<?php echo $cnt; ?>.appendChild(newtd_c5); 473 473 newInnertable.appendChild(newtr<?php echo $cnt; ?>); 474 475 <?php 476 //$rows = mysql_fetch_array($fetch); 477 478 $cnt++; 479 $prevtimestamp = $timestamp; 480 } 481 ?> 474 482 475 var newtd_c6 = document.createElement("td"); 483 476 newtd_c6.appendChild(newInnertable); … … 506 499 } else { 507 500 targetView.appendChild(newdiv); 508 //$(targetView).after(newtr<?php echo $cnt; ?>);509 501 } 510 502 503 504 505 <?php 506 $cnt++; 507 $prevtimestamp = $timestamp; 508 } 509 ?> 511 510 <?php 512 511 } … … 519 518 <?php 520 519 } 521 522 520 ?> 523 524 521 525 522 } 526 523
Note:
See TracChangeset
for help on using the changeset viewer.