Index: lams_tool_forum/conf/xdoclet/struts-actions.xml =================================================================== diff -u -r74192d570150ed4e609105e1a89197d013efd8f8 -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/conf/xdoclet/struts-actions.xml (.../struts-actions.xml) (revision 74192d570150ed4e609105e1a89197d013efd8f8) +++ lams_tool_forum/conf/xdoclet/struts-actions.xml (.../struts-actions.xml) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -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 =================================================================== diff -u -r8bc6e6194fc79b536bfd936e7ff1d1dee19c8362 -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties (.../ApplicationResources.properties) (revision 8bc6e6194fc79b536bfd936e7ff1d1dee19c8362) +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/ApplicationResources.properties (.../ApplicationResources.properties) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -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 =================================================================== diff -u --- lams_tool_forum/web/includes/authoringHeader.jsp (revision 0) +++ lams_tool_forum/web/includes/authoringHeader.jsp (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -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 =================================================================== diff -u -r907a7ec20d8251fde30699bc3b52d64ed9071ea4 -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/web/includes/header.jsp (.../header.jsp) (revision 907a7ec20d8251fde30699bc3b52d64ed9071ea4) +++ lams_tool_forum/web/includes/header.jsp (.../header.jsp) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -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 =================================================================== diff -u -r16ac6490d22738fbc367ada0d0a3462f15c408ec -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/web/jsps/authoring/authoring.jsp (.../authoring.jsp) (revision 16ac6490d22738fbc367ada0d0a3462f15c408ec) +++ lams_tool_forum/web/jsps/authoring/authoring.jsp (.../authoring.jsp) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -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 =================================================================== diff -u -r4a636f089ddb22f51c9277aa191e90ab61880515 -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/web/jsps/authoring/basic.jsp (.../basic.jsp) (revision 4a636f089ddb22f51c9277aa191e90ab61880515) +++ lams_tool_forum/web/jsps/authoring/basic.jsp (.../basic.jsp) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -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 =================================================================== diff -u -re4c4180ccb92672964ac99e8e33ffed25eb8c5ca -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/web/jsps/authoring/instructions.jsp (.../instructions.jsp) (revision e4c4180ccb92672964ac99e8e33ffed25eb8c5ca) +++ lams_tool_forum/web/jsps/authoring/instructions.jsp (.../instructions.jsp) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -1,133 +1,138 @@ +<%@ include file="/includes/taglibs.jsp"%> - -
- -

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

    - - - - - +

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

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

    + + + + + + +

    Index: lams_tool_forum/web/jsps/monitoring/contentuserlist.jsp =================================================================== diff -u -r907a7ec20d8251fde30699bc3b52d64ed9071ea4 -re6e4c5d47aec32f4d9248c009cad07165289237b --- lams_tool_forum/web/jsps/monitoring/contentuserlist.jsp (.../contentuserlist.jsp) (revision 907a7ec20d8251fde30699bc3b52d64ed9071ea4) +++ lams_tool_forum/web/jsps/monitoring/contentuserlist.jsp (.../contentuserlist.jsp) (revision e6e4c5d47aec32f4d9248c009cad07165289237b) @@ -53,7 +53,7 @@ -   +