Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/tags/AdvancedAccordian.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/tags/Arrow.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.19 -r1.19.2.1 --- lams_tool_lamc/web/WEB-INF/tags/AuthoringButton.tag 23 Jul 2013 17:52:31 -0000 1.19 +++ lams_tool_lamc/web/WEB-INF/tags/AuthoringButton.tag 24 May 2016 13:45:12 -0000 1.19.2.1 @@ -122,12 +122,12 @@ window.close(); } -

- - - - +

+ -

+ + + +
\ No newline at end of file Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag,v diff -u -r1.14.2.1 -r1.14.2.2 --- lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:41 -0000 1.14.2.1 +++ lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag 24 May 2016 13:45:12 -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_lamc/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_lamc/web/WEB-INF/tags/CommentsAuthor.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_lamc/web/WEB-INF/tags/Page.tag 6 Mar 2016 08:15:32 -0000 1.1.2.2 +++ lams_tool_lamc/web/WEB-INF/tags/Page.tag 24 May 2016 13:45:12 -0000 1.1.2.3 @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_lamc/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_lamc/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_lamc/web/WEB-INF/tags/TSTable.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/Tab.tag,v diff -u -r1.8 -r1.8.12.1 --- lams_tool_lamc/web/WEB-INF/tags/Tab.tag 7 Mar 2008 00:36:32 -0000 1.8 +++ lams_tool_lamc/web/WEB-INF/tags/Tab.tag 24 May 2016 13:45:12 -0000 1.8.12.1 @@ -1,85 +1,89 @@ -<% - /**************************************************************** - * 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.0 - * 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 - * **************************************************************** - */ - - /** - * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. - * Wiki: - */ -%> -<%@ tag body-content="empty"%> -<%@ attribute name="id" required="true" rtexprvalue="true"%> -<%@ attribute name="value" required="false" rtexprvalue="true"%> -<%@ attribute name="key" required="false" rtexprvalue="true"%> -<%@ attribute name="inactive" required="false" rtexprvalue="true"%> -<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - -<%-- Check if bundle is set --%> - - - - - - - - - - -<%-- - Usually methodCall is selectTab, but the calling code can override methodCall if desired. - this is handy if the page needs different logic on initialisation and user switching tabs ---%> - - - - - - - - - - - - - - - - - - - +<% + /**************************************************************** + * 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.0 + * 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 + * **************************************************************** + */ + + /** + * Tab.tag + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. + * Wiki: + */ +%> +<%@ tag body-content="empty"%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="false" rtexprvalue="true"%> +<%@ attribute name="key" required="false" rtexprvalue="true"%> +<%@ attribute name="inactive" required="false" rtexprvalue="true"%> +<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +<%-- Check if bundle is set --%> + + + + + + + + + + +<%-- + Usually methodCall is selectTab, but the calling code can override methodCall if desired. + this is handy if the page needs different logic on initialisation and user switching tabs + + -- onclick="${methodCall}(${id});return false;"> + +--%> + + + + + + + + + + + + + + + + + + + + + class="active" + + + + + class="disabled" + + +
  • ${tabTitle}
  • Index: lams_tool_lamc/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.6 -r1.6.14.1 --- lams_tool_lamc/web/WEB-INF/tags/TabBody.tag 9 May 2007 00:57:11 -0000 1.6 +++ lams_tool_lamc/web/WEB-INF/tags/TabBody.tag 24 May 2016 13:45:12 -0000 1.6.14.1 @@ -1,52 +1,44 @@ -<%/**************************************************************** - * 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.0 - * 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 - * **************************************************************** - */ - -/** - * TabBody.tag - * Author: Mitchell Seaton - * Description: Creates the body container for a tab element - * Wiki: - */ - - %> -<%@ tag body-content="scriptless"%> -<%@ attribute name="id" required="true" rtexprvalue="true"%> -<%@ attribute name="tabTitle" required="false" rtexprvalue="true"%> -<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> -<%@ attribute name="page" required="false" rtexprvalue="true"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-bean" prefix="bean"%> - - -
    - - - - - - - - - -
    - +<%/**************************************************************** + * 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.0 + * 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 + * **************************************************************** + */ + +/** + * TabBody.tag + * Author: Mitchell Seaton + * Description: Creates the body container for a tab element + * Wiki: + */ + +%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true"%> +<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> +<%@ attribute name="page" required="false" rtexprvalue="true"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> + + + + active + + +
    Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_lamc/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_lamc/web/WEB-INF/tags/TabBodys.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/TabName.tag,v diff -u -r1.5 -r1.5.2.1 Binary files differ Index: lams_tool_lamc/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.6 -r1.6.14.1 --- lams_tool_lamc/web/WEB-INF/tags/Tabs.tag 9 May 2007 00:57:11 -0000 1.6 +++ lams_tool_lamc/web/WEB-INF/tags/Tabs.tag 24 May 2016 13:45:12 -0000 1.6.14.1 @@ -1,69 +1,92 @@ -<%/**************************************************************** - * 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.0 - * 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 - * **************************************************************** - */ - -/** - * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: - */ - - %> -<%@ tag body-content="scriptless"%> -<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true"%> -<%@ attribute name="control" required="false" rtexprvalue="true"%> -<%@ attribute name="useKey" required="false" rtexprvalue="true"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - - - - - - - - - - - - +<%/**************************************************************** + * 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.0 + * 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 + * **************************************************************** + */ + +/** + * Tabs.tag + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. + */ + +%> +<%@ attribute name="control" required="false" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="refreshOnClickAction" required="false" rtexprvalue="true"%> +<%@ attribute name="helpToolSignature" required="false" rtexprvalue="true"%> +<%@ attribute name="helpModule" required="false" rtexprvalue="true"%> +<%@ attribute name="extraControl" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + + + + + + + + + + + + +
    + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/headItems.tag,v diff -u -r1.8.2.1 -r1.8.2.2 --- lams_tool_lamc/web/WEB-INF/tags/headItems.tag 10 Feb 2016 10:01:32 -0000 1.8.2.1 +++ lams_tool_lamc/web/WEB-INF/tags/headItems.tag 24 May 2016 13:45:12 -0000 1.8.2.2 @@ -41,7 +41,9 @@ - + - + + + Index: lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.2.2.3 -r1.2.2.4 --- lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld 24 Feb 2016 12:36:15 -0000 1.2.2.3 +++ lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld 24 May 2016 13:45:13 -0000 1.2.2.4 @@ -178,7 +178,7 @@ css org.lamsfoundation.lams.web.tag.CssTag empty - + Output stylesheet based on the user preferences. style @@ -408,18 +408,34 @@ /WEB-INF/tags/TabBody.tag + TabBodys + /WEB-INF/tags/TabBodys.tag + + TabName /WEB-INF/tags/TabName.tag + TabBodyArea + /WEB-INF/tags/TabBodyArea.tag + + CKEditor /WEB-INF/tags/CKEditor.tag AuthoringButton /WEB-INF/tags/AuthoringButton.tag - + + AuthoringRatingCriteria + /WEB-INF/tags/AuthoringRatingCriteria.tag + + + Rating + /WEB-INF/tags/Rating.tag + + headItems /WEB-INF/tags/headItems.tag @@ -438,8 +454,24 @@ Page /WEB-INF/tags/Page.tag + + + TSTable + /WEB-INF/tags/TSTable.tag + + + Arrow + /WEB-INF/tags/Arrow.tag + + + AdvancedAccordian + /WEB-INF/tags/AdvancedAccordian.tag + RestrictedUsageAccordian + /WEB-INF/tags/RestrictedUsageAccordian.tag + + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag @@ -481,5 +513,13 @@ head /WEB-INF/tags/Head.tag + + Comments + /WEB-INF/tags/Comments.tag + + + CommentsAuthor + /WEB-INF/tags/CommentsAuthor.tag + Index: lams_tool_lamc/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/AdvancedContent.jsp,v diff -u -r1.30 -r1.30.2.1 --- lams_tool_lamc/web/authoring/AdvancedContent.jsp 8 Jan 2014 17:49:42 -0000 1.30 +++ lams_tool_lamc/web/authoring/AdvancedContent.jsp 24 May 2016 13:45:12 -0000 1.30.2.1 @@ -1,75 +1,63 @@ <%@ include file="/common/taglibs.jsp"%> -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - @@ -85,19 +73,18 @@ +

    + -

    - -

    - - +

    -

    -

    - -

    +
    +
    + +
    - - - - - - - -
    -
    - -
    - -
    -
    - -
    - -
    +
    + + +
    +
    + + +
    +
    <%@ include file="/authoring/itemlist.jsp"%>
    - +

    - ?dispatch=newQuestionBox&contentFolderID=${mcGeneralAuthoringDTO.contentFolderID}&httpSessionID=${mcGeneralAuthoringDTO.httpSessionID}&toolContentID=${mcGeneralAuthoringDTO.toolContentID}&sln=${mcGeneralAuthoringDTO.sln}&showMarks=${mcGeneralAuthoringDTO.showMarks}&randomize=${mcGeneralAuthoringDTO.randomize}&questionsSequenced=${mcGeneralAuthoringDTO.questionsSequenced}&retries=${mcGeneralAuthoringDTO.retries}&KeepThis=true&TB_iframe=true&height=640&width=950&modal=true" - class="button-add-item thickbox"> - + ?dispatch=newQuestionBox&contentFolderID=${mcGeneralAuthoringDTO.contentFolderID}&httpSessionID=${mcGeneralAuthoringDTO.httpSessionID}&toolContentID=${mcGeneralAuthoringDTO.toolContentID}&sln=${mcGeneralAuthoringDTO.sln}&showMarks=${mcGeneralAuthoringDTO.showMarks}&randomize=${mcGeneralAuthoringDTO.randomize}&questionsSequenced=${mcGeneralAuthoringDTO.questionsSequenced}&retries=${mcGeneralAuthoringDTO.retries}&KeepThis=true&TB_iframe=true&height=540&width=950&modal=true" + class="btn btn-default btn-sm thickbox"> +   - + - +

    Index: lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp,v diff -u -r1.10 -r1.10.2.1 --- lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp 17 May 2014 19:54:43 -0000 1.10 +++ lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp 24 May 2016 13:45:12 -0000 1.10.2.1 @@ -7,61 +7,54 @@ ${candidateIndex} - ${formBean.candidateIndex}
    -
    - -
    - <%@ include file="/common/messages.jsp"%> - +
    - - - - - + + - + - + - - - - - - Index: lams_tool_lamc/web/authoring/candidateAnswersList.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/candidateAnswersList.jsp,v diff -u -r1.9.2.1 -r1.9.2.2 --- lams_tool_lamc/web/authoring/candidateAnswersList.jsp 12 Sep 2014 22:43:46 -0000 1.9.2.1 +++ lams_tool_lamc/web/authoring/candidateAnswersList.jsp 24 May 2016 13:45:12 -0000 1.9.2.2 @@ -7,7 +7,6 @@ ${candidateIndex} - ${formBean.candidateIndex} @@ -18,7 +17,6 @@ ${questionIndex} - ${formBean.questionIndex} @@ -27,26 +25,20 @@ -
    - -
    - <%@ include file="/common/messages.jsp"%> -
    - - + + + - + - + - +
    + + + @@ -71,47 +64,29 @@ - " > + " ${SELECTED_ANSWER} > + - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateDown');"> - images/up_disabled.gif" - border="0"> + + - - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateUp');"> + + + - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateDown');"> - - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateUp');"> - - images/delete.gif" border="0" - title="" - onclick="removeAddedCandidate(${caIndex});"> + +
    +
    - + - - - - - + + @@ -56,83 +48,67 @@ - - + + - + - + - + - - - - - + Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/editQuestionBox.jsp,v diff -u -r1.18.2.1 -r1.18.2.2 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp 26 Feb 2016 07:17:26 -0000 1.18.2.1 +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp 24 May 2016 13:45:12 -0000 1.18.2.2 @@ -5,9 +5,7 @@ <%@ include file="/common/header.jsp"%> - - - -
    - + - - - - - - - - - + -
    - -
    + + + + + + + + + - - + - <%@ include file="/authoring/candidateAnswersList.jsp"%> + + -
    -
    - - - -
    +
    + + +
    -
    - - + + + + + + + - - -
    + +  
    -
    - -
    - - - + onmousedown="self.focus();" class="btn btn-default btn-sm"> +   - + -
    -
    - + + + + +
    Index: lams_tool_lamc/web/authoring/itemlist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/itemlist.jsp,v diff -u -r1.12 -r1.12.2.1 --- lams_tool_lamc/web/authoring/itemlist.jsp 17 May 2014 19:54:43 -0000 1.12 +++ lams_tool_lamc/web/authoring/itemlist.jsp 24 May 2016 13:45:12 -0000 1.12.2.1 @@ -1,30 +1,31 @@ <%@ include file="/common/taglibs.jsp"%>
    -

    + +
    +
    -

    - - + +
    -
    - - + + + - +
    + + + - - + + - - + + - " > + " ${SELECTED_ANSWER} > - - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateDown');"> - images/up_disabled.gif" - border="0"> + + + + + - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateUp');"> + + - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateDown');"> - - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateUp');"> - - + + - images/delete.gif" border="0" - title="" - onclick="removeCandidate(${queIndex}, ${caIndex});"> +
    +
    + - + - - - - +
    - + - - - + +  
    - :
    + + + - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionDown');"> - images/up_disabled.gif" - border="0"> - - - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionUp');"> - - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionDown');" /> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionUp');" /> - - + + + + + + + + + + + ?dispatch=newEditableQuestionBox&questionIndex=${queIndex}&contentFolderID=${mcGeneralAuthoringDTO.contentFolderID}&httpSessionID=${mcGeneralAuthoringDTO.httpSessionID}&toolContentID=${mcGeneralAuthoringDTO.toolContentID}&sln=${mcGeneralAuthoringDTO.sln}&showMarks=${mcGeneralAuthoringDTO.showMarks}&randomize=${mcGeneralAuthoringDTO.randomize}&questionsSequenced=${mcGeneralAuthoringDTO.questionsSequenced}&retries=${mcGeneralAuthoringDTO.retries}&reflect=${mcGeneralAuthoringDTO.reflect}&KeepThis=true&TB_iframe=true&height=540&width=950&modal=true - + - images/delete.gif" border="0" - title="" - onclick="removeQuestion(${queIndex});"> + + " onclick="removeQuestion(${queIndex});">
    + Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/newQuestionBox.jsp,v diff -u -r1.18.2.2 -r1.18.2.3 --- lams_tool_lamc/web/authoring/newQuestionBox.jsp 26 Feb 2016 07:17:26 -0000 1.18.2.2 +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp 24 May 2016 13:45:12 -0000 1.18.2.3 @@ -5,9 +5,7 @@ <%@ include file="/common/header.jsp"%> - - - -
    - - - - - - - - - + -
    - -
    + + + + + + + + + + + + + + + + contentFolderID="${mcGeneralAuthoringDTO.contentFolderID}"> - + <%@ include file="/authoring/candidateAnswersAddList.jsp"%> -
    -
    - - - -
    -
    - - - -
    + + +
    +   + +  
    - + +
    + + +
    - - - - - - - - - + +   + - -
    - + + + + +
    + +
    + + Index: lams_tool_lamc/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/common/header.jsp,v diff -u -r1.8.2.2 -r1.8.2.3 --- lams_tool_lamc/web/common/header.jsp 24 Feb 2016 12:36:15 -0000 1.8.2.2 +++ lams_tool_lamc/web/common/header.jsp 24 May 2016 13:45:13 -0000 1.8.2.3 @@ -7,10 +7,15 @@ - + + - + + + + + Index: lams_tool_lamc/web/common/messages.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/common/messages.jsp,v diff -u -r1.2 -r1.2.18.1 --- lams_tool_lamc/web/common/messages.jsp 2 Oct 2006 01:59:34 -0000 1.2 +++ lams_tool_lamc/web/common/messages.jsp 24 May 2016 13:45:13 -0000 1.2.18.1 @@ -1,20 +1,21 @@ <%-- Error Messages --%>
    - -    -   
    -
    -
    + + +
    +
    +
    +
    <%-- Success Messages --%>
    - -    -   
    -
    + + +
    +
    +
    \ No newline at end of file Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_lamc/web/common/monitoringheader.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1.2.1 refers to a dead (removed) revision in file `lams_tool_lamc/web/includes/css/addItem.css'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/monitoring/Edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/Edit.jsp,v diff -u -r1.12.2.1 -r1.12.2.2 --- lams_tool_lamc/web/monitoring/Edit.jsp 12 Sep 2014 22:43:46 -0000 1.12.2.1 +++ lams_tool_lamc/web/monitoring/Edit.jsp 24 May 2016 13:45:13 -0000 1.12.2.2 @@ -3,85 +3,43 @@ - - +
    - + + - + + - - - - - - + - -
    -
    - -
    - -
    -
    - -
    - -
    -
    - -
    -

    -

    - - - - - - - - - - - - - - - - - - - - - - - - -
    - : - -
    - -
    -
    - - - - -
    -
    -
    -
    - - - - - - - - + + + + + + + + +
    + :
    + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/monitoring/LearnerNotebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/LearnerNotebook.jsp,v diff -u -r1.11.2.2 -r1.11.2.3 --- lams_tool_lamc/web/monitoring/LearnerNotebook.jsp 26 Feb 2016 07:17:26 -0000 1.11.2.2 +++ lams_tool_lamc/web/monitoring/LearnerNotebook.jsp 24 May 2016 13:45:13 -0000 1.11.2.3 @@ -20,45 +20,19 @@ - -
    - -

    - -

    + + - - - - - - - - -
    -

    - -

    -
    -

    - -

    -
    +

    - - - - -
    - - - -
    +

    + + + + -
    -
    - +
    Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.47.2.1 -r1.47.2.2 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 26 Feb 2016 07:17:26 -0000 1.47.2.1 +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp 24 May 2016 13:45:13 -0000 1.47.2.2 @@ -7,24 +7,12 @@ <%@ page import="java.util.Set" %> <%@ page import="org.lamsfoundation.lams.tool.mc.McAppConstants"%> - <% - Set tabs = new LinkedHashSet(); - tabs.add("label.summary"); - tabs.add("label.editActivity"); - tabs.add("label.stats"); - pageContext.setAttribute("tabs", tabs); - %> - <fmt:message key="label.monitoring"/> - - - <%@ include file="/common/header.jsp"%> - - + <%@ include file="/common/monitoringheader.jsp"%> - - - - - - -

    - -

    +
    +

    + +

    +
    + +
    + + + + + + + + + + + + + + + +
    -
    -
    + <%@ include file="parts/advanceQuestions.jsp"%> - -
    - -
    -
    -
    - - - - - - -
    - -
    -
    -
    - -
    -

    + + + + +

    -

    +
    <%@ include file="masterDetailLoadUp.jsp"%>
    - + + +
    + + - -
    - -
    - ${sessionDto.sessionName} -
    -
    + + +
    + + +
    +
    -
    - + + +
    +
    + + ${ !isGroupedActivity || ! status.last ? '
     
    ' : ''} +
    + +
    +
    + - - - -

    Index: lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp,v diff -u -r1.4.2.1 -r1.4.2.2 --- lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp 12 Sep 2014 22:43:48 -0000 1.4.2.1 +++ lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp 24 May 2016 13:45:13 -0000 1.4.2.2 @@ -1,15 +1,7 @@ -

    - - - - - -

    -
    - - + \ No newline at end of file Index: lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp,v diff -u -r1.2.2.1 -r1.2.2.2 --- lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp 12 Sep 2014 22:43:48 -0000 1.2.2.1 +++ lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp 24 May 2016 13:45:13 -0000 1.2.2.2 @@ -1,51 +1,49 @@ -

    - +
    +
    + + + +
    +

    + + + + + + + + + + + + + + + + + +
     ${i.index + 1}: ( )
    + +
    + + + + + + +
    + + () + + +
    +
    + : +
    +
    - - \ No newline at end of file +
    + \ No newline at end of file Index: lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp 3 Sep 2013 16:56:41 -0000 1.1 +++ lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp 24 May 2016 13:45:13 -0000 1.1.2.1 @@ -1,43 +1,29 @@ <%@include file="/common/taglibs.jsp"%> -

    - + + - - - -

    -
    - - \ No newline at end of file +