Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/VoteAppConstants.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/VoteAppConstants.java,v diff -u -r1.59.2.3 -r1.59.2.4 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/VoteAppConstants.java 5 May 2016 08:09:51 -0000 1.59.2.3 +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/VoteAppConstants.java 26 May 2016 13:01:09 -0000 1.59.2.4 @@ -40,6 +40,7 @@ */ public static final String LOAD = "load"; public static final String LOAD_QUESTIONS = "load"; + public static final String LOAD_NOMINATIONS = "loadNominations"; public static final String LOAD_MONITORING = "refreshMonitoring"; public static final String LOAD_STARTER = "starter"; public static final String AUTHORING_STARTER = "starter"; Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteAction.java,v diff -u -r1.47.2.2 -r1.47.2.3 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteAction.java 5 May 2016 08:09:50 -0000 1.47.2.2 +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteAction.java 26 May 2016 13:01:09 -0000 1.47.2.3 @@ -493,7 +493,7 @@ request.getSession().setAttribute(httpSessionID, sessionMap); - return mapping.findForward(VoteAppConstants.LOAD_QUESTIONS); + return mapping.findForward(VoteAppConstants.LOAD_NOMINATIONS); } /** @@ -608,7 +608,7 @@ request.getSession().setAttribute(httpSessionID, sessionMap); - return mapping.findForward(VoteAppConstants.LOAD_QUESTIONS); + return mapping.findForward(VoteAppConstants.LOAD_NOMINATIONS); } /** Index: lams_tool_vote/web/WEB-INF/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/struts-config.xml,v diff -u -r1.38.2.1 -r1.38.2.2 --- lams_tool_vote/web/WEB-INF/struts-config.xml 22 Feb 2016 01:41:51 -0000 1.38.2.1 +++ lams_tool_vote/web/WEB-INF/struts-config.xml 26 May 2016 13:01:09 -0000 1.38.2.2 @@ -93,6 +93,12 @@ path="/authoring/AuthoringMaincontent.jsp" redirect="false" /> + + -

- - - - +

+ -

+ + + +
\ No newline at end of file Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_vote/web/WEB-INF/tags/AuthoringRatingCriteria.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/web/WEB-INF/tags/CKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/CKEditor.tag,v diff -u -r1.14.2.1 -r1.14.2.2 --- lams_tool_vote/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:21 -0000 1.14.2.1 +++ lams_tool_vote/web/WEB-INF/tags/CKEditor.tag 26 May 2016 13:01:09 -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_vote/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_vote/web/WEB-INF/tags/CommentsAuthor.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_vote/web/WEB-INF/tags/Page.tag 6 Mar 2016 08:18:10 -0000 1.1.2.2 +++ lams_tool_vote/web/WEB-INF/tags/Page.tag 26 May 2016 13:01:09 -0000 1.1.2.3 @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_vote/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_vote/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_vote/web/WEB-INF/tags/TSTable.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Tab.tag,v diff -u -r1.8 -r1.8.12.1 --- lams_tool_vote/web/WEB-INF/tags/Tab.tag 7 Mar 2008 00:40:44 -0000 1.8 +++ lams_tool_vote/web/WEB-INF/tags/Tab.tag 26 May 2016 13:01:09 -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_vote/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.6 -r1.6.12.1 --- lams_tool_vote/web/WEB-INF/tags/TabBody.tag 9 May 2007 00:52:12 -0000 1.6 +++ lams_tool_vote/web/WEB-INF/tags/TabBody.tag 26 May 2016 13:01:09 -0000 1.6.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_vote/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_vote/web/WEB-INF/tags/TabBodys.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/TabName.tag,v diff -u -r1.5 -r1.5.2.1 Binary files differ Index: lams_tool_vote/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.6 -r1.6.12.1 --- lams_tool_vote/web/WEB-INF/tags/Tabs.tag 9 May 2007 00:52:12 -0000 1.6 +++ lams_tool_vote/web/WEB-INF/tags/Tabs.tag 26 May 2016 13:01:09 -0000 1.6.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_vote/web/WEB-INF/tags/headItems.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/headItems.tag,v diff -u -r1.9.2.1 -r1.9.2.2 --- lams_tool_vote/web/WEB-INF/tags/headItems.tag 10 Feb 2016 10:01:46 -0000 1.9.2.1 +++ lams_tool_vote/web/WEB-INF/tags/headItems.tag 26 May 2016 13:01:09 -0000 1.9.2.2 @@ -41,7 +41,9 @@ - + - + + + Index: lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.3.2.3 -r1.3.2.4 --- lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld 24 Feb 2016 18:04:25 -0000 1.3.2.3 +++ lams_tool_vote/web/WEB-INF/tlds/lams/lams.tld 26 May 2016 13:01:09 -0000 1.3.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_vote/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/AdvancedContent.jsp,v diff -u -r1.29 -r1.29.2.1 --- lams_tool_vote/web/authoring/AdvancedContent.jsp 2 Jan 2014 23:12:49 -0000 1.29 +++ lams_tool_vote/web/authoring/AdvancedContent.jsp 26 May 2016 13:01:09 -0000 1.29.2.1 @@ -7,75 +7,73 @@ -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    -   - - -

    +
    + +   +
    -

    -    - - -

    +
    + +   +
    -

    - - +

    + ${index} -

    + +
    -

    - - +

    -

    +
    -

    - - +

    -

    -

    - -

    +
    +
    + +
    Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.51.2.1 -r1.51.2.2 --- lams_tool_vote/web/authoring/BasicContent.jsp 12 Sep 2014 21:20:38 -0000 1.51.2.1 +++ lams_tool_vote/web/authoring/BasicContent.jsp 26 May 2016 13:01:09 -0000 1.51.2.2 @@ -9,33 +9,16 @@ - +
    + + +
    +
    + + +
    - - - - - - - - -
    -
    - -
    - -
    -
    - -
    - -
    -
    <%@ include file="/authoring/itemlist.jsp"%>

    ');" - class="button-add-item"> + class="btn btn-default btn-sm">  @@ -117,11 +81,4 @@

    -

    - -

    +
    Index: lams_tool_vote/web/authoring/editNominationBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/editNominationBox.jsp,v diff -u -r1.14.2.3 -r1.14.2.4 --- lams_tool_vote/web/authoring/editNominationBox.jsp 10 Feb 2016 10:01:46 -0000 1.14.2.3 +++ lams_tool_vote/web/authoring/editNominationBox.jsp 26 May 2016 13:01:09 -0000 1.14.2.4 @@ -2,23 +2,18 @@ <%@ include file="/common/header.jsp"%> - - - + +
    +
    + +
    + +
    + @@ -29,27 +24,23 @@ -
    - +
    + +
    - - - - - - - - - +
    + +   + +
    + +
    +
    Index: lams_tool_vote/web/authoring/itemlist.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/itemlist.jsp,v diff -u -r1.15.2.3 -r1.15.2.4 --- lams_tool_vote/web/authoring/itemlist.jsp 24 Apr 2015 10:00:47 -0000 1.15.2.3 +++ lams_tool_vote/web/authoring/itemlist.jsp 26 May 2016 13:01:09 -0000 1.15.2.4 @@ -1,13 +1,16 @@ <%@ include file="/common/taglibs.jsp"%> - +
    -

    + +
    +
    - -

    + +
    - + +
    @@ -19,80 +22,45 @@ - - - - - - +
    - - + + - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringNomination('','moveNominationDown');"> - images/up_disabled.gif" - border="0"> + + - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringNomination('','moveNominationUp');"> - - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringNomination('','moveNominationDown');"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringNomination('','moveNominationUp');"> - - + + + - images/edit.gif" border="0" - title="" + " onclick="javascript:showMessage('');"> + - images/delete.gif" border="0" - title="" - onclick="removeNomination(${queIndex});"> + " + onclick="removeNomination(${queIndex});">
    -<%-- This script will works when a new resoruce item submit in order to refresh "Resource List" panel. --%> - +
    + +<%-- This script will works when a new resource item submit in order to refresh "Resource List" panel. --%> + \ No newline at end of file Index: lams_tool_vote/web/authoring/newNominationBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/newNominationBox.jsp,v diff -u -r1.17.2.4 -r1.17.2.5 --- lams_tool_vote/web/authoring/newNominationBox.jsp 10 Feb 2016 10:01:46 -0000 1.17.2.4 +++ lams_tool_vote/web/authoring/newNominationBox.jsp 26 May 2016 13:01:09 -0000 1.17.2.5 @@ -4,22 +4,18 @@ <%@ include file="/common/header.jsp"%> - - - + + +
    +
    + +
    + +
    + @@ -28,26 +24,24 @@ -
    - +
    + +
    - - - - - - - - - +
    + +   + +
    + + +
    +
    + Index: lams_tool_vote/web/common/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/common/header.jsp,v diff -u -r1.5.2.3 -r1.5.2.4 --- lams_tool_vote/web/common/header.jsp 24 Feb 2016 18:04:24 -0000 1.5.2.3 +++ lams_tool_vote/web/common/header.jsp 26 May 2016 13:01:09 -0000 1.5.2.4 @@ -7,12 +7,9 @@ - + - - - Index: lams_tool_vote/web/common/monitorheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/common/monitorheader.jsp,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_vote/web/common/monitorheader.jsp 22 Feb 2016 01:41:51 -0000 1.1.2.2 +++ lams_tool_vote/web/common/monitorheader.jsp 26 May 2016 13:01:09 -0000 1.1.2.3 @@ -8,23 +8,27 @@ - - - - - - - - + - - - - + + + + + + + + + + + + + + + Index: lams_tool_vote/web/common/tabbedheader.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/common/tabbedheader.jsp,v diff -u -r1.4.2.2 -r1.4.2.3 --- lams_tool_vote/web/common/tabbedheader.jsp 24 Feb 2016 12:36:13 -0000 1.4.2.2 +++ lams_tool_vote/web/common/tabbedheader.jsp 26 May 2016 13:01:09 -0000 1.4.2.3 @@ -7,8 +7,7 @@ - + - Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_vote/web/includes/javascript/authoring.js'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/web/monitoring/AdvanceOptions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/AdvanceOptions.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_vote/web/monitoring/AdvanceOptions.jsp 2 Apr 2014 15:04:59 -0000 1.2 +++ lams_tool_vote/web/monitoring/AdvanceOptions.jsp 26 May 2016 13:01:08 -0000 1.2.2.1 @@ -1,15 +1,8 @@ -

    - + + + + - - - - -
    - -
    -
    @@ -122,4 +115,5 @@
    -

    + + \ No newline at end of file Index: lams_tool_vote/web/monitoring/AllSessionsSummary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/AllSessionsSummary.jsp,v diff -u -r1.29.2.2 -r1.29.2.3 --- lams_tool_vote/web/monitoring/AllSessionsSummary.jsp 22 Feb 2016 01:41:51 -0000 1.29.2.2 +++ lams_tool_vote/web/monitoring/AllSessionsSummary.jsp 26 May 2016 13:01:08 -0000 1.29.2.3 @@ -3,30 +3,51 @@ - -

    -
    +
    - + -
    - /monitoring/ReflectionViewer.jsp?sessionUid=${sessionUid} - -

    - -

    -
    -
    - - + +
    + + + + + +   + + +   + +
    +
    + +
    +
    + + + + ${buttonbar} +
    + +
    +
    + @@ -36,7 +57,8 @@ @@ -70,31 +92,13 @@
    - + + ${currentNomination.nomination} @@ -46,7 +68,7 @@ -  () +  ()
    -

    - - - - - +

    + +
    +
    + ${ ! status.last ? '
     
    ' : ''} -

    - - - - - -

    - - - - - - + + Index: lams_tool_vote/web/monitoring/Edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Edit.jsp,v diff -u -r1.10.2.1 -r1.10.2.2 --- lams_tool_vote/web/monitoring/Edit.jsp 16 Apr 2015 14:48:00 -0000 1.10.2.1 +++ lams_tool_vote/web/monitoring/Edit.jsp 26 May 2016 13:01:08 -0000 1.10.2.2 @@ -1,78 +1,35 @@ <%@ include file="/common/taglibs.jsp"%> - - - +
    - + + - + + + - - - - - + +
    -
    - -
    - -
    -
    - -
    - -
    -
    -
    -

    -

    - - - - - - - - - - - - - - - - - - - - - - -
    - : - - - - - -
    -
    -
    +
    + :
    - - - - - - - - + +
    + + + + + + + + + Index: lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.24.2.2 -r1.24.2.3 --- lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp 22 Feb 2016 01:41:51 -0000 1.24.2.2 +++ lams_tool_vote/web/monitoring/MonitoringMaincontent.jsp 26 May 2016 13:01:08 -0000 1.24.2.3 @@ -6,22 +6,12 @@ <%@ page import="java.util.Set" %> <%@ page import="org.lamsfoundation.lams.tool.vote.VoteAppConstants"%> - <% - 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/monitorheader.jsp"%> - <%@ include file="/common/tabbedheader.jsp"%> - - -
    - -

    :

    - -
    - - + + + + - + data-session-id='${param.sessionUid}' -
    + data-session-id='${param.toolContentUID}' - - - - - - - - - - -
    + + + + + + + - -
    -
    - - - - - - -
    -
    -
    - -
    + +
    Index: lams_tool_vote/web/monitoring/ReflectionViewer.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/ReflectionViewer.jsp,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_vote/web/monitoring/ReflectionViewer.jsp 22 Feb 2016 01:41:51 -0000 1.1.2.2 +++ lams_tool_vote/web/monitoring/ReflectionViewer.jsp 26 May 2016 13:01:08 -0000 1.1.2.3 @@ -13,10 +13,11 @@ $(document).ready(function(){ $(".tablesorter").tablesorter({ - theme: 'blue', + theme: 'bootstrap', sortInitialOrder: 'desc', sortList: [[0]], - widgets: [ "resizable", "filter" ], + headerTemplate : '{content} {icon}', + widgets: [ "uitheme", "resizable", "filter" ], headers: { 1: { filter: false, sorter: false} }, widgetOptions: { resizable: true, @@ -30,7 +31,12 @@ $(".tablesorter").each(function() { $(this).tablesorterPager({ savePages: false, - ajaxUrl : "monitoring.do?dispatch=getReflectionsJSON&page={page}&size={size}&{sortList:column}&{filterList:fcol}&sessionUid=" + $(this).attr('data-session-id'), + container: $(this).find(".ts-pager"), + output: '{startRow} to {endRow} ({totalRows})', + cssPageDisplay: '.pagedisplay', + cssPageSize: '.pagesize', + cssDisabled: 'disabled', + ajaxUrl : "monitoring.do?dispatch=getReflectionsJSON&page={page}&size={size}&{sortList:column}&{filterList:fcol}&sessionUid=" + $(this).attr('data-session-id'), ajaxProcessing: function (data, table) { if (data && data.hasOwnProperty('rows')) { var rows = [], @@ -60,63 +66,24 @@ return json; } - }, - container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})', - // css class names of pager arrows - cssNext: '.tablesorter-next', // next page arrow - cssPrev: '.tablesorter-prev', // previous page arrow - cssFirst: '.tablesorter-first', // go to first page arrow - cssLast: '.tablesorter-last', // go to last page arrow - cssGoto: '.gotoPage', // select dropdown to allow choosing a page - cssPageDisplay: '.pagedisplay', // location of where the "output" is displayed - cssPageSize: '.pagesize', // page size selector - select dropdown that sets the "size" option - // class added to arrows when at the extremes (i.e. prev/first arrows are "disabled" when on the first page) - cssDisabled: 'disabled' // Note there is no period "." in front of this class name + } }) }); }) -
    - -

    - -
    - - - - - - - - - -
    + + - -
    -
    - - - - - - -
    -
    -
    - -
    + + + + + + +
    Index: lams_tool_vote/web/monitoring/StatsPart.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/StatsPart.jsp,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_vote/web/monitoring/StatsPart.jsp 22 Feb 2016 01:41:51 -0000 1.1.2.2 +++ lams_tool_vote/web/monitoring/StatsPart.jsp 26 May 2016 13:01:08 -0000 1.1.2.3 @@ -1,17 +1,30 @@ <%@ include file="/common/taglibs.jsp"%> - + + + - + - -

    ${stats.sessionName}

    + +
    +
    + + ${stats.sessionName} + +
    + +
    -

    ${stats.countUsersComplete}
    - ${stats.countAllUsers}

    - +

     ${stats.countUsersComplete}

    +

     ${stats.countAllUsers}

    + + +
    +
    +
    Index: lams_tool_vote/web/monitoring/SummaryContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/SummaryContent.jsp,v diff -u -r1.46.2.5 -r1.46.2.6 --- lams_tool_vote/web/monitoring/SummaryContent.jsp 22 Feb 2016 01:41:51 -0000 1.46.2.5 +++ lams_tool_vote/web/monitoring/SummaryContent.jsp 26 May 2016 13:01:08 -0000 1.46.2.6 @@ -2,17 +2,6 @@ - - - - - - - - - - - - -

    - -

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

    + +

    +
    +
    - - + + + + + + + + + + + + + +
    + - + <%@include file="AdvanceOptions.jsp"%> - + <%@include file="daterestriction.jsp"%> + \ No newline at end of file Index: lams_tool_vote/web/monitoring/VoteNominationViewer.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/VoteNominationViewer.jsp,v diff -u -r1.15.2.3 -r1.15.2.4 --- lams_tool_vote/web/monitoring/VoteNominationViewer.jsp 22 Feb 2016 01:41:51 -0000 1.15.2.3 +++ lams_tool_vote/web/monitoring/VoteNominationViewer.jsp 26 May 2016 13:01:08 -0000 1.15.2.4 @@ -13,10 +13,11 @@ $(document).ready(function(){ $(".tablesorter").tablesorter({ - theme: 'blue', + theme: 'bootstrap', sortInitialOrder: 'desc', sortList: [[0]], - widgets: [ "resizable", "filter" ], + headerTemplate : '{content} {icon}', + widgets: [ "uitheme", "resizable", "filter" ], headers: { 1: { filter: false} }, widgetOptions: { resizable: true, @@ -30,6 +31,11 @@ $(".tablesorter").each(function() { $(this).tablesorterPager({ savePages: false, + container: $(this).find(".ts-pager"), + output: '{startRow} to {endRow} ({totalRows})', + cssPageDisplay: '.pagedisplay', + cssPageSize: '.pagesize', + cssDisabled: 'disabled', ajaxUrl : "monitoring.do?dispatch=getVoteNominationsJSON&page={page}&size={size}&{sortList:column}&{filterList:fcol}&questionUid=${questionUid}&sessionUid=" + $(this).attr('data-session-id'), ajaxProcessing: function (data, table) { if (data && data.hasOwnProperty('rows')) { @@ -56,63 +62,24 @@ return json; } - }, - container: $(this).next(".pager"), - output: '{startRow} to {endRow} ({totalRows})', - // css class names of pager arrows - cssNext: '.tablesorter-next', // next page arrow - cssPrev: '.tablesorter-prev', // previous page arrow - cssFirst: '.tablesorter-first', // go to first page arrow - cssLast: '.tablesorter-last', // go to last page arrow - cssGoto: '.gotoPage', // select dropdown to allow choosing a page - cssPageDisplay: '.pagedisplay', // location of where the "output" is displayed - cssPageSize: '.pagesize', // page size selector - select dropdown that sets the "size" option - // class added to arrows when at the extremes (i.e. prev/first arrows are "disabled" when on the first page) - cssDisabled: 'disabled' // Note there is no period "." in front of this class name + } }) }); }) + + + +

    : ${nominationText}

    -
    - -

    :

    - -
    - - - - - - - -
    - -
    + + + + - -
    -
    - - - - - - -
    -
    -
    - -
    +
    Index: lams_tool_vote/web/monitoring/daterestriction.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/daterestriction.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_vote/web/monitoring/daterestriction.jsp 17 May 2011 03:39:32 -0000 1.2 +++ lams_tool_vote/web/monitoring/daterestriction.jsp 26 May 2016 13:01:08 -0000 1.2.2.1 @@ -1,43 +1,29 @@ <%@include file="/common/taglibs.jsp"%> -

    - + + - - - -

    -
    - - \ No newline at end of file + \ No newline at end of file