From a742e43c387d089b344c0e293cf1b4292ee57c58 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 20 Feb 2011 22:55:41 -0500 Subject: Added dynamically generated behavior menu to Web interface The menu makes a GET request to obtain the available behaviors as a JSON list; it then generates a dropdown from which a behavior can be selected. You should change installationEntryPointURL in control.js to point to the appropriate resource. --- web/smootlight.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'web/smootlight.html') diff --git a/web/smootlight.html b/web/smootlight.html index b52a7e2..ff50964 100644 --- a/web/smootlight.html +++ b/web/smootlight.html @@ -2,11 +2,28 @@ SmootLight + + + +
+ +
+
+ + +
+
\ No newline at end of file -- cgit v1.2.3