source: schedule/authenticate/body.php@ 16757

Last change on this file since 16757 was 16738, checked in by tanio, 13 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
7include '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 <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
20 </head>
21 <body style="background-color: #000;">
22 <div id="bg2"></div>
23 <div id="wrapper1">
24 <div id="header2">
25 <ul>
26 <li><a href="http://www.fact-project.org">FACT <li2>OBSERVATION SCHEDULING</li2></a></li>
27 </ul>
28 <div class="clear"></div>
29 </div>
30 <div id="content_bg_top"></div>
31 <div id="content_box">
32
33 <br />
34 <div id="column_box">
35 <div id="column1">
36
37 <div id="calendar" align="center">
38
39 <?php require_once 'Module/calendar.php'; ?>
40 </div>
41 <br/>
42 <div width="100px">
43 <!-- AKI -->
44 <?php
45 include 'search.php';
46 ?>
47
48 <br />
49 </div>
50 </div>
51 <div id="column3">
52 <div id="Graph" style="height: 400px"></div>
53
54 </div>
55 <div class="clear">
56 </div>
57 </div>
58 <div style="width:100%;" align="right">
59
60
61 <?php include 'function/button.php'; ?>
62
63 </div>
64 <div style="border:2px solid white; width:100%;" id="Scheduling">
65 <?php
66
67 include 'function/SplitDelete.php';
68
69 ?>
70
71 <script type="text/javascript">
72 // $(document).ready(function(){
73
74
75 // $('#Scheduling').fadeOut('slow').load('Module/Scheduling.php').fadeIn('slow');
76
77 // });
78 </script>
79 <table width="100%" id="TableHolder" >
80
81 <tr>
82 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
83
84 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>
85 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>
86 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>
87 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
88 </tr>
89 <tr>
90
91
92 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4">&nbsp;</td>
93 </tr>
94
95</table>
96<table width="100%" id="TableH" class="myTable">
97</table>
98<table width="100%" id="TableH1" class="myTable">
99</table>
100
101<table width="100%">
102 <tr>
103
104
105 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center">&nbsp;</td>
106
107 </tr>
108</table>
109 </div>
110 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
111 </div>
112 <div style="border:2px solid white; width:100%;" align="center">
113 </div>
114
115 <div id="footer_bot">
116 <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
117 <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
118 </div>
119 </div>
120 <div id="data"></div>
121 <div id="day"></div>
122
123
124 </div>
125
126 </body>
127</html>
Note: See TracBrowser for help on using the repository browser.