source: schedule/authenticate/body.php@ 16112

Last change on this file since 16112 was 16112, 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';
6include 'function/SplitDelete.php';
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: 300px"></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%;">
62 <table width="100%" id="TableHolder" >
63 <tr>
64 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
65 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>
66 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>
67 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>
68 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
69 </tr>
70 <tr>
71
72
73 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4">&nbsp;</td>
74 </tr>
75
76 </table>
77 <table width="100%" id="TableH">
78 </table>
79 <table width="100%" id="TableH1">
80 </table>
81
82 <table width="100%">
83 <tr>
84
85
86 <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center">&nbsp;</td>
87
88 </tr>
89 </table>
90
91 </div>
92 <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
93 </div>
94 <div style="border:2px solid white; width:100%;" align="center">
95 </div>
96
97 <div id="footer_bot">
98 <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
99 <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
100 </div>
101 </div>
102 <div id="data"></div>
103 <div id="day"></div>
104
105
106 </div>
107
108 </body>
109</html>
Note: See TracBrowser for help on using the repository browser.