basePath
Index: lams_tool_nb/web/WEB-INF/lams.tld
===================================================================
diff -u -r08afbd42add64dcb44f8accb9595bd125bd9ebae -r47f339f1264a33e426aba033e60507eefa1bf67d
--- lams_tool_nb/web/WEB-INF/lams.tld (.../lams.tld) (revision 08afbd42add64dcb44f8accb9595bd125bd9ebae)
+++ lams_tool_nb/web/WEB-INF/lams.tld (.../lams.tld) (revision 47f339f1264a33e426aba033e60507eefa1bf67d)
@@ -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/tags/AuthoringButton.tag
===================================================================
diff -u -reac1a7689dc88e224668832952fc27c8b732a8a9 -r47f339f1264a33e426aba033e60507eefa1bf67d
--- lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision eac1a7689dc88e224668832952fc27c8b732a8a9)
+++ lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 47f339f1264a33e426aba033e60507eefa1bf67d)
@@ -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
===================================================================
diff -u
--- lams_tool_nb/web/WEB-INF/tags/FCKEditor.tag (revision 0)
+++ lams_tool_nb/web/WEB-INF/tags/FCKEditor.tag (revision 47f339f1264a33e426aba033e60507eefa1bf67d)
@@ -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 47f339f1264a33e426aba033e60507eefa1bf67d 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 47f339f1264a33e426aba033e60507eefa1bf67d 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
===================================================================
diff -u -r2ea9f8bddc04226b984924922d78ef89c4566e30 -r47f339f1264a33e426aba033e60507eefa1bf67d
--- lams_tool_nb/web/authoring/authoring.jsp (.../authoring.jsp) (revision 2ea9f8bddc04226b984924922d78ef89c4566e30)
+++ lams_tool_nb/web/authoring/authoring.jsp (.../authoring.jsp) (revision 47f339f1264a33e426aba033e60507eefa1bf67d)
@@ -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
===================================================================
diff -u -r8d197d915eef154832e3bd8073e35bd974ec2c5a -r47f339f1264a33e426aba033e60507eefa1bf67d
--- lams_tool_nb/web/authoring/basic.jsp (.../basic.jsp) (revision 8d197d915eef154832e3bd8073e35bd974ec2c5a)
+++ lams_tool_nb/web/authoring/basic.jsp (.../basic.jsp) (revision 47f339f1264a33e426aba033e60507eefa1bf67d)
@@ -1,16 +1,24 @@
<%@ include file="/includes/taglibs.jsp"%>
-
-
-
-
-
- |
-
-
-
-
- |
-
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
Index: lams_tool_nb/web/authoring/instructions.jsp
===================================================================
diff -u -reac1a7689dc88e224668832952fc27c8b732a8a9 -r47f339f1264a33e426aba033e60507eefa1bf67d
--- lams_tool_nb/web/authoring/instructions.jsp (.../instructions.jsp) (revision eac1a7689dc88e224668832952fc27c8b732a8a9)
+++ lams_tool_nb/web/authoring/instructions.jsp (.../instructions.jsp) (revision 47f339f1264a33e426aba033e60507eefa1bf67d)
@@ -11,12 +11,14 @@
-
-
+
+
+
+
|
@@ -25,24 +27,32 @@
-
+
-
${attachment.filename}
-
+
-
+
+
-
+
-
+
+
-
+
-
+
@@ -53,8 +63,10 @@
|
-
-
+ |
+
+
+
|
@@ -72,33 +84,44 @@
-
+
+
+
+
|
-
+
-
+
-
${attachment.filename}
-
+
-
+
+
-
+
-
+
+
-
+
-
+
@@ -109,8 +132,10 @@
|
-
-
+ |
+
+
+
|