1 | <?php
|
---|
2 |
|
---|
3 | ini_set('error_reporting', E_ALL | E_STRICT);
|
---|
4 | ini_set('display_errors', 'Off');
|
---|
5 | include 'function/sourcelist.php';
|
---|
6 | include 'function/SplitDelete.php';
|
---|
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 | <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"> <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 | <td height="45" align="center" style="border:0px solid white; color:#37DFB1; font-size:10px;" >
|
---|
72 | <p><strong>Start Time</strong> </p>
|
---|
73 | <p>
|
---|
74 | <input type="time" value="19:00" >
|
---|
75 | </p></td>
|
---|
76 |
|
---|
77 | <td style="border:0px solid white; color:#37DFB1; font-size:14px;" colspan="4"> </td>
|
---|
78 | </tr>
|
---|
79 |
|
---|
80 | </table>
|
---|
81 | <table width="100%" id="TableH">
|
---|
82 | </table>
|
---|
83 | <table width="100%" id="TableH1">
|
---|
84 | </table>
|
---|
85 |
|
---|
86 | <table width="100%">
|
---|
87 | <tr>
|
---|
88 |
|
---|
89 | <td width="19.4%" align="center" style="border:0px solid white; color:#37DFB1; font-size:10.5px;"><p><strong>End Time</strong>
|
---|
90 | </p>
|
---|
91 | <p>
|
---|
92 | <input type="time" value="07:00">
|
---|
93 | </p></td>
|
---|
94 | <td style="border:0px solid white; color:#37DFB1; font-size:14px;" width="80%" align="center"> </td>
|
---|
95 |
|
---|
96 | </tr>
|
---|
97 | </table>
|
---|
98 |
|
---|
99 | </div>
|
---|
100 | <div style="border:2px solid white; width:100%;" align="center" id="SchedulingAppend">
|
---|
101 | </div>
|
---|
102 | <div style="border:2px solid white; width:100%;" align="center">
|
---|
103 | </div>
|
---|
104 |
|
---|
105 | <div id="footer_bot">
|
---|
106 | <p>© 2012 FACT Project Design by i-SoftTech</p>
|
---|
107 | <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
|
---|
108 | </div>
|
---|
109 | </div>
|
---|
110 | <div id="data"></div>
|
---|
111 | <div id="day"></div>
|
---|
112 |
|
---|
113 |
|
---|
114 | </div>
|
---|
115 |
|
---|
116 | </body>
|
---|
117 | </html>
|
---|