-
-
-
-
-
+
+
-
+
+
+
+
\ No newline at end of file
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingCriteria.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_sbmt/web/WEB-INF/tags/CKEditor.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/CKEditor.tag,v
diff -u -r1.14.2.1 -r1.14.2.2
--- lams_tool_sbmt/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:26 -0000 1.14.2.1
+++ lams_tool_sbmt/web/WEB-INF/tags/CKEditor.tag 19 May 2016 10:23:59 -0000 1.14.2.2
@@ -10,7 +10,12 @@
<%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%>
<%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%>
<%@ attribute name="resizeParentFrameName" required="false" rtexprvalue="true"%>
+<%@ attribute name="method" required="false" rtexprvalue="true"%>
+
+
+
+
@@ -19,6 +24,10 @@
+
+ ${toolbarSet}Inline
+
+
@@ -33,10 +42,10 @@
-
+
- ckeditor/
+ /lams/ckeditor/
@@ -59,10 +68,9 @@
var editor = CKEDITOR.instances["${id}"];
if (editor) { editor.destroy(true); }
- var instance = CKEDITOR.replace( "${id}", {
+ var instance = CKEDITOR.${method}( "${id}", {
width : "${width}",
height : "${height}",
- autoGrow_minHeight : "${height}".replace("px", ""),
toolbar : "${toolbarSet}",
language : "${language}",
defaultLangugage : "en",
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/Comments.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/CommentsAuthor.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_sbmt/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.2 -r1.1.2.3
--- lams_tool_sbmt/web/WEB-INF/tags/Page.tag 6 Mar 2016 08:19:07 -0000 1.1.2.2
+++ lams_tool_sbmt/web/WEB-INF/tags/Page.tag 19 May 2016 10:23:59 -0000 1.1.2.3
@@ -12,25 +12,38 @@
+
+
+
+
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/Rating.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/RestrictedUsageAccordian.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/TSTable.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_sbmt/web/WEB-INF/tags/Tab.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Tab.tag,v
diff -u -r1.12 -r1.12.12.1
Binary files differ
Index: lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/TabBody.tag,v
diff -u -r1.6 -r1.6.14.1
Binary files differ
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/TabBodyArea.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_sbmt/web/WEB-INF/tags/TabBodys.tag'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_sbmt/web/WEB-INF/tags/TabName.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/TabName.tag,v
diff -u -r1.5 -r1.5.2.1
Binary files differ
Index: lams_tool_sbmt/web/WEB-INF/tags/Tabs.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Tabs.tag,v
diff -u -r1.8 -r1.8.14.1
Binary files differ
Index: lams_tool_sbmt/web/WEB-INF/tags/headItems.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/headItems.tag,v
diff -u -r1.8.2.1 -r1.8.2.2
--- lams_tool_sbmt/web/WEB-INF/tags/headItems.tag 10 Feb 2016 10:01:38 -0000 1.8.2.1
+++ lams_tool_sbmt/web/WEB-INF/tags/headItems.tag 19 May 2016 10:23:59 -0000 1.8.2.2
@@ -41,7 +41,9 @@
-
+
-
+
+
+
Index: lams_tool_sbmt/web/authoring/advance.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/advance.jsp,v
diff -u -r1.16.2.1 -r1.16.2.2
--- lams_tool_sbmt/web/authoring/advance.jsp 31 Jan 2016 23:50:15 -0000 1.16.2.1
+++ lams_tool_sbmt/web/authoring/advance.jsp 19 May 2016 10:23:59 -0000 1.16.2.2
@@ -1,92 +1,72 @@
<%@include file="/common/taglibs.jsp"%>
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
- 1
- 2
- 3
- 4
- 5
-
-
+
+ 1
+ 2
+ 3
+ 4
+ 5
+
-
-
-
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
\ No newline at end of file
Index: lams_tool_sbmt/web/authoring/authoring.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/authoring.jsp,v
diff -u -r1.45.2.2 -r1.45.2.3
--- lams_tool_sbmt/web/authoring/authoring.jsp 26 Feb 2016 07:17:19 -0000 1.45.2.2
+++ lams_tool_sbmt/web/authoring/authoring.jsp 19 May 2016 10:23:59 -0000 1.45.2.3
@@ -1,6 +1,5 @@
-
<%@include file="/common/taglibs.jsp"%>
@@ -15,81 +14,59 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%@ include file="/common/messages.jsp"%>
-
-
-
-
-
-
-
-
- <%@ include file="/common/messages.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
Index: lams_tool_sbmt/web/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/authoring/basic.jsp,v
diff -u -r1.12 -r1.12.2.1
--- lams_tool_sbmt/web/authoring/basic.jsp 7 Apr 2014 20:18:44 -0000 1.12
+++ lams_tool_sbmt/web/authoring/basic.jsp 19 May 2016 10:23:59 -0000 1.12.2.1
@@ -1,26 +1,14 @@
-<%@include file="/common/taglibs.jsp"%>
-
+<%@ include file="/common/taglibs.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Fisheye: Tag 1.13.2.2 refers to a dead (removed) revision in file `lams_tool_sbmt/web/authoring/definelater.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.7.2.2 refers to a dead (removed) revision in file `lams_tool_sbmt/web/authoring/definelaterforbid.jsp'.
Fisheye: No comparison available. Pass `N' to diff?