source: schedule/Module/Scheduling.php@ 16362

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