aboutsummaryrefslogtreecommitdiff
path: root/web/smootlight.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/smootlight.html')
-rw-r--r--web/smootlight.html17
1 files changed, 17 insertions, 0 deletions
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 @@
<head>
<title>SmootLight</title>
<script type='text/javascript' src='js/smootCanvas.js'></script>
+<script type='text/javascript' src='http://code.jquery.com/jquery-1.5.min.js'></script>
+<script type='text/javascript' src='js/control.js'></script>
+
+<style type='text/css'>
+ .invisible {
+ display: none;
+ }
+</style>
</head>
<body>
<canvas id='canvas' style='margin: 50px 25px;' width='800px' height='500px'></canvas>
<div id='connection'></div>
<div id='framerate'></div>
+
+ <div id='control'>
+ <form id='preferences' action='#'>
+ <select id='behaviors'>
+ <option>Loading behaviors&hellip;</option>
+ </select>
+ <input id='refreshBehaviorListButton' type='button' value='Refresh behavior list' onclick='refreshBehaviorList()' class='invisible' />
+ </form>
+ </div>
</body>
</html> \ No newline at end of file