Fix dilatometer, other misc stuff
[matches/MCTX3420.git] / testing / ver0.01 / index.html
1 <! DOCTYPE html>
2 <!--VERSION 0.01.02-->
3 <!--SEE CHANGELOG FOR CHANGES SINCE PREVIOUS VERSION-->
4 <!--INTERFACE PAGE-->
5
6 <html lan="us">
7 <meta charset="utf-8"></meta>
8 <title>
9 REMOTEworks: Remote Experiment Interface 
10 </title>
11
12
13 <head>
14 <script src="jquery-ui-1.10.3.custom/js/jquery-1.9.1.js"></script>
15 <script src="jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.js"></script>
16 <link rel="stylesheet" href="jquery-ui-1.10.3.custom/css/black-tie/jquery-ui-1.10.3.custom.css"></link>
17
18 <script>
19         $( function() {
20         $("#about").click(function(e){
21         alert("REMOTEworks Version 0.01");
22         });     
23         });
24 </script>
25
26 </head>
27
28 <body>
29
30
31 <div id="container" style="width:1250px">
32
33 <!--The title block holds the title and version number information-->
34         <div id="title block" style="background-color:grey;text-align:right;color:ivory;">
35                 <p> REMOTEworks&#8482; Ver No: 0.01 </p>
36         </div>
37         
38         <div id="controlPane" style="background-color:lightgrey;width:200px;float:left;">
39
40
41                 <form style="text-align:center;" name="input" action="html_form_action.asp" method="get">
42                         Username: <input type="text" name="user"><br/>
43                         Password: <input type="password" name="password"><br/>
44                         <br/>
45                         <input type="submit" value="Login">
46                 </form>
47                 <button style="width:90px;margin:4px;background-color:darkgrey;color:white;" id="button" class="ui-button ui-widgetui-state-default ui-corner-all ui-button-text-only" value="Request Access" role="button">
48                         <span class="ui-button-text">
49                                 Access
50                         </span>
51                 </button>
52                 <button style="width:90px;margin:4px;background-color:darkgrey;color:white;" id="about" class="ui-button ui-widgetui-state-default ui-corner-all ui-button-text-only" value="Request Access" role="button">
53                         <span class="ui-button-text">
54                                 About
55                         </span>
56                 </button>
57         </div>
58         
59 <!--Seperator to divide the controlpane and the contentpane-->  
60         <div id="seperator" style="background-color:black;width:50;">
61         </div>
62         
63 <!--The contentpane is the main area for dispaying data-->
64 <div id="contentpane">
65 <p style="text-align:center;"> 
66         Welcome to REMOTEworks&#8482;. Please login to access the Experiment Interface.<br/>
67         If you do not have a login please select the access button and follow the prompts top request access<br/>
68         
69 </p>
70
71
72
73 </body>
74 </html>

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