Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_imscc/web/WEB-INF/tags/Alert.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingCriteria.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_imscc/web/WEB-INF/tags/DefineLater.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/DefineLater.tag,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_imscc/web/WEB-INF/tags/DefineLater.tag 28 May 2011 18:03:36 -0000 1.1 +++ lams_tool_imscc/web/WEB-INF/tags/DefineLater.tag 14 Mar 2016 17:53:50 -0000 1.1.2.1 @@ -1,6 +1,6 @@ <% - /**************************************************************** + /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= * License Information: http://lamsfoundation.org/licensing/lams/2.0/ @@ -49,10 +49,18 @@ -

- -

-
- +
+
+
+ +
+
+
+
+ +
+
\ No newline at end of file Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_imscc/web/WEB-INF/tags/Page.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_imscc/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_imscc/web/WEB-INF/tags/TSTable.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.6.2.2 -r1.6.2.3 --- lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld 24 Feb 2016 12:35:13 -0000 1.6.2.2 +++ lams_tool_imscc/web/WEB-INF/tlds/lams/lams.tld 14 Mar 2016 17:53:51 -0000 1.6.2.3 @@ -418,6 +418,14 @@ AuthoringButton /WEB-INF/tags/AuthoringButton.tag + + + AuthoringRatingCriteria + /WEB-INF/tags/AuthoringRatingCriteria.tag + + + Rating + /WEB-INF/tags/Rating.tag headItems @@ -432,6 +440,18 @@ /WEB-INF/tags/DefineLater.tag + TSTable + /WEB-INF/tags/TSTable.tag + + + Alert + /WEB-INF/tags/Alert.tag + + + Page + /WEB-INF/tags/Page.tag + + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag Index: lams_tool_imscc/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/common/header.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_imscc/web/common/header.jsp 29 Sep 2012 13:57:04 -0000 1.2 +++ lams_tool_imscc/web/common/header.jsp 14 Mar 2016 17:53:50 -0000 1.2.2.1 @@ -3,16 +3,14 @@ - - - + + + + + + + + - - - - - - - Index: lams_tool_imscc/web/common/messages.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/common/messages.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_imscc/web/common/messages.jsp 28 May 2011 18:03:43 -0000 1.1 +++ lams_tool_imscc/web/common/messages.jsp 14 Mar 2016 17:53:50 -0000 1.1.2.1 @@ -1,8 +1,8 @@ <%-- Error Messages --%> -

+
-

+
Index: lams_tool_imscc/web/common/tabbedheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/common/tabbedheader.jsp,v diff -u -r1.2.2.1 -r1.2.2.2 --- lams_tool_imscc/web/common/tabbedheader.jsp 10 Feb 2016 10:01:29 -0000 1.2.2.1 +++ lams_tool_imscc/web/common/tabbedheader.jsp 14 Mar 2016 17:53:50 -0000 1.2.2.2 @@ -3,14 +3,13 @@ - - - + + + + + + + - - - - - Index: lams_tool_imscc/web/pages/itemreview/initnav.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/itemreview/initnav.jsp,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_imscc/web/pages/itemreview/initnav.jsp 26 Feb 2016 07:17:29 -0000 1.1.2.1 +++ lams_tool_imscc/web/pages/itemreview/initnav.jsp 14 Mar 2016 17:53:50 -0000 1.1.2.2 @@ -1,17 +1,10 @@ -<%-- -To avoid use HttpSession (LDEV-199), try to -use request.setAttribute() transfer value. But this page is embeded into a Frame html page, directly -request can not block on frame page, so use this trick page redirect request, then server side could handle this -request using this page as target ---%> - -<%@ include file="/common/taglibs.jsp"%> - +<%@ include file="/common/taglibs.jsp"%> + Index: lams_tool_imscc/web/pages/itemreview/instructionsnav.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/itemreview/instructionsnav.jsp,v diff -u -r1.2.2.1 -r1.2.2.2 --- lams_tool_imscc/web/pages/itemreview/instructionsnav.jsp 26 Feb 2016 07:17:29 -0000 1.2.2.1 +++ lams_tool_imscc/web/pages/itemreview/instructionsnav.jsp 14 Mar 2016 17:53:50 -0000 1.2.2.2 @@ -1,12 +1,11 @@ - - + <%@ include file="/common/taglibs.jsp"%> - - - + + + <%-- runAuto and reflectOn does not set when authoring preview mode then set false as default value --%> @@ -31,19 +30,18 @@ <%@ include file="/common/header.jsp"%> - -
- - - - - - - - - - - - +
+
+
+ + + + + + + + +
+
Index: lams_tool_imscc/web/pages/itemreview/mainframe.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/itemreview/mainframe.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_imscc/web/pages/itemreview/mainframe.jsp 28 May 2011 18:03:39 -0000 1.1 +++ lams_tool_imscc/web/pages/itemreview/mainframe.jsp 14 Mar 2016 17:53:50 -0000 1.1.2.1 @@ -1,26 +1,7 @@ -<%-- -Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) -License Information: http://lamsfoundation.org/licensing/lams/2.0/ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - - http://www.gnu.org/licenses/gpl.txt ---%> <%@ include file="/common/taglibs.jsp" %> + ?mode=${mode}&itemIndex=${itemIndex}&itemUid=${itemUid}&toolSessionID=${toolSessionID}&sessionMapID=${sessionMapID}" - name=headerFrame" marginheight="0" scrolling="YES"> + name=headerFrame" marginheight="0" scrolling="YES"> Index: lams_tool_imscc/web/pages/itemreview/openurl.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/itemreview/openurl.jsp,v diff -u -r1.2.2.1 -r1.2.2.2 --- lams_tool_imscc/web/pages/itemreview/openurl.jsp 26 Feb 2016 07:17:29 -0000 1.2.2.1 +++ lams_tool_imscc/web/pages/itemreview/openurl.jsp 14 Mar 2016 17:53:50 -0000 1.2.2.2 @@ -1,22 +1,28 @@ -<%@ include file="/common/taglibs.jsp"%> +<%@ include file="/common/taglibs.jsp"%> <%@ include file="/common/header.jsp"%> -
-

- -

-

- -

-
+ + + + + +
+
+
+ + + +
+
+
+ +
Fisheye: Tag 1.1.2.2 refers to a dead (removed) revision in file `lams_tool_imscc/web/pages/learning/addfile.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1.2.2 refers to a dead (removed) revision in file `lams_tool_imscc/web/pages/learning/addurl.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_imscc/web/pages/learning/definelater.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/learning/definelater.jsp,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_imscc/web/pages/learning/definelater.jsp 26 Feb 2016 07:17:29 -0000 1.1.2.1 +++ lams_tool_imscc/web/pages/learning/definelater.jsp 14 Mar 2016 17:53:50 -0000 1.1.2.2 @@ -1,6 +1,4 @@ - - <%@include file="/common/taglibs.jsp"%> @@ -10,12 +8,12 @@ -
-

- -

+ + + + + -
- +
Index: lams_tool_imscc/web/pages/learning/finish.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/learning/finish.jsp,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_imscc/web/pages/learning/finish.jsp 26 Feb 2016 07:17:29 -0000 1.1.2.1 +++ lams_tool_imscc/web/pages/learning/finish.jsp 14 Mar 2016 17:53:50 -0000 1.1.2.2 @@ -1,16 +1,11 @@ - - <%@ include file="/common/taglibs.jsp"%> <%-- This page just for : redir finish page to parent rather that part of the frame --%> + - - - + Index: lams_tool_imscc/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/learning/learning.jsp,v diff -u -r1.5.2.1 -r1.5.2.2 --- lams_tool_imscc/web/pages/learning/learning.jsp 26 Feb 2016 07:17:29 -0000 1.5.2.1 +++ lams_tool_imscc/web/pages/learning/learning.jsp 14 Mar 2016 17:53:50 -0000 1.5.2.2 @@ -1,12 +1,11 @@ - - <%@ include file="/common/taglibs.jsp"%> + - <fmt:message key="label.learning.title" /> - + <fmt:message key="label.learning.title" /> <%@ include file="/common/header.jsp"%> + @@ -18,132 +17,132 @@ + -
-

- -

- -

+

-

+
-
- - - - - - - - -
+ + + + + + + + + +
+ + + + ${commonCartridge.miniViewNumberStr} + + <%@ include file="/common/messages.jsp"%> - - - - - - - - - - - +
+
- - - -
- - - - - - - - - - - -
+ + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + + + +
+
+ <%--Reflection--------------------------------------------------%> - - - - ${commonCartridge.miniViewNumberStr} - - - - - -
-

- +
+ +
- +
- - -

+

+ + -

-
- -

+ + -

-
-
- - - - - - + + + + + + + + +
+ + <%--Finish buttons--------------------------------------------------%> -
+
- + - - + + @@ -159,12 +158,7 @@
-
- + - - - Index: lams_tool_imscc/web/pages/learning/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/pages/learning/notebook.jsp,v diff -u -r1.4.2.1 -r1.4.2.2 --- lams_tool_imscc/web/pages/learning/notebook.jsp 26 Feb 2016 07:17:29 -0000 1.4.2.1 +++ lams_tool_imscc/web/pages/learning/notebook.jsp 14 Mar 2016 17:53:50 -0000 1.4.2.2 @@ -1,21 +1,24 @@ -<%@ include file="/common/taglibs.jsp"%> - +<%@ include file="/common/taglibs.jsp"%> - <fmt:message key="label.learning.title" /> - + <fmt:message key="label.learning.title" /> <%@ include file="/common/header.jsp"%> @@ -27,23 +30,19 @@ -
-

- -

+ <%@ include file="/common/messages.jsp"%> -

+

-

+
- + -
- - +
+ + @@ -55,7 +54,7 @@
-
+