source: schedule/authenticate/body.php@ 16926

Last change on this file since 16926 was 16926, checked in by tanio, 11 years ago
File size: 3.6 KB
Line 
1 <?php
2
3ini_set('error_reporting', E_ALL | E_STRICT);
4ini_set('display_errors', 'Off');
5include 'function/sourcelist.php';
6
7//include 'function/function.php';
8 ?>
9
10
11
12<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
13<html xmlns="http://www.w3.org/1999/xhtml">
14 <head>
15 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
16 <title>FACT project</title>
17 <meta name="keywords" content="" />
18 <meta name="description" content="" />
19 <script src="js/function.js"></script>
20 <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
21 </head>
22 <body style="background-color: #000;">
23 <div id="bg2"></div>
24 <div id="wrapper1">
25 <div id="header2">
26 <ul>
27 <li><a href="http://www.fact-project.org">FACT <li2>OBSERVATION SCHEDULING</li2></a></li>
28 </ul>
29 <div class="clear"></div>
30 </div>
31 <div id="content_bg_top"></div>
32 <div id="content_box">
33
34 <br />
35 <div id="column_box">
36 <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>
52 <div id="column3">
53 <div id="Graph" style="height: 400px"></div>
54
55 </div>
56 <div class="clear">
57 </div>
58 </div>
59
60 <div style="width:100%;" align="right" id='btn'>
61 <?php include 'function/button.php'; ?>
62 </div>
63 <div style="border:2px solid white; width:100%;" id="Scheduling">
64 <?php
65 include 'function/SplitDelete.php';
66 ?>
67 <table width="100%" id="TableHolder" >
68
69 <tr>
70 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
71
72 <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>
75 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
76 </tr>
77 <tr>
78
79
80 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4">&nbsp;</td>
81 </tr>
82
83 </table>
84 <table width="100%" id="TableH" class="myTable">
85 </table>
86 <table width="100%" id="TableH1" class="myTable">
87 </table>
88
89 <table width="100%">
90 <tr>
91
92
93 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center">&nbsp;</td>
94
95 </tr>
96 </table>
97 </div>
98 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
99 </div>
100 <div style="border:2px solid white; width:100%;" align="center">
101 </div>
102
103 <div id="footer_bot">
104 <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
105 <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
106 </div>
107 </div>
108 <div id="data"></div>
109 <div id="day"></div>
110
111
112 </div>
113
114 </body>
115</html>
Note: See TracBrowser for help on using the repository browser.