Index: lams_tool_lamc/web/index.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/Attic/index.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_lamc/web/index.jsp 19 Dec 2005 19:15:58 -0000 1.7 +++ lams_tool_lamc/web/index.jsp 21 Dec 2005 15:20:04 -0000 1.8 @@ -3,7 +3,7 @@ <%@ taglib uri="tags-logic-el" prefix="logic-el" %> <%@ taglib uri="tags-c" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> +<%@ taglib uri="tags-fck-editor" prefix="FCK" %> <% @@ -12,6 +12,8 @@ String toolUrl="/authoringStarter?userId=" + userId + "&toolContentID=" + userContentId; String strCopyToolContent="/authoringStarter?userId=" + userId + "&toolContentID=" + userContentId + "©ToolContent=1"; + String strRemoveToolContent="/authoringStarter?userId=" + userId + "&toolContentID=" + userContentId + "&removeToolContent=1"; + String strDefineLater="/defineLaterStarter?userId=" + userId + "&toolContentID=" + userContentId; %> Start authoring module @@ -28,6 +30,19 @@ +Remove Tool Content + + +

+ +
+Define Later Url + + +

+ +
+