Ignore:
Timestamp:
06/23/13 09:54:35 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/authenticate/body.php

    r16738 r16894  
    55include 'function/sourcelist.php';
    66
    7 include 'function/function.php';
     7//include 'function/function.php';
    88 ?>
    99
     
    1717        <meta name="keywords" content="" />
    1818        <meta name="description" content="" />
     19                        <script src="js/function.js"></script>
    1920        <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
    2021    </head>
     
    5657                                        </div>
    5758                                        </div>
    58                                         <div style="width:100%;" align="right">
    5959                                       
    60                                        
     60                                        <div style="width:100%;" align="right" id='btn'>
    6161                                                <?php include 'function/button.php';  ?>
    62                                        
    6362                                        </div>
    6463                                                <div style="border:2px solid white; width:100%;" id="Scheduling">
    6564                                                <?php
    66                                                
    6765                                                include 'function/SplitDelete.php';
    68                                
    6966                                                ?>
    70                                                
    71                                                         <script type="text/javascript">
    72                                                                 // $(document).ready(function(){
    73                                                                
    74                                                                                
    75                                                                         // $('#Scheduling').fadeOut('slow').load('Module/Scheduling.php').fadeIn('slow');
    76                                                                
    77                                                                 // });
    78                                                         </script>
    7967                                                        <table width="100%" id="TableHolder" >
    8068
    81         <tr>
    82                 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
    83                
    84                 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
    85                 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
    86                 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
    87                 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
    88         </tr>
    89         <tr>
    90        
    91                
    92                 <td style="border:0px solid white; color:#37DFB1; font-size:14px;"   colspan="4">&nbsp;</td>
    93         </tr>
     69                                                                <tr>
     70                                                                        <td width="229" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center"  >Time</td>
     71                                                                       
     72                                                                        <td width="184" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center"  >Measurement</td>
     73                                                                        <td width="210" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center"  >Source list</td>
     74                                                                        <td width="280" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center"  >Value</td>
     75                                                                        <td width="69" style="border:1px solid white; color:#37DFB1; font-size:12px;" align="center" >Transaction</td>
     76                                                                </tr>
     77                                                                <tr>
     78                                                               
     79                                                                       
     80                                                                        <td style="border:0px solid white; color:#37DFB1; font-size:14px;"   colspan="4">&nbsp;</td>
     81                                                                </tr>
    9482
    95 </table>
    96 <table width="100%" id="TableH" class="myTable">
    97 </table>
    98 <table width="100%" id="TableH1" class="myTable">
    99 </table>
     83                                                        </table>
     84                                                        <table width="100%" id="TableH" class="myTable">
     85                                                        </table>
     86                                                        <table width="100%" id="TableH1" class="myTable">
     87                                                        </table>
    10088
    101 <table width="100%">
    102         <tr>
    103        
    104        
    105                 <td style="border:0px solid white; color:#37DFB1; font-size:14px;"  width="80%" align="center">&nbsp;</td>
    106        
    107         </tr>
    108 </table>
     89                                                        <table width="100%">
     90                                                                <tr>
     91                                                               
     92                                                               
     93                                                                        <td style="border:0px solid white; color:#37DFB1; font-size:14px;"  width="80%" align="center">&nbsp;</td>
     94                                                               
     95                                                                </tr>
     96                                                        </table>
    10997                                                </div>
    11098                                                <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
Note: See TracChangeset for help on using the changeset viewer.