Added new GUI with refreshing interface.
[matches/MCTX3420.git] / testing / CansWebInterface / WidgetCode / controlWidget
diff --git a/testing/CansWebInterface/WidgetCode/controlWidget b/testing/CansWebInterface/WidgetCode/controlWidget
new file mode 100644 (file)
index 0000000..24d6ba9
--- /dev/null
@@ -0,0 +1,26 @@
+<div class="title">Controls</div>
+       <b>Main controls</b>
+       <form id="main_controls" action="">
+               <table>
+                       <tr>
+                               <td>Experiment name</td>
+                               <td><input name="experiment_name" type="text"></td>
+                       </tr>
+                       <tr>
+                       <td>Experiment mode</td>
+                       <td>
+                               <input name="experiment_type" value="strain" type="radio"> Strain it
+                               <input name="experiment_type" value="explode" type="radio"> Explode it
+                       </td>
+                       </tr>
+                       <tr>
+                       <td>
+                       </td>
+                               <td align="right">
+                               <input type="submit" value="Start">
+                               <input type="submit" value="Pause">
+                               <input type="submit" value="Stop">
+                       </td>
+               </tr>
+               </table>
+       </form>

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