]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fex
authorMichael Wiebusch <stratomaster@gmx.net>
Mon, 5 Aug 2013 15:19:20 +0000 (17:19 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Mon, 5 Aug 2013 15:19:20 +0000 (17:19 +0200)
tools/testgui.pl

index d1d1105dcbc95161de4d57d89414624fa5b274ba..faccd4cb8443e1c1ce65b79c36f1e0966762c13d 100755 (executable)
@@ -152,9 +152,15 @@ print start_html(
 print_setupStructure();
 
 print "<p>";
+print "<table>";
+print "<tr>";
+print "<td>run for [s]</td>";
+print "</tr><tr>";
+print "<td>";
 print q%<input type='text' id='runtime' value='0.2'>%;
+print "</td><td>";
 print q%<input type='button' onClick='run(document.getElementById("runtime").value)' value='run'>%;
-
+print "</td><td>";
 
 
 
@@ -172,6 +178,9 @@ print "</script>";
 print "<input type='button' value='show/hide debug output' onclick='toggleVis(\"theConsole\")'>";
 print "<div id='theConsole'>[the \"console\"]</div>";
 
+print "</td></tr>";
+print "</table>";
+
 print "</p>";
 
 print end_html;