+
Date
/WEB-INF/tags/Date.tag
-
- DefineLater
- /WEB-INF/tags/DefineLater.tag
-
-
-
Index: lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag
===================================================================
diff -u -r17b9effc3c7ea57333aa800fff6d511689c32329 -rb3f41153ea9815528aed7730b3760cc11f48bf75
--- lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 17b9effc3c7ea57333aa800fff6d511689c32329)
+++ lams_tool_sbmt/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision b3f41153ea9815528aed7730b3760cc11f48bf75)
@@ -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
===================================================================
diff -u
--- lams_tool_sbmt/web/WEB-INF/tags/FCKEditor.tag (revision 0)
+++ lams_tool_sbmt/web/WEB-INF/tags/FCKEditor.tag (revision b3f41153ea9815528aed7730b3760cc11f48bf75)
@@ -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 b3f41153ea9815528aed7730b3760cc11f48bf75 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag b3f41153ea9815528aed7730b3760cc11f48bf75 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/SetEditor.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_sbmt/web/authoring/authoring.jsp
===================================================================
diff -u -r671e0f31315ba99ec13f82789869ce2a01e0ea04 -rb3f41153ea9815528aed7730b3760cc11f48bf75
--- lams_tool_sbmt/web/authoring/authoring.jsp (.../authoring.jsp) (revision 671e0f31315ba99ec13f82789869ce2a01e0ea04)
+++ lams_tool_sbmt/web/authoring/authoring.jsp (.../authoring.jsp) (revision b3f41153ea9815528aed7730b3760cc11f48bf75)
@@ -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
===================================================================
diff -u -r17b9effc3c7ea57333aa800fff6d511689c32329 -rb3f41153ea9815528aed7730b3760cc11f48bf75
--- lams_tool_sbmt/web/authoring/basic.jsp (.../basic.jsp) (revision 17b9effc3c7ea57333aa800fff6d511689c32329)
+++ lams_tool_sbmt/web/authoring/basic.jsp (.../basic.jsp) (revision b3f41153ea9815528aed7730b3760cc11f48bf75)
@@ -1,16 +1,26 @@
<%@include file="/common/taglibs.jsp"%>
-
+
Index: lams_tool_sbmt/web/authoring/instructions.jsp
===================================================================
diff -u -r671e0f31315ba99ec13f82789869ce2a01e0ea04 -rb3f41153ea9815528aed7730b3760cc11f48bf75
--- lams_tool_sbmt/web/authoring/instructions.jsp (.../instructions.jsp) (revision 671e0f31315ba99ec13f82789869ce2a01e0ea04)
+++ lams_tool_sbmt/web/authoring/instructions.jsp (.../instructions.jsp) (revision b3f41153ea9815528aed7730b3760cc11f48bf75)
@@ -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
===================================================================
diff -u -r671e0f31315ba99ec13f82789869ce2a01e0ea04 -rb3f41153ea9815528aed7730b3760cc11f48bf75
--- lams_tool_sbmt/web/authoring/parts/instructionfilelist.jsp (.../instructionfilelist.jsp) (revision 671e0f31315ba99ec13f82789869ce2a01e0ea04)
+++ lams_tool_sbmt/web/authoring/parts/instructionfilelist.jsp (.../instructionfilelist.jsp) (revision b3f41153ea9815528aed7730b3760cc11f48bf75)
@@ -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
+
+