Changeset 16738 for schedule/authenticate/body.php
- Timestamp:
- 06/06/13 06:31:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/authenticate/body.php
r16723 r16738 57 57 </div> 58 58 <div style="width:100%;" align="right"> 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"> 59 60 61 <?php include 'function/button.php'; ?> 62 60 63 </div> 61 64 <div style="border:2px solid white; width:100%;" id="Scheduling"> … … 63 66 64 67 include 'function/SplitDelete.php'; 65 // include 'Module/Scheduling';68 66 69 ?> 67 70 … … 77 80 78 81 <tr> 79 <td width=" 219" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>82 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td> 80 83 81 84 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td> 82 <td width=" 200" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>83 <td width=" 265" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>84 <td width="1 18" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</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> 85 88 </tr> 86 89 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.