From 38dfc3128a8f10788df55ef1e57026f7501827d1 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 11 Nov 2012 23:52:34 -0800 Subject: [PATCH] Partial conversion to new UI paradigm and manager. --- guacamole/src/main/webapp/client.xhtml | 13 +- .../src/main/webapp/scripts/client-ui.js | 246 ++++++++++++++++++ guacamole/src/main/webapp/scripts/guac-ui.js | 208 +++++++++++++++ .../src/main/webapp/scripts/interface.js | 123 +-------- guacamole/src/main/webapp/styles/client.css | 32 ++- 5 files changed, 491 insertions(+), 131 deletions(-) create mode 100644 guacamole/src/main/webapp/scripts/client-ui.js create mode 100644 guacamole/src/main/webapp/scripts/guac-ui.js diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index f5dc86190..286753920 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -40,11 +40,16 @@ + + -
- - +
+
+ +
+ +
@@ -78,6 +83,8 @@ + +