Ignore:
Timestamp:
05/26/13 16:44:43 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/authenticate/body.php

    r16276 r16277  
    5959                                                <input type="button" id="save" value="SAVE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;<input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
    6060                                        </div>
    61                                                 <div style="border:2px solid white; width:100%;">
    62                                                         <table width="100%" id="TableHolder" >
    63                                                                 <tr>
    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>
    67                                                                         <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
    68                                                                         <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
    69                                                                         <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
    70                                                                 </tr>
    71                                                                 <tr>
    72                                                                
    73                                                                        
    74                                                                         <td style="border:0px solid white; color:#37DFB1; font-size:14px;"   colspan="4">&nbsp;</td>
    75                                                                 </tr>
    76                                                        
    77                                                         </table>
    78                                                         <table width="100%" id="TableH">
    79                                                         </table>
    80                                                         <table width="100%" id="TableH1">
    81                                                         </table>
    82                                                        
    83                                                         <table width="100%">
    84                                                                 <tr>
    85                                                                
    86                                                                
    87                                                                         <td style="border:0px solid white; color:#37DFB1; font-size:14px;"  width="80%" align="center">&nbsp;</td>
    88                                                                
    89                                                                 </tr>
    90                                                         </table>
    91                                                        
     61                                                <div style="border:2px solid white; width:100%;" id="Scheduling">
     62                                                        <script type="text/javascript">
     63                                                                $(document).ready(function(){
     64                                                                        $('#Scheduling').fadeIn('slow').load('module/Scheduling.php');
     65                                                                });
     66                                                        </script>
    9267                                                </div>
    9368                                                <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
Note: See TracChangeset for help on using the changeset viewer.