Merge remote-tracking branch 'upstream/master' into dilatometer
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3   <head>
4     <title>MCTX3420 Web Interface</title>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6     <script type="text/javascript" src="static/jquery-1.10.1.min.js"></script>
7     <script type="text/javascript" src="static/mctx.gui.js"></script>
8     
9     <link rel="stylesheet" type="text/css" href="static/style.css">
10     <link rel="stylesheet" type="text/css" href="static/nav-menu.css">
11     <script type="text/javascript">
12       runBeforeLoad().done(function () {
13         $(document).ready(function () {
14        });       
15       }).always(function () {
16         $(document).ready(function () {
17           //$("#sidebar-menu").populateNavMenu();
18         });
19       });
20
21     </script>
22   </head>
23   
24   <body>
25     <div id="header-wrap">
26       <div id="header">
27         <div id="leftnav">
28           <a href="http://www.uwa.edu.au/" target="_blank">
29             <img alt = "The University of Western Australia"
30             src="static/uwacrest-text.png">
31           </a>
32           <span id="title">Exploding Cans</span>
33         </div>
34         <div id="rightnav">
35           <span id="welcome-container">
36           </span>
37           <span id="date">
38             <script type="text/javascript">getDate();</script>
39           </span>
40           <div id="logout-container">
41             <form action="#">
42               <div>
43                 <input type="button" id="change-password" value="Change password">
44                 <input type="button" id="logout" value="Logout">
45               </div>
46             </form>
47           </div>
48         </div>
49         <div class="clear"></div>
50       </div>
51     </div>
52     <!-- End header -->
53     
54     <div id="content-wrap">
55       <noscript>
56         <div class="widget centre">
57           <div class="title">JavaScript required</div>
58           This website requires JavaScript to function correctly.
59           Please enable JavaScript to use this site.
60         </div>
61       </noscript>
62
63       <div id="content">
64         <div class="widget" id="sidebar-show">&gt;</div>
65         <div id="sidebar">
66           <div class="widget">
67             <div id="sidebar-hide">&lt;</div>
68             <div class="title">Navigation menu</div>
69             <div id="sidebar-menu" class="nav-menu">
70               <ul>
71                 <li><a href="index.html"><span>Home</span></a></li>
72                 <li><a href="control.html"><span>Experiment control</span></a></li>
73                 <li><a href="graph.html"><span>Experiment graphs</span></a></li>
74                 <li><a href="values.html"><span>Experiment data (live)</span></a></li>
75                 <li><a href="data.html"><span>Experiment data</span></a></li>
76                 <li><a href="pintest.html"><span>Pin debugging</span></a></li>
77                 <li class="last"><a href="help.html"><span>Help</span></a></li>
78               </ul>
79             </div>
80           </div>
81         </div>
82         <!-- End sidebar -->
83
84         <div id="main">
85           <div class="widget">
86             <div class="title centre">Welcome</div>
87               <p>
88                 Welcome to the MCTX3420 remote pressure vessel experiment site!
89               </p>
90               <p>
91                 To explore how this system works, hover over the elements of the
92                 system diagram below. Clicking each element will lead to a new
93                 page that briefly describes that component of the system.
94               </p>
95               <p>
96                 For the full documentation, see the project wiki at:
97                 <a href="https://github.com/szmoore/MCTX3420/wiki">
98                   https://github.com/szmoore/MCTX3420/wiki
99                 </a>
100               </p>
101               <p>
102                 To begin a new experiment, use the left navigation pane.
103               </p>
104           </div>
105           <div class="widget">
106             <div class="title">System diagram</div>
107             <img id="sbd" src="static/sbd4.png" class="centre" alt="System diagram" usemap="#sbd-map">
108             <map name="sbd-map">
109               <area shape="rect" coords="8,72,105,118" href="https://github.com/szmoore/MCTX3420/wiki/System-Overview#control" target="_blank" alt="Client PC" title="You">
110               <area shape="rect" coords="176,72,275,118" href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-BeagleBone" target="_blank" alt="BBB">
111               <area shape="rect" coords="298,53,395,145" href="https://github.com/szmoore/MCTX3420/wiki/System-Overview#electronics" target="_blank" alt="Electronics">
112               <area shape="rect" coords="446,53,543,145" href="https://github.com/szmoore/MCTX3420/wiki/System-Overview#pneumatics" target="_blank" alt="Pneumatics">
113               <area shape="rect" coords="218,191,315,237" href="https://github.com/szmoore/MCTX3420/wiki/System-Overview#sensors" target="_blank" alt="Sensors">
114               <area shape="rect" coords="418,191,515,237" href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Sensors#camera" target="_blank" alt="Camera">
115               <area shape="rect" coords="218,237,315,285" href="#" alt="Strain Can">
116               <area shape="rect" coords="418,237,515,285" href="#" alt="Explode Can" title="Won't happen">
117               <area shape="rect" coords="87,191,183,237" href="https://github.com/szmoore/MCTX3420/wiki/System-Overview#case" target="_blank" alt="Case" id="case-btn">
118               <area shape="rect" coords="87,257,183,303" href="https://github.com/szmoore/MCTX3420/wiki/Hardware:-Mounting" target="_blank" alt="Mounting" id="mounting-btn">
119               <area shape="rect" coords="210,182,540,317" alt="Mounting Area" id="mounting-area">
120               <area shape="poly" coords="172,27,548,27,548,317,212,317,212,156,172,156" alt="case Area" id="case-area">
121             </map>
122             <script type="text/javascript" src="static/jquery.maphilight.min.js">
123
124             </script>
125             <script type="text/javascript">
126               $("#sbd").maphilight({
127                 fillOpacity: 0.4,
128                 strokeColor: '000000',
129                 strokeOpacity: 0.7
130               });
131
132               $.fn.hilightToggle = function (on) {
133                 var data = $(this).data("maphilight") || {};
134                 data.neverOn = !on;
135                 $(this).data("maphilight", data);
136                 return this;
137               };
138
139               $("#mounting-area").hilightToggle(false);
140               $("#case-area").hilightToggle(false);
141
142               $("#mounting-btn").mouseover(function () {
143                 $("#mounting-area").hilightToggle(true).mouseover();
144               }).mouseout(function () {
145                 $("#mounting-area").hilightToggle(false);
146               });
147
148               $("#case-btn").mouseover(function () {
149                 $("#case-area").hilightToggle(true).mouseover();
150               }).mouseout(function () {
151                 $("#case-area").hilightToggle(false);
152               });
153
154             </script>
155             
156             <div class="clear"></div>
157           </div>
158         </div>
159     </div>
160       <!-- End main content -->
161     </div>
162   </body>
163 </html>

UCC git Repository :: git.ucc.asn.au