aboutsummaryrefslogtreecommitdiff
path: root/web/smootlight.html
blob: ff50964b2042f915dd414c1cd679e25b897fdda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<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>