Changeset 16721 for schedule/authenticate/body.php
- Timestamp:
- 06/05/13 05:45:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/authenticate/body.php
r16279 r16721 60 60 </div> 61 61 <div style="border:2px solid white; width:100%;" id="Scheduling"> 62 <?php 63 64 include 'function/SplitDelete.php'; 65 // include 'Module/Scheduling'; 66 ?> 67 62 68 <script type="text/javascript"> 63 $(document).ready(function(){ 64 $('#Scheduling').fadeIn('slow').load('Module/Scheduling.php'); 65 }); 69 // $(document).ready(function(){ 70 71 72 // $('#Scheduling').fadeOut('slow').load('Module/Scheduling.php').fadeIn('slow'); 73 74 // }); 66 75 </script> 76 <table width="100%" id="TableHolder" > 77 78 <tr> 79 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td> 80 81 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td> 82 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td> 83 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td> 84 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td> 85 </tr> 86 <tr> 87 88 89 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4"> </td> 90 </tr> 91 92 </table> 93 <table width="100%" id="TableH" class="myTable"> 94 </table> 95 <table width="100%" id="TableH1" class="myTable"> 96 </table> 97 98 <table width="100%"> 99 <tr> 100 101 102 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center"> </td> 103 104 </tr> 105 </table> 67 106 </div> 68 107 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
Note:
See TracChangeset
for help on using the changeset viewer.