Index: lams_tool_forum/conf/xdoclet/struts-actions.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/xdoclet/struts-actions.xml,v diff -u -r1.24 -r1.25 --- lams_tool_forum/conf/xdoclet/struts-actions.xml 12 Jan 2006 03:52:55 -0000 1.24 +++ lams_tool_forum/conf/xdoclet/struts-actions.xml 12 Jan 2006 06:19:41 -0000 1.25 @@ -82,8 +82,8 @@ + + - + Index: lams_tool_forum/web/jsps/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/basic.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_forum/web/jsps/authoring/basic.jsp 12 Jan 2006 03:52:56 -0000 1.10 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 12 Jan 2006 06:19:41 -0000 1.11 @@ -8,13 +8,15 @@ function showMessage(url) { var area=document.getElementById("messageArea"); area.style.width="100%"; - area.style.height="500px"; + area.style.height="100%"; area.src=url; + area.style.display="block"; } function hideMessage(){ var area=document.getElementById("messageArea"); area.style.width="0px"; area.style.height="0px"; + area.style.display="none"; } @@ -66,7 +68,8 @@ - Index: lams_tool_forum/web/jsps/authoring/message/create.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/message/create.jsp,v diff -u -r1.13 -r1.14 --- lams_tool_forum/web/jsps/authoring/message/create.jsp 12 Jan 2006 03:52:55 -0000 1.13 +++ lams_tool_forum/web/jsps/authoring/message/create.jsp 12 Jan 2006 06:19:40 -0000 1.14 @@ -15,8 +15,7 @@
- +
<%@ include file="/jsps/message/topicform.jsp" %>
Index: lams_tool_forum/web/jsps/authoring/message/delete.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/message/Attic/delete.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/jsps/authoring/message/delete.jsp 12 Jan 2006 06:19:40 -0000 1.1 @@ -0,0 +1,15 @@ +<%@ include file="/includes/taglibs.jsp" %> + + + \ No newline at end of file Index: lams_tool_forum/web/jsps/authoring/message/edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/message/edit.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/authoring/message/edit.jsp 3 Nov 2005 03:23:16 -0000 1.3 +++ lams_tool_forum/web/jsps/authoring/message/edit.jsp 12 Jan 2006 06:19:40 -0000 1.4 @@ -1,18 +1,11 @@ <%@ include file="/includes/taglibs.jsp" %> - - + + +
+ enctype="multipart/form-data">
"> <%@ include file="/jsps/message/topiceditform.jsp" %> Index: lams_tool_forum/web/jsps/authoring/message/view.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/message/Attic/view.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/authoring/message/view.jsp 12 Jan 2006 03:52:55 -0000 1.3 +++ lams_tool_forum/web/jsps/authoring/message/view.jsp 12 Jan 2006 06:19:40 -0000 1.4 @@ -1,4 +1,19 @@ <%@ include file="/includes/taglibs.jsp" %> + + + +
<%@ include file="/jsps/message/topicview.jsp" %> Index: lams_tool_forum/web/jsps/message/topiceditform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/message/Attic/topiceditform.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/message/topiceditform.jsp 20 Dec 2005 05:52:05 -0000 1.4 +++ lams_tool_forum/web/jsps/message/topiceditform.jsp 12 Jan 2006 06:19:42 -0000 1.5 @@ -46,6 +46,9 @@ + + + Index: lams_tool_forum/web/jsps/message/topicform.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/message/Attic/topicform.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/message/topicform.jsp 12 Jan 2006 03:52:56 -0000 1.4 +++ lams_tool_forum/web/jsps/message/topicform.jsp 12 Jan 2006 06:19:42 -0000 1.5 @@ -21,10 +21,10 @@    - + - + Index: lams_tool_forum/web/jsps/message/topicview.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/message/Attic/topicview.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_forum/web/jsps/message/topicview.jsp 12 Jan 2006 03:52:56 -0000 1.7 +++ lams_tool_forum/web/jsps/message/topicview.jsp 12 Jan 2006 06:19:42 -0000 1.8 @@ -43,14 +43,17 @@ - +    - - + +    + + +