source: schedule/authenticate/body.php@ 16723

Last change on this file since 16723 was 16723, checked in by tanio, 11 years ago
File size: 3.8 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 <input type="button" id="save" value="SAVE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;<input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
60 </div>
61 <div style="border:2px solid white; width:100%;" id="Scheduling">
62 <?php
63
64 include 'function/SplitDelete.php';
65 // include 'Module/Scheduling';
66 ?>
67
68 <script type="text/javascript">
69 // $(document).ready(function(){
70
71
72 // $('#Scheduling').fadeOut('slow').load('Module/Scheduling.php').fadeIn('slow');
73
74 // });
75 </script>
76 <table width="100%" id="TableHolder" >
77
78 <tr>
79 <td width="219" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
80
81 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>
82 <td width="200" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>
83 <td width="265" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>
84 <td width="118" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
85 </tr>
86 <tr>
87
88
89 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4">&nbsp;</td>
90 </tr>
91
92</table>
93<table width="100%" id="TableH" class="myTable">
94</table>
95<table width="100%" id="TableH1" class="myTable">
96</table>
97
98<table width="100%">
99 <tr>
100
101
102 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center">&nbsp;</td>
103
104 </tr>
105</table>
106 </div>
107 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
108 </div>
109 <div style="border:2px solid white; width:100%;" align="center">
110 </div>
111
112 <div id="footer_bot">
113 <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
114 <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
115 </div>
116 </div>
117 <div id="data"></div>
118 <div id="day"></div>
119
120
121 </div>
122
123 </body>
124</html>
Note: See TracBrowser for help on using the repository browser.