Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_scribe/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_scribe/web/WEB-INF/tags/Arrow.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.18 -r1.18.2.1 --- lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag 23 Jul 2013 17:53:05 -0000 1.18 +++ lams_tool_scribe/web/WEB-INF/tags/AuthoringButton.tag 31 May 2016 03:00:54 -0000 1.18.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_scribe/web/WEB-INF/tags/AuthoringRatingCriteria.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_scribe/web/WEB-INF/tags/CKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/CKEditor.tag,v diff -u -r1.14.2.1 -r1.14.2.2 --- lams_tool_scribe/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:40 -0000 1.14.2.1 +++ lams_tool_scribe/web/WEB-INF/tags/CKEditor.tag 31 May 2016 03:00:54 -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_scribe/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_scribe/web/WEB-INF/tags/CommentsAuthor.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_scribe/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_scribe/web/WEB-INF/tags/Page.tag 6 Mar 2016 08:21:14 -0000 1.1.2.2 +++ lams_tool_scribe/web/WEB-INF/tags/Page.tag 31 May 2016 03:00:54 -0000 1.1.2.3 @@ -7,28 +7,43 @@ <%@ attribute name="titleHelpURL" required="false" rtexprvalue="true"%> <%@ attribute name="headingContent" required="false" rtexprvalue="true"%> + +
-
+
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_scribe/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_scribe/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_scribe/web/WEB-INF/tags/TSTable.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_scribe/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/Tab.tag,v diff -u -r1.6 -r1.6.12.1 --- lams_tool_scribe/web/WEB-INF/tags/Tab.tag 7 Mar 2008 00:39:06 -0000 1.6 +++ lams_tool_scribe/web/WEB-INF/tags/Tab.tag 31 May 2016 03:00:54 -0000 1.6.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_scribe/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.4 -r1.4.12.1 --- lams_tool_scribe/web/WEB-INF/tags/TabBody.tag 9 May 2007 00:53:25 -0000 1.4 +++ lams_tool_scribe/web/WEB-INF/tags/TabBody.tag 31 May 2016 03:00:54 -0000 1.4.12.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_scribe/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_scribe/web/WEB-INF/tags/TabBodys.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_scribe/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/TabName.tag,v diff -u -r1.5 -r1.5.2.1 Binary files differ Index: lams_tool_scribe/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.4 -r1.4.12.1 --- lams_tool_scribe/web/WEB-INF/tags/Tabs.tag 9 May 2007 00:53:25 -0000 1.4 +++ lams_tool_scribe/web/WEB-INF/tags/Tabs.tag 31 May 2016 03:00:54 -0000 1.4.12.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_scribe/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/headItems.tag,v diff -u -r1.5.2.1 -r1.5.2.2 --- lams_tool_scribe/web/WEB-INF/tags/headItems.tag 10 Feb 2016 10:01:31 -0000 1.5.2.1 +++ lams_tool_scribe/web/WEB-INF/tags/headItems.tag 31 May 2016 03:00:54 -0000 1.5.2.2 @@ -41,7 +41,9 @@ - + - + + + Index: lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.2.2.3 -r1.2.2.4 --- lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld 26 Feb 2016 15:44:21 -0000 1.2.2.3 +++ lams_tool_scribe/web/WEB-INF/tlds/lams/lams.tld 31 May 2016 03:00:54 -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_scribe/web/layouts/tabLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/layouts/tabLayout.jsp,v diff -u -r1.3.14.1 -r1.3.14.2 --- lams_tool_scribe/web/layouts/tabLayout.jsp 26 Feb 2016 07:17:55 -0000 1.3.14.1 +++ lams_tool_scribe/web/layouts/tabLayout.jsp 31 May 2016 03:00:54 -0000 1.3.14.2 @@ -6,13 +6,6 @@ -
    - - -

    - -

    - -
    +
    Index: lams_tool_scribe/web/pages/authoring/advanced.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/advanced.jsp,v diff -u -r1.7 -r1.7.12.1 --- lams_tool_scribe/web/pages/authoring/advanced.jsp 16 Nov 2007 07:51:56 -0000 1.7 +++ lams_tool_scribe/web/pages/authoring/advanced.jsp 31 May 2016 03:00:54 -0000 1.7.12.1 @@ -2,45 +2,41 @@ -

    - - +

    -

    +
    -

    - - +

    - +

    -

    +

    -

    + -

    - +

    + -

    -

    - +

    +
    + -

    +
    + value="<%=request.getAttribute(org.apache.struts.taglib.html.Constants.BEAN_KEY)%>" /> +
    + + +
    - - - - - - - - - + - -
    -
    - -
    - -
    -
    - -
    - + + -
    - -

    +

    -

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

    ');" - class="button-add-item"> + class="btn btn-default"> 

    - +
    Index: lams_tool_scribe/web/pages/authoring/headingForm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/headingForm.jsp,v diff -u -r1.7.2.4 -r1.7.2.5 --- lams_tool_scribe/web/pages/authoring/headingForm.jsp 24 Apr 2015 10:00:48 -0000 1.7.2.4 +++ lams_tool_scribe/web/pages/authoring/headingForm.jsp 31 May 2016 03:00:54 -0000 1.7.2.5 @@ -2,71 +2,60 @@ - - - - -
    - + - - - + + + - - + + -

    - -

    +
    +
    + +
    + +
    - - - - ${sessionMap.headings[formBean.headingIndex].headingText} - - + + + ${sessionMap.headings[formBean.headingIndex].headingText} + + + + +
    + +   - - -
    - - - - - - - - - - + +  
    -
    +
    +
    + + + Index: lams_tool_scribe/web/pages/authoring/headingResponse.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/headingResponse.jsp,v diff -u -r1.4.2.2 -r1.4.2.3 --- lams_tool_scribe/web/pages/authoring/headingResponse.jsp 24 Apr 2015 10:00:48 -0000 1.4.2.2 +++ lams_tool_scribe/web/pages/authoring/headingResponse.jsp 31 May 2016 03:00:54 -0000 1.4.2.3 @@ -6,22 +6,10 @@ <%@ include file="parts/headingList.jsp"%>
    - Index: lams_tool_scribe/web/pages/authoring/parts/headingList.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/parts/headingList.jsp,v diff -u -r1.4 -r1.4.14.1 --- lams_tool_scribe/web/pages/authoring/parts/headingList.jsp 9 Nov 2006 05:45:56 -0000 1.4 +++ lams_tool_scribe/web/pages/authoring/parts/headingList.jsp 31 May 2016 03:00:54 -0000 1.4.14.1 @@ -2,12 +2,11 @@ - +
    @@ -21,62 +20,44 @@ - - - + " onclick="runUrl('${deleteURL}')"> + + +
    - <%-- TODO should we ever reach this state ??--%>
    - - - - - - " - onclick="showMessage('${moveUpURL}')"> - - - "> - - + + + + + + + - - - - - - " - onclick="showMessage('${moveDownURL}')"> - - - "> - - + + + + + + + - " - onclick="showMessage('${editURL}')"> + + - " - onclick="showMessage('${deleteURL}')"> - - -
    Index: lams_tool_scribe/web/pages/monitoring/editActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/monitoring/editActivity.jsp,v diff -u -r1.5 -r1.5.2.1 --- lams_tool_scribe/web/pages/monitoring/editActivity.jsp 3 Apr 2014 14:04:57 -0000 1.5 +++ lams_tool_scribe/web/pages/monitoring/editActivity.jsp 31 May 2016 03:00:54 -0000 1.5.2.1 @@ -2,7 +2,13 @@ - + + + + + + +
    @@ -23,22 +29,15 @@
    - - - - - - - - - - - - -
    - -
    -
    -
    + + + + + + + + + + Index: lams_tool_scribe/web/pages/monitoring/monitoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/monitoring/monitoring.jsp,v diff -u -r1.4 -r1.4.2.1 --- lams_tool_scribe/web/pages/monitoring/monitoring.jsp 17 Jan 2014 22:12:31 -0000 1.4 +++ lams_tool_scribe/web/pages/monitoring/monitoring.jsp 31 May 2016 03:00:54 -0000 1.4.2.1 @@ -1,20 +1,21 @@ <%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.scribe.util.ScribeConstants"%> - -
    - + + + + + + + - - - -
    - - + + \ No newline at end of file Index: lams_tool_scribe/web/pages/monitoring/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/monitoring/notebook.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_scribe/web/pages/monitoring/notebook.jsp 31 Mar 2014 04:10:12 -0000 1.2 +++ lams_tool_scribe/web/pages/monitoring/notebook.jsp 31 May 2016 03:00:54 -0000 1.2.2.1 @@ -1,17 +1,7 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - - - -
    -

    - -

    -
    -

    -
    +

    + +

    +

    Index: lams_tool_scribe/web/pages/monitoring/statistics.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/monitoring/statistics.jsp,v diff -u -r1.5.2.1 -r1.5.2.2 --- lams_tool_scribe/web/pages/monitoring/statistics.jsp 8 Oct 2015 20:55:59 -0000 1.5.2.1 +++ lams_tool_scribe/web/pages/monitoring/statistics.jsp 31 May 2016 03:00:54 -0000 1.5.2.2 @@ -1,31 +1,31 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - - - - - + + + +
    +
    + + ${session.sessionName} + +
    + + +
    - - - - - -
    - - - + + - -
    - ${session.sessionName} - - ${session.numberOfLearners} - - ${session.numberOfVotes} - ${session.numberOfLearners}
    + + + ${session.numberOfVotes} + + + + + + + + + Index: lams_tool_scribe/web/pages/monitoring/summary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/monitoring/summary.jsp,v diff -u -r1.20.2.1 -r1.20.2.2 --- lams_tool_scribe/web/pages/monitoring/summary.jsp 8 Oct 2015 20:55:59 -0000 1.20.2.1 +++ lams_tool_scribe/web/pages/monitoring/summary.jsp 31 May 2016 03:00:54 -0000 1.20.2.2 @@ -13,104 +13,132 @@ } -

    - -

    + + + +

    + + + +

    +
    -
    - + +
    +

    + +

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

    - ${session.sessionName} -

    + panel-heading-sm +
    + + +
    +
    - - - +
    + + + + + + + + + +
    + + + + + ${user.firstName} ${user.lastName} + + + + + + +
    +
    +
    + + +

    + +

    +
    +
    - - - - - - - - - - - ${user.firstName} ${user.lastName} - - - - - - - - - -
    - - - -

    - -

    -
    - - + + + : + + +
    + - - : - - -
    - +
    +
    +
    + +

    + +

    +

    + +

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

    - -

    -

    - -

    -
    -
    - - <%@include file="/pages/parts/voteDisplay.jsp"%> - - - - - - - - - - - - +
    -
    - -
    - +
    +
    +
    - -
    + heading.learner + @@ -144,33 +172,27 @@
    +
    + +
    +
    +
    +
    + ${ !isGroupedActivity || ! status.last ? '
     
    ' : ''} +
    - - - -

    - - - -

    -
    + +
    +
    -

    - + + + - - - - -
    - -
    -
    @@ -235,4 +257,4 @@
    -

    +