Index: lams_tool_forum/.classpath =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/.classpath,v diff -u -r1.3 -r1.4 --- lams_tool_forum/.classpath 11 Oct 2005 07:22:57 -0000 1.3 +++ lams_tool_forum/.classpath 14 Oct 2005 02:03:53 -0000 1.4 @@ -7,5 +7,5 @@ - + Index: lams_tool_forum/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v diff -u -r1.24 -r1.25 --- lams_tool_forum/build.xml 12 Oct 2005 01:44:31 -0000 1.24 +++ lams_tool_forum/build.xml 14 Oct 2005 02:03:53 -0000 1.25 @@ -242,6 +242,8 @@ + + @@ -408,6 +410,22 @@ - + + + + + + + + + + + + + + + Index: lams_tool_forum/conf/xdoclet/error-pages.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/xdoclet/error-pages.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/conf/xdoclet/error-pages.xml 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,4 @@ + + 403 + /403.html + \ No newline at end of file Index: lams_tool_forum/conf/xdoclet/struts-plugins.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/xdoclet/struts-plugins.xml,v diff -u -r1.2 -r1.3 --- lams_tool_forum/conf/xdoclet/struts-plugins.xml 22 Jul 2005 06:51:46 -0000 1.2 +++ lams_tool_forum/conf/xdoclet/struts-plugins.xml 14 Oct 2005 02:03:53 -0000 1.3 @@ -3,10 +3,10 @@ + - - /WEB-INF/struts/struts-bean.tld + + + + + tags-bean /WEB-INF/struts/struts-bean.tld + + + + tags-html + /WEB-INF/struts/struts-html.tld + + + + tags-logic + /WEB-INF/struts/struts-logic.tld + + + + tags-tiles + /WEB-INF/struts/struts-tiles.tld + + + + tags-bean-el + /WEB-INF/struts/struts-bean-el.tld + + + + tags-html-el + /WEB-INF/struts/struts-html-el.tld + + + + tags-logic-el + /WEB-INF/struts/struts-logic-el.tld + + + + tags-tiles-el + /WEB-INF/struts/struts-tiles-el.tld + + + + + + + http://java.sun.com/jstl/fmt + /WEB-INF/JSTL/fmt.tld - /WEB-INF/struts/struts-html.tld - /WEB-INF/struts/struts-html.tld + http://java.sun.com/jstl/fmt-rt + /WEB-INF/JSTL/fmt-rt.tld - /WEB-INF/struts/struts-logic.tld - /WEB-INF/struts/struts-logic.tld + http://java.sun.com/jstl/core + /WEB-INF/JSTL/c.tld + + http://java.sun.com/jstl/core-rt + /WEB-INF/JSTL/c-rt.tld + + + + + + + + fck-editor + /WEB-INF/fckeditor/FCKeditor.tld + + forum /WEB-INF/forum.tld - - - - datetime - /WEB-INF/taglibs-datetime.tld - - - - \ No newline at end of file + + + datetime + /WEB-INF/taglibs-datetime.tld + + + \ No newline at end of file Index: lams_tool_forum/conf/xdoclet/validation-forms.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/xdoclet/validation-forms.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/conf/xdoclet/validation-forms.xml 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,26 @@ +
+ + + + + maxlength + 50 + + +
+ + +
+ + + + + maxlength + 50 + + + + + + +
Index: lams_tool_forum/conf/xdoclet/validation-global.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/xdoclet/validation-global.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/conf/xdoclet/validation-global.xml 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,6 @@ + + + datePattern + yyyy-MM-dd + + \ No newline at end of file Index: lams_tool_forum/conf/xdoclet/web-settings.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/xdoclet/web-settings.xml,v diff -u -r1.3 -r1.4 --- lams_tool_forum/conf/xdoclet/web-settings.xml 30 Aug 2005 04:59:53 -0000 1.3 +++ lams_tool_forum/conf/xdoclet/web-settings.xml 14 Oct 2005 02:03:53 -0000 1.4 @@ -1,23 +1,29 @@ - forum - - Forum tool - +forum + + Forum tool + javax.servlet.jsp.jstl.fmt.localizationContext org.lamsfoundation.lams.tool.imscp.web.ApplicationResources - - contextConfigLocation - - classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - classpath:/forumApplicationContext.xml - - - - - org.springframework.web.context.ContextLoaderListener - - - \ No newline at end of file + + + contextConfigLocation + + classpath:/org/lamsfoundation/lams/applicationContext.xml + classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml + classpath:/forumApplicationContext.xml + + + + + javax.servlet.jsp.jstl.fmt.localizationContext + org.lamsfoundation.lams.tool.forum.web.ApplicationResources + + + + + org.springframework.web.context.ContextLoaderListener + + Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/Attic/ApplicationResources.properties,v diff -u -r1.2 -r1.3 --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties 26 Jul 2005 14:40:17 -0000 1.2 +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties 14 Oct 2005 02:03:53 -0000 1.3 @@ -1,5 +1,34 @@ appName = forum +#=========================labels===========================# +#-------------------------Authoring Labels-----------------# +label.authoring.heading.basic=Forum +label.authoring.heading.basic.desc=Basic input information for forum +label.authoring.heading.instructions=Forum Instructions +label.authoring.heading.instructions.desc=Please input online and offline instructions +label.authoring.heading.advance=Forum Advance +label.authoring.heading.advance.desc=Please input advance options for Forum +label.authoring.basic.title=Title +label.authoring.basic.instruction=Instruction +label.authoring.online.instruction =Online Instrcution +label.authoring.offline.instruction=Offline Instrcution +label.authoring.online.file =Upload online file +label.authoring.offline.file=Upload offline file +label.authoring.advance.lock.on.finished=Lock on finished + +label.authoring.save.button=Save +label.authoring.cancel.button=Cancel +label.authoring.choosefile.button=Choose file +label.authoring.upload.online.button=Upload Online +label.authoring.upload.offline.button=Upload Offline +label.authoring.online.filelist=Online file list +label.authoring.offline.filelist=Offline file list +label.authoring.online.delete=Delete +label.authoring.offline.delete=Delete + +authoring.exception= There is a problem in forum authoring page, the reason is {0} +#-------------------------END Authoring Labels END-----------------# + ## errors errors.header= errors.footer= Index: lams_tool_forum/web/WEB-INF/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/Attic/struts-config.xml,v diff -u -r1.6 -r1.7 --- lams_tool_forum/web/WEB-INF/struts-config.xml 12 Oct 2005 01:44:31 -0000 1.6 +++ lams_tool_forum/web/WEB-INF/struts-config.xml 14 Oct 2005 02:03:53 -0000 1.7 @@ -260,10 +260,10 @@ + - + + + + + tags-bean + /WEB-INF/struts/struts-bean.tld + - + + tags-html + /WEB-INF/struts/struts-html.tld + + + tags-logic + /WEB-INF/struts/struts-logic.tld + + + + tags-tiles + /WEB-INF/struts/struts-tiles.tld + + + + tags-bean-el + /WEB-INF/struts/struts-bean-el.tld + + + + tags-html-el + /WEB-INF/struts/struts-html-el.tld + + + + tags-logic-el + /WEB-INF/struts/struts-logic-el.tld + + + + tags-tiles-el + /WEB-INF/struts/struts-tiles-el.tld + + + + tags-c + /WEB-INF/struts/c.tld + + + + - /WEB-INF/struts/struts-bean.tld - /WEB-INF/struts/struts-bean.tld + http://java.sun.com/jstl/fmt + /WEB-INF/JSTL/fmt.tld - /WEB-INF/struts/struts-html.tld - /WEB-INF/struts/struts-html.tld + http://java.sun.com/jstl/fmt-rt + /WEB-INF/JSTL/fmt-rt.tld - /WEB-INF/struts/struts-logic.tld - /WEB-INF/struts/struts-logic.tld + http://java.sun.com/jstl/core + /WEB-INF/JSTL/c.tld + + http://java.sun.com/jstl/core-rt + /WEB-INF/JSTL/c-rt.tld + + + + + + + fck-editor + /WEB-INF/fckeditor/FCKeditor.tld + forum /WEB-INF/forum.tld + + + datetime + /WEB-INF/taglibs-datetime.tld + - - - datetime - /WEB-INF/taglibs-datetime.tld - - +
+

