diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-05-17 16:18:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-05-17 16:18:26 +0200 |
commit | 6bbda5aaa2714750ec21fc9dc1c13a16cc1f4cc1 (patch) | |
tree | cef88e6e70931ca4b388ec188076e75ec62befdc /munia.html | |
parent | 53258ceafbf07b759f6ea557452b77debe8095ad (diff) |
Multi board/observes in the client.
Diffstat (limited to 'munia.html')
-rw-r--r-- | munia.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -<!DOCTYPE html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en"> <head> <title>Munia</title> @@ -54,7 +55,7 @@ TaskProto: <input type="text" id="input_task_data" value="observe 0" onfocus="cl <input type="button" value="submit" onclick="task_submit()"/><br/> TaskMessages: <span id="wstask_lastmsg"></span><br/> </div> -<div id="board" class="board"></div> +<div id="boards" class="boards">!</div> <script type="text/javascript" charset="utf-8" src="/proto.js"></script> </body> |