Ignore:
Timestamp:
01/03/14 09:23:03 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/authenticate/body.php

    r16982 r17422  
    1  <?php
    2 
    3 ini_set('error_reporting', E_ALL | E_STRICT);
    4 ini_set('display_errors', 'Off');
    5 include 'function/sourcelist.php';
    6 
    7 //include 'function/function.php';
    8  ?>
    9 
    10 
    11 
    121<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    132<html xmlns="http://www.w3.org/1999/xhtml">
     
    176        <meta name="keywords" content="" />
    187        <meta name="description" content="" />
    19                         <script src="js/function.js"></script>
    20         <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
     8                <script src="js/function.js"></script>
     9                <?php include 'Module/control.php';             ?>
     10                <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
    2111    </head>
    2212    <body style="background-color: #000;">
     
    2414                        <div id="wrapper1">
    2515                                        <div id="header2">
    26                                                 <ul>
    27                                                 <li><a href="http://www.fact-project.org">FACT <li2>OBSERVATION SCHEDULING</li2></a></li>
    28                                                 </ul>
     16                                                <ul><li><a href="http://www.fact-project.org">FACT <li2>OBSERVATION SCHEDULING</li2></a></li></ul>
    2917                                                <div class="clear"></div>
    3018                                        </div> 
    3119                                        <div id="content_bg_top"></div>
    32                                 <div id="content_box">
    33                                        
    34                                         <br />
     20                                        <div id="content_box">
    3521                                        <div id="column_box">
    3622                                                <div id="column1">
    37                                                                
    38                                                                 <div id="calendar" align="center">     
    39                                                                        
    40                                                                         <?php require_once 'Module/calendar.php'; ?>
    41                                                                 </div>
    42                                                                 <br/>
    43                                                                         <div width="100px">
    44                                                                                 <!-- AKI -->
    45                                                                                 <?php
    46                                         include 'search.php';
    47                                                                                 ?>
    48                                                                                
    49                                                                                 <br />
    50                                                                         </div>         
    51                                         </div>
     23                                                        <div id="calendar" align="center"><?php require_once 'Module/calendar.php'; ?></div>
     24                                                        <div><?php include 'search/search.php'; ?></div>               
     25                                                </div>
    5226                                        <div id="column3">
    5327                                                <div id="Graph" style="height: 400px"></div>
    54                                                
    5528                                        </div>
    5629                                        <div class="clear">
    5730                                        </div>
    5831                                        </div>
    59                                        
    6032                                        <div style="width:100%;" align="right" id='btn'>
    61                                                 <?php include 'function/button.php';  ?>
     33                                                <input type="button" id="save" value="SAVE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;
     34                                                <input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
    6235                                        </div>
    63                                                 <div style="border:2px solid white; width:100%;" id="Scheduling">
    64                                                
     36                                        <div style="border:2px solid white; width:100%;" id="Scheduling">
    6537                                                <table width="100%" id="TableHolder" >
    66 
    6738                                                                <tr>
    6839                                                                        <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
    69                                                                        
    7040                                                                        <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</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>
     41                                                                        <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
     42                                                                        <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
    7343                                                                        <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
    7444                                                                </tr>
    75                                                                
    76 
    77                                                         </table>
    78                 <?php
    79                                                 include 'function/SplitDelete.php';
    80                                                 ?>
    81        
    82                                                         <div id="Data">
    83         </div>
    84        
    85                                                 </div>
    86                                                
    87                                
    88                         <div id="footer_bot">
    89                                 <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
    90                                 <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
     45                                                </table>
     46                                                <div id="Data"><script>addRowClone();</script></div>
     47                                        </div>
     48                                <div id="footer_bot">
     49                                        <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
     50                                        <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
    9151                                </div>
    92                         </div>
    93                         <div id="data"></div>
    94                         <div id="day"></div>
    95                        
    96                        
     52                                </div>
     53                                <div id="data"></div>
     54                                <div id="day"></div>
    9755                </div>
    98 
    9956    </body>
    10057</html>
Note: See TracChangeset for help on using the changeset viewer.