source: schedule/Module/Scheduling.php@ 16750

Last change on this file since 16750 was 16750, checked in by tanio, 11 years ago
File size: 1.1 KB
Line 
1<?php
2 include '../include/factdb.php';
3
4 include '../function/SplitDelete.php';
5?>
6<table width="100%" id="TableHolder" >
7
8 <tr>
9 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
10
11 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>
12 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>
13 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>
14 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
15 </tr>
16 <tr>
17
18
19 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4">&nbsp;</td>
20 </tr>
21
22</table>
23<table width="100%" id="TableH" class="myTable">
24</table>
25<table width="100%" id="TableH1" class="myTable">
26</table>
27
28<table width="100%">
29 <tr>
30
31
32 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center">&nbsp;</td>
33
34 </tr>
35</table>
Note: See TracBrowser for help on using the repository browser.