Ignore:
Timestamp:
07/24/13 04:31:08 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/authenticate/body.php

    r16952 r16982  
    6262                                        </div>
    6363                                                <div style="border:2px solid white; width:100%;" id="Scheduling">
    64                                                 <?php
    65                                                 include 'function/SplitDelete.php';
    66                                                 ?>
     64                                               
    6765                                                <table width="100%" id="TableHolder" >
    6866
     
    7169                                                                       
    7270                                                                        <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
    73                                                                         <td width="145" 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>
    7573                                                                        <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
    7674                                                                </tr>
    77                                                                 <tr>
    7875                                                               
    79                                                                        
    80                                                                         <td>    <div align="center">
    81                         <input type="button" class="button" value="Add Observation" onClick="addRowClone();"/>
    82                 </div></td>
    83                                                                 </tr>
    8476
    8577                                                        </table>
    86                
     78                <?php
     79                                                include 'function/SplitDelete.php';
     80                                                ?>
    8781       
    8882                                                        <div id="Data">
Note: See TracChangeset for help on using the changeset viewer.