source: schedule/Module/Scheduling.php@ 17553

Last change on this file since 17553 was 17553, checked in by tose, 11 years ago
Adjust header widths
File size: 757 bytes
Line 
1<?php
2 include '../include/factdb.php';
3 include 'control.php';
4?>
5<table width="100%" id="TableHolder" >
6
7 <tr>
8 <td width="15%" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
9
10 <td width="15%" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>
11 <td width="15%" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>
12 <td style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>
13 <td width="18%" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
14 </tr>
15</table>
16 <div id="Data">
17 <script>addRowClone();/script>
18 </div>
Note: See TracBrowser for help on using the repository browser.