Merge pull request #70 from Callum-/dilatometer
[matches/MCTX3420.git] / testing / CansWebInterface / WidgetCode / controlWidget
1 <div class="title">Controls</div>
2         <b>Main controls</b>
3         <form id="main_controls" action="">
4                 <table>
5                         <tr>
6                                 <td>Experiment name</td>
7                                 <td><input name="experiment_name" type="text"></td>
8                         </tr>
9                         <tr>
10                         <td>Experiment mode</td>
11                         <td>
12                                 <input name="experiment_type" value="strain" type="radio"> Strain it
13                                 <input name="experiment_type" value="explode" type="radio"> Explode it
14                         </td>
15                         </tr>
16                         <tr>
17                         <td>
18                         </td>
19                                 <td align="right">
20                                 <input type="submit" value="Start">
21                                 <input type="submit" value="Pause">
22                                 <input type="submit" value="Stop">
23                         </td>
24                 </tr>
25                 </table>
26         </form>

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