source: schedule/authenticate/body.php@ 17546

Last change on this file since 17546 was 17546, checked in by tose, 11 years ago
Removed chart function
File size: 2.6 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <title>FACT Scheduling</title>
6 <meta name="keywords" content="" />
7 <meta name="description" content="" />
8 <script src="js/function.js"></script>
9 <?php include 'Module/control.php'; ?>
10 <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
11 </head>
12
13 <body style="background-color: #000;">
14 <div id="bg2"></div>
15 <div id="wrapper1">
16 <div id="header2">
17 <ul><li><a href="http://www.fact-project.org">FACT <li2>OBSERVATION SCHEDULING</li2></a></li></ul>
18 <div class="clear"></div>
19 </div>
20 <div id="content_bg_top"></div>
21 <div id="content_box">
22 <div id="column_box">
23 <div id="column1">
24 <div id="calendar" align="center"><?php require_once 'Module/calendar.php'; ?></div>
25 </div>
26 <div id="column3">
27 </div>
28 <div class="clear">
29 </div>
30 </div>
31 <div style="width:100%;" align="right" id='btn'>
32 <input type="button" id="save" value="SAVE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;
33 <input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
34 </div>
35 <div style="border:2px solid white; width:100%;" id="Scheduling">
36 <table width="100%" id="TableHolder" >
37 <tr>
38 <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Time</td>
39 <td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Measurement</td>
40 <td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Source list</td>
41 <td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Value</td>
42 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
43 </tr>
44 </table>
45 <div id="Data"><script>addRowClone();</script></div>
46 </div>
47
48 <div id="footer_bot">
49 <p>&copy; 2012 FACT Project Design by i-SoftTech</p>
50 <p>Western Mindanao State University (<strong><a href="http://www.wmsu.edu.ph">WMSU</a>,Philippines</strong>)</p>
51 </div>
52 </div>
53 <div id="data"></div>
54 <div id="day"></div>
55 </div>
56 </body>
57</html>
Note: See TracBrowser for help on using the repository browser.