Index: lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/struts/Attic/tiles-defs.xml,v diff -u -r1.11 -r1.12 --- lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml 21 Jun 2006 04:33:41 -0000 1.11 +++ lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml 2 Jul 2006 07:12:17 -0000 1.12 @@ -31,6 +31,11 @@ + + + + + @@ -74,8 +79,7 @@ - - + Index: lams_tool_chat/web/chat_client/chat_style.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/chat_client/Attic/chat_style.css,v diff -u -r1.3 -r1.4 --- lams_tool_chat/web/chat_client/chat_style.css 19 Jun 2006 23:25:38 -0000 1.3 +++ lams_tool_chat/web/chat_client/chat_style.css 2 Jul 2006 07:12:17 -0000 1.4 @@ -1,18 +1,21 @@ #chat_content { - width: 100%; - height: 600px; + width: 560px; padding: 12px; + + /* compensate for content image border */ + margin-left: 4px; } #chat_pane { - + width: 98%; } #iResp { - height: 400px; - margin-right: 8px; + height: 260px; + margin-right: 12px; + margin-left: 12px; overflow: scroll; - padding: 4px; + background-color: white; border: thin solid black; } @@ -33,7 +36,7 @@ #presence { float: right; width: 160px; - height: 400px; + height: 260px; overflow: hidden; } @@ -43,15 +46,12 @@ } #msgArea { - width: 100%; + margin-left: 12px; + margin-right: 12px; + width: 532px; height: 100%; } -#msgAreaDiv { - height: 45px; -} - #finishButton_pane { - width: 100%; - text-align: right; + } \ No newline at end of file Index: lams_tool_chat/web/chat_client/chat_ui.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/chat_client/Attic/chat_ui.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_chat/web/chat_client/chat_ui.jsp 2 Jul 2006 00:49:19 -0000 1.7 +++ lams_tool_chat/web/chat_client/chat_ui.jsp 2 Jul 2006 07:12:17 -0000 1.8 @@ -25,60 +25,66 @@ var LOCK_ON_FINISHED = "${LOCK_ON_FINISHED}"; - + -
+

+ +

+
+
+
-
-
-

- message.loading -

-
+
+
+

+ message.loading +

+
- + + + Index: lams_tool_chat/web/layouts/learningLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/layouts/learningLayout.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_chat/web/layouts/learningLayout.jsp 2 Jul 2006 07:12:17 -0000 1.1 @@ -0,0 +1,16 @@ + + +<%@ include file="/common/taglibs.jsp"%> + + + + +
+ + + + +
+ +