Index: lams_tool_chat/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.xml,v diff -u -r1.8 -r1.9 --- lams_tool_chat/build.xml 15 Jun 2006 01:40:10 -0000 1.8 +++ lams_tool_chat/build.xml 17 Jun 2006 05:15:59 -0000 1.9 @@ -181,6 +181,7 @@ + Index: lams_tool_chat/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/Attic/web.xml,v diff -u -r1.7 -r1.8 --- lams_tool_chat/web/WEB-INF/web.xml 8 Jun 2006 05:57:31 -0000 1.7 +++ lams_tool_chat/web/WEB-INF/web.xml 17 Jun 2006 05:15:59 -0000 1.8 @@ -130,15 +130,20 @@ org.lamsfoundation.lams.tool.chat.JabberHTTPBind.JHBServlet + + exportPortfolio + org.lamsfoundation.lams.tool.chat.web.servlets.ExportServlet + + action - *.do + *.do - Connector - /fckeditor/editor/filemanager/browser/default/connectors/jsp/connector + Connector + /fckeditor/editor/filemanager/browser/default/connectors/jsp/connector @@ -152,6 +157,11 @@ /JHB/ + + exportPortfolio + /exportPortfolio + + 120 Index: lams_tool_chat/web/WEB-INF/struts/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/struts/Attic/struts-config.xml,v diff -u -r1.4 -r1.5 --- lams_tool_chat/web/WEB-INF/struts/struts-config.xml 8 Jun 2006 05:57:31 -0000 1.4 +++ lams_tool_chat/web/WEB-INF/struts/struts-config.xml 17 Jun 2006 05:15:59 -0000 1.5 @@ -40,6 +40,7 @@ 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.9 -r1.10 --- lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml 9 Jun 2006 00:07:37 -0000 1.9 +++ lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml 17 Jun 2006 05:15:59 -0000 1.10 @@ -23,13 +23,11 @@ - - Index: lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_tool_chat/web/WEB-INF/tags/SetEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/SetEditor.tag,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_tool_chat/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Tab.tag,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_tool_chat/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_tool_chat/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_tool_chat/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/headItems.tag,v diff -u -r1.1 -r1.2 Binary files differ Index: lams_tool_chat/web/includes/css/aqua.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/css/Attic/aqua.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_chat/web/includes/css/aqua.css 17 Jun 2006 05:16:00 -0000 1.1 @@ -0,0 +1,590 @@ +/* last mod 2006-06-16-1318 */ +* { + margin: 0px; + padding: 0px; + color: #333; +} + +body { + font-size: 11px; + font-family: verdana, arial, helvetica, sans-serif; + background: url('../images-for-css/page_bg.gif'); +} + +.row { + voice-family: "\"}\""; /* hide the following rules from IE5 */ + voice-family: inherit; + overflow: hidden; /* CSS 'clearing hack' - works on all except for IE5, that's why the IE5 box model hack above */ +} + +* html .row { + height: 1%; +} /* part of the CSS 'clearing hack' */ +h1 { + color: #0087e5; + font-size: 15px; + margin-bottom: 0px; + margin-left: 10px; + padding-top: 5px; +} + +h4 { + color: #47bc23; + font-size: 11px; +} + +/*defines when instructions are given and places a blue arrow before the text */ +p.instructions { + color: #0087e5; + margin-bottom: 0px; + margin-top: 0px;; + margin-left: 30px; + font-weight: bold; + background: url('../images-for-css/blue_arrow_right.gif') no-repeat 0 0px; + padding-left: 30px; + padding-bottom: 10px; + font-size: 12px +} + +p { + margin-left: 25px; + margin-right: 30px; + margin-bottom: 18px; +} + +#page { /*whole layout of page*/ + margin: 25px auto; + width: 707px; + background: url('../images-for-css/lams_logo.gif') no-repeat right 10px; +} + +#header { /*layout of the header */ + width: 707px; + height: 66px; + background: url('../images-for-css/top_bg.jpg') no-repeat bottom; +} + +/* layout of whole navigation section -------------------------------------*/ +#nav { /* layout of box that contains the main navigation */ + margin-top: 15px; + width: auto; + height: 40px; + margin-left: 4px; +} + +#nav a { + color: #0087e5; + text-decoration: none; + font-size: 12px; + font-weight: bold; +} + +#nav a:hover { + color: #006bb6; + text-decoration: none; +} + +#nav a.selected { + color: #333; +} + +/*------------------------------------- TAB STYLES -------------------------------------*/ +.nav-box { /* layout of containers that surround the tab navigation */ + height: 31px; + width: auto; + margin-right: 2px; + float: left; + text-align: center; +} + +.tab-left-selected { /* defines left side of selected tab */ + height: 31px; + width: 8px; + background: url('../images-for-css/selected_left.jpg') no-repeat top left; + float: left +} + +.tab-middle-selected { /* defines middle of selected tab */ + height: 31px; + width: auto; + background: url('../images-for-css/selected_bg.jpg') repeat-x; + float: left; + width: 90px; + padding-left: 5px; + padding-right: 5px; + padding-top: 8px; + padding-bottom: 0px +} + +#nav .tab-middle-link-selected { + color: #333333 +} + +.tab-right-selected { /* defines right side of selected tab */ + height: 31px; + width: 8px; + background: url('../images-for-css/selected_right.jpg') no-repeat top right;; + float: left +} + +.tab-left { /* defines left side of selected tab */ + height: 31px; + width: 8px; + background: url('../images-for-css/button_left.jpg') no-repeat top left; + float: left +} + +.tab-middle { /* defines middle of selected tab */ + height: 31px; + width: auto; + background: url('../images-for-css/button_bg.jpg') repeat-x; + float: left; + width: 90px; + padding-left: 5px; + padding-right: 5px; + padding-top: 8px; + padding-bottom: 0px +} + +#nav .tab-middle-link { + color: #0087e5 +} + +.tab-right { /* defines right side of selected tab */ + height: 31px; + width: 8px; + background: url('../images-for-css/button_right.jpg') no-repeat top right;; + float: left +} + +/* end of navigation ------------------------------------------------------*/ +#content { /*box around the main content area */ + width: 707px; + background: url('../images-for-css/body_bg.jpg') repeat-y; + padding-bottom: 20px; + font-size: 11px; + margin-top: -5px +} + +/*layout of Links within the content area */ +#content a { + color: #47bc23; + text-decoration: none; + border-bottom: 1px dotted #47bc23; +} + +#content a:hover { + color: #47bc23; + text-decoration: none; + border-bottom: 1px solid #47bc23; +} + +/*layout of a general button*/ +#content a.button { + background: url('../images-for-css/btn_off.gif') no-repeat 0px 20px; + color: #333; + border: 0px none; + padding-left: 20px; + padding-right: 20px; + padding-top: 25px; + padding-bottom: 25px +} + +#content a:hover.button { + background: url('../images-for-css/btn_over.gif') no-repeat 0px 20px; + color: #349018; + border: 0px none; + padding-left: 20px; + padding-right: 20px; + padding-top: 25px; + padding-bottom: 25px +} + +/*layout of adding a topic button */ +#content a.button-add-item { + background: url('../images-for-css/btn_add_off.gif') no-repeat 0px 20px; + color: #333; + border: 0px none; + padding-left: 25px; + padding-right: 15px; + padding-top: 25px; + padding-bottom: 25px +} + +#content a:hover.button-add-item { + background: url('../images-for-css/btn_add_over.gif') no-repeat 0px 20px; + color: #349018; + border: 0px none; + padding-left: 25px; + padding-right: 15px; + padding-top: 25px; + padding-bottom: 25px +} + +/*layout of html editor button */ +#content a.button-html-editor { + background: url('../images-for-css/btn_htmled_off.gif') no-repeat 0px 20px; + color: #666; + border: 0px none; + padding-left: 28px; + padding-right: 15px; + padding-top: 25px; + padding-bottom: 25px +} + +#content a:hover.button-html-editor { + background: url('../images-for-css/btn_htmled_off.gif') no-repeat 0px 20px; + color: #333; + border: 0px none; + padding-left: 28px; + padding-right: 15px; + padding-top: 25px; + padding-bottom: 25px +} + +.box { + display: none; + min-height: 100px; +} + +#footer { /*layout of the footer - the bottom of the box */ + width: 707px; + height: 14px; + background: url('../images-for-css/footer_bg.jpg') no-repeat bottom; +} + +/*layout of the table with the alternate color for the table heading cell */ +table.alternative-color { + width: 695px; + margin-left: 7px; + margin-top: 25px; + margin-bottom: 30px;; + background: url('../images-for-css/greyfade_bg.jpg') no-repeat 3px 32px; + text-align: left +} + +table.alternative-color th { + background: url('../images-for-css/green_bg.jpg') repeat-x; + height: 30px; + color: #47bc23; + padding-left: 15px; + border-left: 1px solid #cacdd1; + border-right: 1px solid #fff; + font-size: 12px; +} + +table.alternative-color td { + padding-left: 20px; + font-size: 11px; + border-bottom: 1px solid #efefef; + vertical-align: middle; +} + +table.alternative-color td.first,table.alternative-color th.first { + border-left: none; + padding-left: 20px; +} + +/*layout of the table with form elements */ +table { + width: 695px; + margin-left: 7px; + text-align: left; +} + +td { + padding: 10px; + padding-right: 5px; + font-size: 12px; +} + +/*layout of button in table */ +td p.button { + margin: 0px; + padding: 10px 10px 10px 0px; + font-size: 11px; +} + +/* */ /*layout of form styles */ +.field-name { + color: #0087e5; + font-weight: bold; + text-align: right; +} + +.field-name-alternative-color { + color: #47bc23; + font-weight: bold; + text-align: right; +} + +input { + border: 1px solid #c1c1c1; + padding: 2px; +} + +textarea { + border: 1px solid #c1c1c1;; + padding: 2px; +} + +.noBorder { + border: none; +} + +/*misc styles*/ +.space-right { + margin-right: 10px; +} + +.space-left { + margin-left: 10px; +} + +.space-bottom { + margin-bottom: 40px; +} + +hr { + border: none 0; + border-top: 1px solid #ccc; + width: 650px; + height: 1px; + margin: 15px 25px 10px 25px; +} + +/* Warning message style */ +.warning { + color: #cc0000; + padding: 10px; + padding-left: 35px; + margin-top: 5px; + text-align: left; + font-weight: normal; + background: url('../images-for-css/warning.gif') no-repeat #ffeae0 10px 8px; + width: 72% +} +/* NOTE1 START : the following labels are not contained in the new css*/ /*********************************************************************** +h2 { + font-size: small; + border-bottom-style: solid; + border-bottom-width: 1px; + border-bottom-color: #666666; + margin-bottom: 1px; +} + +th { + font-size: small; + color: #ffffff; + background-color: #075a8b; + text-align: left; +} + +.formtablecontainer { + text-align: center; +} + +.datatablecontainer { + width: 100%; +} + +.buttoncontainer { + +} + +input,select,textarea { + font-family: 'verdana', 'arial', 'helvetica', sans-serif; + font-size: small; +} + +.forms { + border: 1px solid #999999; + font-size: small; + font-style: normal; + width: 100%; +} + +.formlabel { + font-size: small; + font-style: normal; + text-align: right; + width: 20%; +} + +.formcontrol { + font-size: small; + font-style: normal; + text-align: left; +} + +.error { + font-size: small; + color: red; + font-style: normal; + text-align: left; +} +***********************************************************************/ /* NOTE1 END */ /********* tab styles **********/ /*tab styles*/ /* ***************************************************************************** +.tab { + text-align: center; +} + +.tab a { + font-size: 11px; + color: #000000; + text-decoration: none; +} + +.tab a:hover { + font-size: 11px; + color: #000000; + text-decoration: underline +} + +.tabcentre { + background-image: url(../images/aqua_tab_centre.gif); + background-repeat: repeat-x; +} + +.tabcentre_selected { + background-image: url(../images/aqua_tab_s_centre.gif); + background-repeat: repeat-x; +} + +.tabcentre_inactive { + background-image: url(../images/aqua_tab_i_centre.gif); + background-repeat: repeat-x; +} + + + *********************************************************************** */ /** Non Selected tab style **/ /* ********************************************************************** +.tableft td { + background: url(../images/aqua_tab_left.gif) no-repeat; +} + +.tabright td { + background: url(../images/aqua_tab_right.gif) no-repeat; +} + + +*********************************************************************** */ /** Selected tab style **/ /* ********************************************************************* +.tableft_selected td { + background: url(../images/aqua_tab_s_left.gif) no-repeat; +} + +.tableft_inactive td { + background: url(../images/aqua_tab_i_left.gif) no-repeat; +} + +.tabright_selected td { + background: url(../images/aqua_tab_s_right.gif) no-repeat; +} + +.tabright_inactive td { + background: url(../images/aqua_tab_i_right.gif) no-repeat; +} + +*************************************************************************/ /*Tab content containers*/ /* *********************************************************************** +.tabbody { + width: 98%; + background-color: #d9e8ff; + float: left; + margin: 0px 0px 0px 0px; + border-right-width: 1px; + border-left-width: 1px; + border-right-style: solid; + border-left-style: solid; + border-right-color: #0d3f59; + border-left-color: #0d3f59; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #0d3f59; + padding: 5px; +} +***********************************************************************/ /*specific styles for the content divs of the tabs*/ /*********************************************************************** +.content_b { + z-index: 0; + position: relative; + visibility: visible; +} + +.content_a { + z-index: 0; + position: absolute; + visibility: hidden; +} + +.content_i { + z-index: 0; + position: absolute; + visibility: hidden; +} + +***********************************************************************/ /*end tabs*/ /*********************************************************************** +a.button { + float: right; + font-size: 12px; + color: #000000; + text-decoration: none; + text-align: center; + background-color: #b4c8fe; + margin: 2px 5px 2px 5px; + padding: 3px; + width: 80px; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: #ffffff; + border-right-color: #0d3f59; + border-bottom-color: #0d3f59; + border-left-color: #ffffff; +} + +a.button:link { + color: #000000; + text-decoration: none; + background-color: #b4c8fe; +} + +a.button:visited { + color: #000000; + text-decoration: none; + background-color: #b4c8fe; +} + +a.button:hover { + text-decoration: none; + background-color: #ffffff; +} + +a.button:active { + text-decoration: none; + background-color: #cccccc; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-bottom-color: #ffffff; + border-left-color: #0d3f59; + border-top-color: #0d3f59; + border-right-color: #ffffff; +} + +***********************************************************************/ /* For style */ /*********************************************************************** +.buttonStyle { + font-size: 12px; + color: #000000; + text-decoration: none; + text-align: center; + background-color: #b4c8fe; +} + +***********************************************************************/ \ No newline at end of file Index: lams_tool_chat/web/includes/css/fckeditor_style.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/css/Attic/fckeditor_style.css,v diff -u -r1.1 -r1.2 --- lams_tool_chat/web/includes/css/fckeditor_style.css 19 Apr 2006 06:40:28 -0000 1.1 +++ lams_tool_chat/web/includes/css/fckeditor_style.css 17 Jun 2006 05:16:00 -0000 1.2 @@ -1,55 +1,46 @@ -.previewPanel{ - width: 700px; - height: 220px; +.previewPanel { + width: 500px; + height: 220px; border-style: none; border-width: 1px; padding: 5px; - overflow: auto; } -.textareaPanel{ - width: 700px; - height: 220px; +.textareaPanel { + width: 500px; + height: 220px; } - -.smallPreviewPanel{ - width: 700px; - height: 120px; - border-style: none; - border-width: 1px; - padding: 5px; +.smallPreviewPanel { + width: 500px; + height: 120px; + border-style: none; + border-width: 1px; + padding: 5px; } -.smallTextareaPanel{ - width: 700px; - height: 120px; +.smallTextareaPanel { + width: 500px; + height: 120px; } -#wyswygEditor{ - /*position the wyswygEditor in the centre*/ - position: absolute; +#wyswygEditor { /*position the wyswygEditor in the centre*/ + position: absolute; /*top: 15%; left: 50%; margin-left: -400px; margin-top: -260px;*/ - width: 100%; height: 100%; - - /*border-style: solid; border-width: 3px;*/ } -#wyswygEditorScreen{ +#wyswygEditorScreen { position: absolute; - - width: 700px; - height: 220px; - + width: 500px; + height: 220px; padding: 0px; margin: 0px; -} - +} \ No newline at end of file Index: lams_tool_chat/web/includes/images-for-css/blue_arrow_right.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/blue_arrow_right.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/body_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/body_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/btn_add_off.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/btn_add_off.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/btn_add_over.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/btn_add_over.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/btn_htmled_off.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/btn_htmled_off.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/btn_htmled_over.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/btn_htmled_over.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/btn_off.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/btn_off.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/btn_over.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/btn_over.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/button_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/button_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/button_bg.png =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/button_bg.png,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/button_left.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/button_left.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/button_right.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/button_right.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/delete.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/delete.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/down.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/down.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/edit.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/edit.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/footer_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/footer_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/green_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/green_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/greyfade_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/greyfade_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/lams.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/lams.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/lams_logo.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/lams_logo.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/layers.png =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/layers.png,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/page_bg.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/page_bg.gif,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/selected_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/selected_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/selected_left.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/selected_left.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/selected_right.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/selected_right.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/td_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/td_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/top_bg.jpg =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/top_bg.jpg,v diff -u Binary files differ Index: lams_tool_chat/web/includes/images-for-css/warning.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/images-for-css/Attic/warning.gif,v diff -u Binary files differ Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_chat/web/includes/javascript/tabcontroller.js'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_chat/web/layouts/defaultLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/layouts/defaultLayout.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_chat/web/layouts/defaultLayout.jsp 23 May 2006 04:52:42 -0000 1.3 +++ lams_tool_chat/web/layouts/defaultLayout.jsp 17 Jun 2006 05:16:00 -0000 1.4 @@ -1,11 +1,17 @@ - -<%@ include file="/common/taglibs.jsp"%> +<%@ include file="/common/taglibs.jsp"%> + - +
+ +
+ +
+ +
Index: lams_tool_chat/web/layouts/tabLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/layouts/tabLayout.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_chat/web/layouts/tabLayout.jsp 23 May 2006 04:52:42 -0000 1.3 +++ lams_tool_chat/web/layouts/tabLayout.jsp 17 Jun 2006 05:16:00 -0000 1.4 @@ -6,11 +6,13 @@ - - -

- -

- +
+ + +

+ +

+ +
Index: lams_tool_chat/web/pages/authoring/advanced.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/pages/authoring/advanced.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_chat/web/pages/authoring/advanced.jsp 8 Jun 2006 02:33:39 -0000 1.3 +++ lams_tool_chat/web/pages/authoring/advanced.jsp 17 Jun 2006 05:15:58 -0000 1.4 @@ -3,26 +3,32 @@ -
- +
+ - + - + - + -
- - - + + + +
- - - + + + +
+ +   +
-
+ + + Index: lams_tool_chat/web/pages/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/pages/authoring/authoring.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_chat/web/pages/authoring/authoring.jsp 16 May 2006 02:46:10 -0000 1.4 +++ lams_tool_chat/web/pages/authoring/authoring.jsp 17 Jun 2006 05:15:58 -0000 1.5 @@ -1,28 +1,34 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - +