Index: lams_tool_forum/web/includes/mobileLearnerLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/mobileLearnerLayout.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_forum/web/includes/mobileLearnerLayout.jsp 27 Dec 2014 00:03:14 -0000 1.6 +++ lams_tool_forum/web/includes/mobileLearnerLayout.jsp 29 Dec 2014 23:43:51 -0000 1.7 @@ -17,19 +17,10 @@ - - - - - - - + Index: lams_tool_forum/web/jsps/learning/message/topiceditform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/topiceditform.jsp,v diff -u -r1.20 -r1.21 --- lams_tool_forum/web/jsps/learning/message/topiceditform.jsp 27 Dec 2014 00:03:14 -0000 1.20 +++ lams_tool_forum/web/jsps/learning/message/topiceditform.jsp 29 Dec 2014 23:43:51 -0000 1.21 @@ -30,7 +30,7 @@
- + Index: lams_tool_forum/web/jsps/learning/message/topicform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/topicform.jsp,v diff -u -r1.18 -r1.19 --- lams_tool_forum/web/jsps/learning/message/topicform.jsp 17 Dec 2014 00:12:30 -0000 1.18 +++ lams_tool_forum/web/jsps/learning/message/topicform.jsp 29 Dec 2014 23:43:51 -0000 1.19 @@ -27,7 +27,7 @@ - + Index: lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp,v diff -u -r1.19 -r1.20 --- lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp 17 Dec 2014 00:12:30 -0000 1.19 +++ lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp 29 Dec 2014 23:43:51 -0000 1.20 @@ -31,7 +31,7 @@
- + Index: lams_tool_forum/web/jsps/learning/mobile/create.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/create.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_forum/web/jsps/learning/mobile/create.jsp 26 Mar 2014 23:27:40 -0000 1.2 +++ lams_tool_forum/web/jsps/learning/mobile/create.jsp 29 Dec 2014 23:43:51 -0000 1.3 @@ -2,7 +2,9 @@
- + + Index: lams_tool_forum/web/jsps/learning/mobile/edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/edit.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_forum/web/jsps/learning/mobile/edit.jsp 26 Mar 2014 23:27:40 -0000 1.2 +++ lams_tool_forum/web/jsps/learning/mobile/edit.jsp 29 Dec 2014 23:43:51 -0000 1.3 @@ -2,7 +2,9 @@
- + + Index: lams_tool_forum/web/jsps/learning/mobile/reply.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/reply.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/learning/mobile/reply.jsp 4 Apr 2014 15:26:36 -0000 1.4 +++ lams_tool_forum/web/jsps/learning/mobile/reply.jsp 29 Dec 2014 23:43:51 -0000 1.5 @@ -2,7 +2,9 @@
- + + Index: lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp 13 May 2014 22:46:53 -0000 1.10 +++ lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp 29 Dec 2014 23:43:51 -0000 1.11 @@ -5,7 +5,7 @@ -
+
+ @@ -67,7 +67,7 @@ -
+ @@ -103,20 +102,20 @@
- - - - - + + + + +
- - - - - + + + + +
@@ -174,9 +173,3 @@ - - - - - - Index: lams_tool_forum/web/jsps/learning/mobile/message/bodyarea.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/message/bodyarea.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/mobile/message/bodyarea.jsp 17 Dec 2014 00:12:30 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/mobile/message/bodyarea.jsp 29 Dec 2014 23:43:51 -0000 1.4 @@ -1,40 +1,145 @@ <%@ include file="/common/taglibs.jsp"%> + + +
+ + <%-- for validateForm() method --%> + + + +
+ + ${sessionMap.minCharacters} + +
+
+ <%-- Does not user general tag because this field need keep compatible with CKEditor's content --%> - +
<%-- If limitChars == 0, then we don't want to limit the characters at all. --%> - : - - + : + +
+ + + : + + +
Index: lams_tool_forum/web/jsps/learning/mobile/message/topiceditform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/message/topiceditform.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/mobile/message/topiceditform.jsp 17 Dec 2014 00:12:30 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/mobile/message/topiceditform.jsp 29 Dec 2014 23:43:51 -0000 1.4 @@ -14,7 +14,7 @@
- Index: lams_tool_forum/web/jsps/learning/mobile/message/topicform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/message/topicform.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/mobile/message/topicform.jsp 17 Dec 2014 00:12:30 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/mobile/message/topicform.jsp 29 Dec 2014 23:43:51 -0000 1.4 @@ -19,7 +19,7 @@
- Index: lams_tool_forum/web/jsps/learning/mobile/message/topicreplyform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/message/topicreplyform.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/mobile/message/topicreplyform.jsp 17 Dec 2014 00:12:30 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/mobile/message/topicreplyform.jsp 29 Dec 2014 23:43:51 -0000 1.4 @@ -1,29 +1,29 @@ <%@ include file="/common/taglibs.jsp"%> -
- -
+
+ +
- - + + -
- - * -
- <%@include file="bodyarea.jsp"%> +
+ + * +
+<%@include file="bodyarea.jsp"%> -
+
+
+ + + + + + + +
+
Index: lams_tool_forum/web/jsps/learning/mobile/message/topicview.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/message/topicview.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_forum/web/jsps/learning/mobile/message/topicview.jsp 14 May 2014 15:45:39 -0000 1.6 +++ lams_tool_forum/web/jsps/learning/mobile/message/topicview.jsp 29 Dec 2014 23:43:51 -0000 1.7 @@ -9,6 +9,7 @@ +
em;"> @@ -23,6 +24,7 @@ + + + +
@@ -39,6 +41,7 @@
@@ -53,8 +56,8 @@
- + +
@@ -77,6 +80,7 @@
@@ -94,7 +98,8 @@ - + @@ -103,7 +108,7 @@
-