Index: lams_tool_nb/web/WEB-INF/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/Attic/lams.tld,v diff -u -r1.8 -r1.9 --- lams_tool_nb/web/WEB-INF/lams.tld 23 Aug 2006 07:47:53 -0000 1.8 +++ lams_tool_nb/web/WEB-INF/lams.tld 31 Aug 2006 01:31:54 -0000 1.9 @@ -287,14 +287,10 @@ /WEB-INF/tags/TabBody.tag - HTMLEditor - /WEB-INF/tags/HTMLEditor.tag + FCKEditor + /WEB-INF/tags/FCKEditor.tag - SetEditor - /WEB-INF/tags/SetEditor.tag - - AuthoringButton /WEB-INF/tags/AuthoringButton.tag Index: lams_tool_nb/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.3 -r1.4 --- lams_tool_nb/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 15 Aug 2005 23:54:16 -0000 1.3 +++ lams_tool_nb/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 31 Aug 2006 01:31:46 -0000 1.4 @@ -14,6 +14,7 @@ id true + true basePath Index: lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.4 -r1.5 --- lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag 19 Jul 2006 05:15:49 -0000 1.4 +++ lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag 31 Aug 2006 01:31:54 -0000 1.5 @@ -37,6 +37,7 @@ <%@ attribute name="formID" required="true" rtexprvalue="true" %> <%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> <%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> <%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> <%-- Optional attribute --%> @@ -64,7 +65,7 @@ -

+

Index: lams_tool_nb/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_nb/web/WEB-INF/tags/FCKEditor.tag 31 Aug 2006 01:31:54 -0000 1.1 @@ -0,0 +1,57 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="fck-editor" prefix="fck"%> + +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="true" rtexprvalue="true"%> +<%@ attribute name="toolbarSet" required="false" rtexprvalue="true"%> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true"%> + + + + + + + + + + + + + + + ${value} + + + + + Fisheye: Tag 1.8 refers to a dead (removed) revision in file `lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.5 refers to a dead (removed) revision in file `lams_tool_nb/web/WEB-INF/tags/SetEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_nb/web/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/authoring/authoring.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_nb/web/authoring/authoring.jsp 23 Aug 2006 07:29:42 -0000 1.8 +++ lams_tool_nb/web/authoring/authoring.jsp 31 Aug 2006 01:31:54 -0000 1.9 @@ -1,5 +1,5 @@ - + <%@ include file="/includes/taglibs.jsp"%> @@ -14,15 +14,9 @@ var themeName="aqua"; function init(){ - - initEditor("title"); - initEditor("content"); var showBasicContent = "${requestScope.showBasicContent}"; if (showBasicContent != "true") { initTabSize(3); - - initEditor("onlineInstructions"); - initEditor("offlineInstructions"); } var tag = document.getElementById("currentTab"); @@ -52,13 +46,18 @@

- + + - - + + <%-- in define later mode we edit only the basic content. But if we don't have the instructions tab, then the instructions are lost when saving. --%>

@@ -68,15 +67,17 @@ - + - - - - - - - + + + + + + +

@@ -86,21 +87,27 @@ <%@ include file="../errorbox.jsp"%> - - - + + + - + Index: lams_tool_nb/web/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/authoring/basic.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_nb/web/authoring/basic.jsp 28 Jun 2006 09:53:07 -0000 1.3 +++ lams_tool_nb/web/authoring/basic.jsp 31 Aug 2006 01:31:54 -0000 1.4 @@ -1,16 +1,24 @@ <%@ include file="/includes/taglibs.jsp"%> - - - - - - - - + + + + + + + +
- -
- -
+
+ +
+ +
+
+ +
+ +
Index: lams_tool_nb/web/authoring/instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/authoring/Attic/instructions.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_nb/web/authoring/instructions.jsp 19 Jul 2006 05:15:49 -0000 1.5 +++ lams_tool_nb/web/authoring/instructions.jsp 31 Aug 2006 01:31:54 -0000 1.6 @@ -11,12 +11,14 @@ - @@ -25,24 +27,32 @@ - @@ -72,33 +84,44 @@
- +
+ +
+
    - +
  • ${attachment.filename} - + -   + +   - + -   + +   - + - +
  • @@ -53,8 +63,10 @@
- + +
+ +
- + -
- +
+ +
+
    - +
  • ${attachment.filename} - + -   + +   - + -   + +   - + - +
  • @@ -109,8 +132,10 @@
- + +
+ +