3 <!--SEE CHANGELOG FOR CHANGES SINCE PREVIOUS VERSION-->
7 <meta charset="utf-8"></meta>
9 REMOTEworks: Remote Experiment Interface
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>
20 $("#about").click(function(e){
21 alert("REMOTEworks Version 0.01");
31 <div id="container" style="width:1250px">
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™ Ver No: 0.01 </p>
38 <div id="controlPane" style="background-color:lightgrey;width:200px;float:left;">
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/>
45 <input type="submit" value="Login">
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">
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">
59 <!--Seperator to divide the controlpane and the contentpane-->
60 <div id="seperator" style="background-color:black;width:50;">
63 <!--The contentpane is the main area for dispaying data-->
64 <div id="contentpane">
65 <p style="text-align:center;">
66 Welcome to REMOTEworks™. 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/>