Changeset 16277 for schedule/authenticate
- Timestamp:
- 05/26/13 16:44:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/authenticate/body.php
r16276 r16277 59 59 <input type="button" id="save" value="SAVE" class="button" title="Click to save"> <input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night"> 60 60 </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"> </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"> </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> 92 67 </div> 93 68 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
Note:
See TracChangeset
for help on using the changeset viewer.