Index: lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/struts/Attic/tiles-defs.xml,v diff -u -r1.27 -r1.28 --- lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml 15 Jun 2006 04:04:37 -0000 1.27 +++ lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml 2 Jul 2006 04:14:27 -0000 1.28 @@ -35,6 +35,10 @@ + + + + @@ -57,32 +61,32 @@ - + - + - + - + - + - + - + Index: lams_tool_forum/web/includes/learnerLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/learnerLayout.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/includes/learnerLayout.jsp 2 Jul 2006 04:14:28 -0000 1.1 @@ -0,0 +1,17 @@ + + +<%@ include file="/common/taglibs.jsp"%> +<%@ taglib uri="tags-tiles" prefix="tiles"%> + + + + <bean:message key="activity.title" /> + <%@ include file="/common/header.jsp"%> + + +
+ +
+ + Index: lams_tool_forum/web/jsps/learning/create.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/create.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_forum/web/jsps/learning/create.jsp 30 Jun 2006 01:47:44 -0000 1.6 +++ lams_tool_forum/web/jsps/learning/create.jsp 2 Jul 2006 04:14:27 -0000 1.7 @@ -1,6 +1,18 @@ <%@ include file="/includes/taglibs.jsp"%> - - - <%@ include file="/jsps/learning/message/topicform.jsp"%> - +

+ +

+ +
+ +
+ + + + <%@ include file="/jsps/learning/message/topicform.jsp"%> + + +
+ + Index: lams_tool_forum/web/jsps/learning/definelater.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/definelater.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/definelater.jsp 30 Jun 2006 01:47:44 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/definelater.jsp 2 Jul 2006 04:14:27 -0000 1.4 @@ -1,6 +1,26 @@ <%@ include file="/includes/taglibs.jsp"%> - +

+ +

- +
+
+ + + + +
+ +
+ +
+ +
+
+ + + + + Index: lams_tool_forum/web/jsps/learning/edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/edit.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_forum/web/jsps/learning/edit.jsp 30 Jun 2006 01:47:44 -0000 1.2 +++ lams_tool_forum/web/jsps/learning/edit.jsp 2 Jul 2006 04:14:27 -0000 1.3 @@ -1,8 +1,26 @@ <%@ include file="/includes/taglibs.jsp"%> - +

+ +

- - <%@ include file="/jsps/learning/message/topiceditform.jsp"%> - +
+
+ +

+ +

+ + + + + <%@ include file="/jsps/learning/message/topiceditform.jsp"%> + + +
+ + + + + Index: lams_tool_forum/web/jsps/learning/reply.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/reply.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/reply.jsp 30 Jun 2006 01:47:44 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/reply.jsp 2 Jul 2006 04:14:27 -0000 1.4 @@ -1,6 +1,22 @@ <%@ include file="/includes/taglibs.jsp"%> - - - <%@ include file="/jsps/learning/message/topicreplyform.jsp"%> - +

+ +

+ +
+ +
+ +

+ +

+ + + + <%@ include file="/jsps/learning/message/topicreplyform.jsp"%> + + +
+ + Index: lams_tool_forum/web/jsps/learning/runoffline.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/Attic/runoffline.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/learning/runoffline.jsp 30 Jun 2006 01:47:44 -0000 1.3 +++ lams_tool_forum/web/jsps/learning/runoffline.jsp 2 Jul 2006 04:14:27 -0000 1.4 @@ -1,12 +1,33 @@ <%@ include file="/includes/taglibs.jsp"%> -

- +

+

- - - - - - +
+ +
+ + + + +
+ +
+ +
+ + + + +
+ + + +
+
+ +
+
+ + Index: lams_tool_forum/web/jsps/learning/viewforum.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/viewforum.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_forum/web/jsps/learning/viewforum.jsp 30 Jun 2006 01:47:44 -0000 1.7 +++ lams_tool_forum/web/jsps/learning/viewforum.jsp 2 Jul 2006 04:14:27 -0000 1.8 @@ -1,38 +1,62 @@ <%@ include file="/includes/taglibs.jsp"%> -

+

-

- -

+
-<%@ include file="/jsps/learning/message/topiclist.jsp"%> -

- - - - - - - - - - - - - - - - - - - - - - +

-

+ + + + +
+ +
+ + <%@ include file="/jsps/learning/message/topiclist.jsp"%> + + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + +
+ +
+ + + + + + +
+
+
+ + Index: lams_tool_forum/web/jsps/learning/viewtopic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/viewtopic.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_forum/web/jsps/learning/viewtopic.jsp 30 Jun 2006 01:47:44 -0000 1.5 +++ lams_tool_forum/web/jsps/learning/viewtopic.jsp 2 Jul 2006 04:14:27 -0000 1.6 @@ -1,12 +1,27 @@ <%@ include file="/common/taglibs.jsp"%> -

- - - - - - -

+

+ +

-<%@ include file="/jsps/learning/message/topicview.jsp"%> +
+ +
+ +

+ + +

+ +

+ + + + + + +

+ <%@ include file="/jsps/learning/message/topicview.jsp"%> +
+ + Index: lams_tool_forum/web/jsps/learning/message/bodyarea.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/bodyarea.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/learning/message/bodyarea.jsp 30 Jun 2006 01:47:44 -0000 1.4 +++ lams_tool_forum/web/jsps/learning/message/bodyarea.jsp 2 Jul 2006 04:14:27 -0000 1.5 @@ -10,7 +10,7 @@ - +
: 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.7 -r1.8 --- lams_tool_forum/web/jsps/learning/message/topiceditform.jsp 30 Jun 2006 01:47:44 -0000 1.7 +++ lams_tool_forum/web/jsps/learning/message/topiceditform.jsp 2 Jul 2006 04:14:27 -0000 1.8 @@ -1,7 +1,8 @@ - + 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.5 -r1.6 --- lams_tool_forum/web/jsps/learning/message/topicform.jsp 30 Jun 2006 01:47:44 -0000 1.5 +++ lams_tool_forum/web/jsps/learning/message/topicform.jsp 2 Jul 2006 04:14:27 -0000 1.6 @@ -30,19 +30,18 @@ - - - -
- * + + * @@ -10,13 +11,14 @@
- * + + * <%@include file="bodyarea.jsp"%>
@@ -44,13 +46,13 @@
- + - - + +
  -
- - - - - - - - - -
+ +
+ + + + + + + + + +
+ +
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.5 -r1.6 --- lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp 30 Jun 2006 01:47:44 -0000 1.5 +++ lams_tool_forum/web/jsps/learning/message/topicreplyform.jsp 2 Jul 2006 04:14:27 -0000 1.6 @@ -29,13 +29,13 @@ - + - + Index: lams_tool_forum/web/jsps/learning/message/topicview.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/topicview.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_forum/web/jsps/learning/message/topicview.jsp 30 Jun 2006 01:47:44 -0000 1.9 +++ lams_tool_forum/web/jsps/learning/message/topicview.jsp 2 Jul 2006 04:14:27 -0000 1.10 @@ -52,54 +52,55 @@ - -
- - - - - - - - + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - + + - - - - - + + + + - - + + - - - - - - - - - - - +