basePath
Index: lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag,v
diff -u -r1.5 -r1.6
--- lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag 17 Aug 2006 02:16:05 -0000 1.5
+++ lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag 31 Aug 2006 05:48:25 -0000 1.6
@@ -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_sbmt/web/WEB-INF/tags/FCKEditor.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Attic/FCKEditor.tag,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_sbmt/web/WEB-INF/tags/FCKEditor.tag 31 Aug 2006 05:48:25 -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}
+
+
+
+
+
Index: lams_tool_sbmt/web/authoring/authoring.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/authoring.jsp,v
diff -u -r1.35 -r1.36
--- lams_tool_sbmt/web/authoring/authoring.jsp 28 Aug 2006 07:23:19 -0000 1.35
+++ lams_tool_sbmt/web/authoring/authoring.jsp 31 Aug 2006 05:48:27 -0000 1.36
@@ -1,5 +1,5 @@
-
+
<%@include file="/common/taglibs.jsp"%>
@@ -35,10 +35,6 @@
else
selectTab(1); //select the default tab;
- initEditor("Title");
- initEditor("Instructions");
- initEditor("OnlineInstruction");
- initEditor("OfflineInstruction");
}
function doSelectTab(tabId) {
@@ -85,6 +81,7 @@
+
@@ -102,9 +99,8 @@
-
-
+ customiseSessionID="${formBean.sessionMapID}"
+ contentFolderID="abc"/>
Index: lams_tool_sbmt/web/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/basic.jsp,v
diff -u -r1.8 -r1.9
--- lams_tool_sbmt/web/authoring/basic.jsp 17 Aug 2006 02:16:05 -0000 1.8
+++ lams_tool_sbmt/web/authoring/basic.jsp 31 Aug 2006 05:48:27 -0000 1.9
@@ -1,16 +1,26 @@
<%@include file="/common/taglibs.jsp"%>
-
+
Index: lams_tool_sbmt/web/authoring/instructions.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/Attic/instructions.jsp,v
diff -u -r1.14 -r1.15
--- lams_tool_sbmt/web/authoring/instructions.jsp 28 Aug 2006 07:23:19 -0000 1.14
+++ lams_tool_sbmt/web/authoring/instructions.jsp 31 Aug 2006 05:48:27 -0000 1.15
@@ -1,8 +1,9 @@
-<%@ include file="/common/taglibs.jsp" %>
-
-
+<%@ include file="/common/taglibs.jsp"%>
+
+
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ <%@ include file="parts/instructionfilelist.jsp"%>
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
Index: lams_tool_sbmt/web/authoring/parts/instructionfilelist.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/parts/Attic/instructionfilelist.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_sbmt/web/authoring/parts/instructionfilelist.jsp 28 Aug 2006 07:23:19 -0000 1.1
+++ lams_tool_sbmt/web/authoring/parts/instructionfilelist.jsp 31 Aug 2006 05:48:19 -0000 1.2
@@ -1,66 +1,68 @@
-<%@ include file="/common/taglibs.jsp" %>
-<%@ page import=" org.lamsfoundation.lams.contentrepository.client.IToolContentHandler"%>
-
+<%@ include file="/common/taglibs.jsp"%>
+<%@ page
+ import=" org.lamsfoundation.lams.contentrepository.client.IToolContentHandler"%>
+
-
+
-
+
-
-
+
+
<%-- check whehter has target file type --%>
-
+
<%-- Display target file type --%>
-
+
+
-
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
+
+