Changeset 17458


Ignore:
Timestamp:
01/04/14 08:23:47 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17457 r17458  
    324324                $date_time = date('H:i:s',$timestamp);
    325325                $prev_time[$cnt3]= $date_time;
    326 
    327         while($rows = mysql_fetch_array($fetch))
    328         {
    329                         ?>
    330                         $('#save').attr('value','UPDATE');
     326?>
     327$('#save').attr('value','UPDATE');
    331328                        var targetView = document.getElementById("Data");
    332329                        // CREATE ELEMENT
     
    381378                        var newtr<?php echo $cnt; ?> = document.createElement("tr");
    382379                                newtr<?php echo $cnt; ?>.setAttribute('class','tr');
    383                        
     380               
     381        <?php
     382        while($rows = mysql_fetch_array($fetch))
     383        {
     384        ?>
    384385                        var newtd_c2 = document.createElement("td");
    385386                                newtd_c2.setAttribute("width","138");
Note: See TracChangeset for help on using the changeset viewer.