Changeset 16982 for schedule/authenticate/body.php
- Timestamp:
- 07/24/13 04:31:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/authenticate/body.php
r16952 r16982 62 62 </div> 63 63 <div style="border:2px solid white; width:100%;" id="Scheduling"> 64 <?php 65 include 'function/SplitDelete.php'; 66 ?> 64 67 65 <table width="100%" id="TableHolder" > 68 66 … … 71 69 72 70 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td> 73 <td width="1 45" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>74 <td width=" 316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>71 <td width="185" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td> 72 <td width="290" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td> 75 73 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td> 76 74 </tr> 77 <tr>78 75 79 80 <td> <div align="center">81 <input type="button" class="button" value="Add Observation" onClick="addRowClone();"/>82 </div></td>83 </tr>84 76 85 77 </table> 86 78 <?php 79 include 'function/SplitDelete.php'; 80 ?> 87 81 88 82 <div id="Data">
Note:
See TracChangeset
for help on using the changeset viewer.