From e5e34a036766927b31cff77d9583cb7b384e585a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 10 Aug 2011 17:59:14 -0700 Subject: [PATCH] Split into client and conn-list UIs, split CSS, stub for login handling and auth. --- guacamole/src/main/webapp/client.xhtml | 332 ++++++++++++++++++ guacamole/src/main/webapp/index.xhtml | 306 +--------------- .../styles/{guacamole.css => client.css} | 104 ------ guacamole/src/main/webapp/styles/login.css | 138 ++++++++ 4 files changed, 479 insertions(+), 401 deletions(-) create mode 100644 guacamole/src/main/webapp/client.xhtml rename guacamole/src/main/webapp/styles/{guacamole.css => client.css} (65%) create mode 100644 guacamole/src/main/webapp/styles/login.css diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml new file mode 100644 index 000000000..97bdb6410 --- /dev/null +++ b/guacamole/src/main/webapp/client.xhtml @@ -0,0 +1,332 @@ + + + + + + + + + + + + Guacamole ${project.version} + + + + + + + + + +
+ +
+
+ + + +
+
+
+

+
+
+
+
+ + + + + + + + + + + + + + + + diff --git a/guacamole/src/main/webapp/index.xhtml b/guacamole/src/main/webapp/index.xhtml index eaebf3a66..dabd762d0 100644 --- a/guacamole/src/main/webapp/index.xhtml +++ b/guacamole/src/main/webapp/index.xhtml @@ -23,9 +23,8 @@ - - - Guacamole + + Guacamole ${project.version} @@ -69,59 +68,11 @@ -