+

+ + + + + + + + + + + +
+ + + +
+ + + + +
+
\ No newline at end of file Index: lams_tool_forum/web/jsps/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/authoring.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/jsps/authoring/authoring.jsp 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,78 @@ +<%@include file="../sharing/share.jsp" %> +<%@ taglib uri="fck-editor" prefix="FCK"%> + + + + + + Forum Tool + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
Basic
+ +
+ + + + + + + +
Advanced
+ +
+ + + + + + + +
Instructions
+ +
+ + + + <%@ include file="basic.jsp"%> + <%@ include file="instructions.jsp"%> + <%@ include file="advance.jsp"%> + +
+ +
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 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,32 @@ + + +
+

+

+ + + + + + + + + + + + + + +
:
: + +
+ + + + + +
+ +
Index: lams_tool_forum/web/jsps/authoring/instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/Attic/instructions.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/jsps/authoring/instructions.jsp 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,120 @@ + + +
+

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
: + +
+
+ +
  • + + + + + +   + + + + + +   + + + + + + +
  • +
    +
    +
    + : + + + + + + + +
    : + +
    +
    + +
  • + + + + + + + + + + + + +
  • +
    +
    +
    + : + + + + + + + +
    + + + + +
    +
    \ No newline at end of file Index: lams_tool_forum/web/jsps/sharing/share.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/sharing/Attic/share.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/jsps/sharing/share.jsp 14 Oct 2005 02:03:53 -0000 1.1 @@ -0,0 +1,9 @@ + +<%@ page language="java"%> + +<%@ taglib uri="tags-html-el" prefix="html" %> +<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> +<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%> +<% + String LAMS_WEB_ROOT="/lams"; +%>