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.27 -r1.28 --- lams_tool_forum/conf/xdoclet/struts-actions.xml 16 Mar 2006 02:57:59 -0000 1.27 +++ lams_tool_forum/conf/xdoclet/struts-actions.xml 22 Mar 2006 05:37:37 -0000 1.28 @@ -15,7 +15,7 @@ scope="session" parameter="initPage" validate="false"> - + - + @@ -34,7 +34,7 @@ scope="session" parameter="uploadOnlineFile" validate="false"> - + - + - + - + - + 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.30 -r1.31 --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties 16 Mar 2006 03:09:54 -0000 1.30 +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties 22 Mar 2006 05:37:37 -0000 1.31 @@ -156,3 +156,11 @@ # NB monitoring.tab.edit.statistics was removed label.save=Save label.cancel=Cancel + +#new messages 16/3/06 +authoring.tab.basic=Basic +authoring.tab.advanced=Advanced +authoring.tab.instructions=Instructions + +#new messages 17/03/06 +page.title.authoring.init=Forum Authoring Index: lams_tool_forum/web/includes/authoringHeader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/Attic/authoringHeader.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_forum/web/includes/authoringHeader.jsp 22 Mar 2006 05:37:37 -0000 1.1 @@ -0,0 +1,68 @@ +<%@ include file="/includes/taglibs.jsp"%> + + + + + + + + + + + <bean:message key="appName" /> + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_forum/web/includes/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/Attic/header.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_forum/web/includes/header.jsp 16 Mar 2006 03:23:10 -0000 1.10 +++ lams_tool_forum/web/includes/header.jsp 22 Mar 2006 05:37:37 -0000 1.11 @@ -13,8 +13,13 @@ + + + + + + limit.onclick= init; + function initAdvance(){ + if(limit.checked){ + limitChar.disabled=false; + rich.checked=false; + }else{ + limitChar.disabled=true; + } + + } + rich.onclick = function(){ + if(this.checked){ + limitChar.disabled=true; + limit.checked=false; + }else{ + limitChar.disabled=false; + } + } + initAdvance(); + limitChar.onblur=function(){ + var min = 0; + var errors = ''; + var num = parseFloat(this.value); + if(isNaN(num)) + errors = '\n'; + else if (num <= min) + errors = ''; + if(errors) + alert('\n'+errors); + } + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ +
+ + +
+

+ + + + + + +

+ + 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 -r1.16 -r1.17 --- lams_tool_forum/web/jsps/authoring/authoring.jsp 5 Mar 2006 23:55:28 -0000 1.16 +++ lams_tool_forum/web/jsps/authoring/authoring.jsp 22 Mar 2006 05:37:37 -0000 1.17 @@ -1,86 +1,22 @@ -<%@ include file="/includes/taglibs.jsp" %> -<%@ taglib uri="tags-fck-editor" prefix="FCK"%> +<%@ include file="/includes/taglibs.jsp"%> - - - - - Forum Tool - - - - - - css/aqua.css" rel="stylesheet" type="text/css"> - - - - - - - - - - - + + + + -

+ + + + + - - - - - - - - -
- - - - - - - -
images/aqua_tab_s_left.gif" name="tab_left_b" width="8" height="25" border="0" id="tab_left_b"/>images/aqua_tab_s_right.gif" name="tab_right_b" width="8" height="25" border="0" id="tab_right_b"/>
+
+ + + +
-
- - - - - - - -
images/aqua_tab_left.gif" name="tab_left_a" width="8" height="22" border="0" id="tab_left_a" />images/aqua_tab_right.gif" name="tab_right_a" width="9" height="22" border="0" id="tab_right_a" />
- -
- - - - - - - -
images/aqua_tab_left.gif" width="8" height="22" id="tab_left_i" name="tab_left_i" />images/aqua_tab_right.gif" width="9" height="22" border="0" id="tab_right_i" name="tab_right_i"/>
- -
- - - <%@ include file="basic.jsp"%> - <%@ include file="advance.jsp"%> - <%@ include file="instructions.jsp"%>
- -
+ + \ No newline at end of file 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.12 -r1.13 --- lams_tool_forum/web/jsps/authoring/basic.jsp 13 Jan 2006 06:16:44 -0000 1.12 +++ lams_tool_forum/web/jsps/authoring/basic.jsp 22 Mar 2006 05:37:37 -0000 1.13 @@ -1,7 +1,9 @@ +<%@ include file="/includes/taglibs.jsp"%> - - -
-

- - + + - - + + - + - + - + - - + + -
: + + : + + +
: - - + + : + + +
-
- <%@ include file="/jsps/message/topiclist.jsp"%> -
+
+ <%@ include file="/jsps/message/topiclist.jsp"%> +
+
');">
+ +
- -
-

- - - - - - -

-
+ +
+

+ + + + + + +

+
- -
- -
+ 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 -r1.5 -r1.6 --- lams_tool_forum/web/jsps/authoring/instructions.jsp 14 Dec 2005 03:25:29 -0000 1.5 +++ lams_tool_forum/web/jsps/authoring/instructions.jsp 22 Mar 2006 05:37:37 -0000 1.6 @@ -1,133 +1,138 @@ +<%@ include file="/includes/taglibs.jsp"%> - -
- -

- - - - - - - - - - - - + + + + + + + + +
: - -
- -
+ + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - -
+ + : + + +
+ +
-
  • - - - - - -   - - - - - -   - - - - - - +
  • + + + + + + + +   + + + + + + +   + + + + + +
  • -
    -
    - : - - - - - - - - - - -
    : - -
    -
    +
    +
    + + : + + + + + + + + + + +
    + + : + + +
    +
    -
  • - - - - - - - - - - - - - - - - - - +
  • + + + + + + + + + + + + + + + + + + +
  • -
    -
    - : - - - - - - - - - - -
    - -
    -

    - - - - - +

    +
    + + : + + + + + + + + + -

    - \ No newline at end of file +
    + +
    + +
    +

    + + + + + + +

    Index: lams_tool_forum/web/jsps/monitoring/contentuserlist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/monitoring/Attic/contentuserlist.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_forum/web/jsps/monitoring/contentuserlist.jsp 16 Mar 2006 03:23:54 -0000 1.9 +++ lams_tool_forum/web/jsps/monitoring/contentuserlist.jsp 22 Mar 2006 05:37:37 -0000 1.10 @@ -53,7 +53,7 @@ -   +