Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.11 -r1.12
--- lams_central/web/css/defaultHTML_learner.css 15 Nov 2006 06:47:03 -0000 1.11
+++ lams_central/web/css/defaultHTML_learner.css 16 Nov 2006 07:58:51 -0000 1.12
@@ -95,7 +95,7 @@
margin-right: 30px;
}
-li { list-style-type:square;}
+li { list-style-type:circle;}
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {
@@ -304,6 +304,12 @@
height:20px;}
+.float-left {float:left;}
+
+.float-right {float:right;}
+
+
+
/*
*************************************************
Index: lams_central/web/css/defaultHTML_rtl.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v
diff -u -r1.4 -r1.5
--- lams_central/web/css/defaultHTML_rtl.css 15 Nov 2006 06:47:03 -0000 1.4
+++ lams_central/web/css/defaultHTML_rtl.css 16 Nov 2006 07:58:51 -0000 1.5
@@ -508,71 +508,71 @@
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {
width:91%;
- margin-left:17px;
+ margin-right:17px;
padding-top:0px;
margin-bottom:15px;
- text-align:left;
+ text-align:right;
}
table.alternative-color th {
background: url('../images/css/green_bg.jpg') repeat-x;
height: 30px;
color: #47bc23;
- padding-left: 15px;
- border-left: 1px solid #cacdd1;
- border-right: 1px solid #fff;
+ padding-right: 15px;
+ border-right: 1px solid #cacdd1;
+ border-left: 1px solid #fff;
font-size: 12px;
}
table.alternative-color td {
- padding-left: 20px;
+ padding-right: 20px;
font-size: 11px;
border-bottom: 1px solid #efefef;
vertical-align: top;
background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 0px
}
table.alternative-color td.first, table.alternative-color th.first {
- border-left: none;
- padding-left: 20px;
+ border-right: none;
+ padding-right: 20px;
}
/*layout of the forum tables with the colored table heading cell */
table.forum {
width:93%;
- margin-left:20px;
+ margin-right:20px;
padding-top:5px;
margin-bottom:10px;
background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 49px;
- text-align:left;
+ text-align:right;
border-bottom:1px solid #efefef;}
table.forum th {
background: url('../images/css/green_bg_forum.jpg') repeat-x #f0f5df;
height:20px;
padding-top:5px;
color:#47bc23;
- padding-left:15px;
- border-left:1px solid #cacdd1;
+ padding-right:15px;
+ border-right:1px solid #cacdd1;
font-size:12px;
vertical-align:middle;
}
table.forum td.posted-by {
background: url('../images/css/forum_postedby_bg.jpg') repeat-x;
height:20px;
- padding-left:15px;
+ padding-right:15px;
padding-top:0px;
font-size:10px;
vertical-align:top;
- border-left:1px solid #cacdd1;
+ border-right:1px solid #cacdd1;
color:#666;
}
table.forum td {
- padding-left:20px;
+ padding-right:20px;
font-size:11px;
vertical-align:top;
}
Index: lams_central/web/css/defaultHTML_rtl_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v
diff -u -r1.2 -r1.3
--- lams_central/web/css/defaultHTML_rtl_learner.css 15 Nov 2006 06:47:03 -0000 1.2
+++ lams_central/web/css/defaultHTML_rtl_learner.css 16 Nov 2006 07:58:51 -0000 1.3
@@ -95,7 +95,7 @@
margin-left: 30px;
}
-li { list-style-type:square;}
+li { list-style-type:circle;}
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {
@@ -304,6 +304,11 @@
height:20px;}
+.float-left {float:right;}
+
+.float-right {float:left;}
+
+
/*
*************************************************
Index: lams_tool_chat/web/error.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/web/error.jsp,v
diff -u -r1.3 -r1.4
--- lams_tool_chat/web/error.jsp 28 Sep 2006 23:29:57 -0000 1.3
+++ lams_tool_chat/web/error.jsp 16 Nov 2006 07:58:12 -0000 1.4
@@ -1,10 +1,11 @@
-
+
<%@ page language="java" isErrorPage="true" pageEncoding="UTF-8" contentType="text/html;charset=utf-8"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-fmt" prefix="fmt"%>
+
@@ -66,4 +67,4 @@
-