Index: lams_tool_pixlr/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520) +++ lams_tool_pixlr/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -122,12 +122,12 @@ window.close(); } -

- - - - +

+ -

+ + + +
\ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r47cbd6e6676ba330de8e1256da0ae1f840c11d25 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 47cbd6e6676ba330de8e1256da0ae1f840c11d25) +++ lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -18,6 +18,7 @@ <%-- Optional attribute --%> <%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> <%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> <%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> <%@ attribute name="addLabel" required="false" rtexprvalue="true" %> <%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> @@ -106,16 +107,16 @@ jQuery('').append(jQuery('', { 'class': 'criteria-info', html: '' + - '' + '' })).append(jQuery('', { width: '40px', - html: '
" />' + + html: '
" />' + '
" />' })).append(jQuery('', { width: '20px', - html: '
" />' + html: '">' })).appendTo('#criterias-table'); reactivateArrows(); @@ -124,30 +125,29 @@ addCriteria(); addCriteria(); + reactivateArrows(); function reactivateArrows() { $('#criterias-table tr').each(function() { $this = $(this); // cache $(this) if ($this.is(':first-child')) { - $(".up-arrow", $this).addClass("up-arrow-disabled").removeClass("up-arrow"); - + $(".arrow-up", $this).removeClass("fa fa-long-arrow-up fa-pull-left"); } else { - $(".up-arrow-disabled", $this).addClass("up-arrow").removeClass("up-arrow-disabled"); + $(".arrow-up", $this).addClass("fa fa-long-arrow-up fa-pull-left"); } if ($this.is(':last-child')) { - $(".down-arrow", $this).addClass("down-arrow-disabled").removeClass("down-arrow"); - + $(".arrow-down", $this).removeClass("fa fa-long-arrow-down fa-pull-right"); } else { - $(".down-arrow-disabled", $this).addClass("down-arrow").removeClass("down-arrow-disabled"); + $(".arrow-down", $this).addClass("fa fa-long-arrow-down fa-pull-right"); } }); } //upCriteria - $( "body" ).on( "click", ".up-arrow", function() { + $( "body" ).on( "click", ".fa-long-arrow-up", function() { var currentRow = $(this).closest('tr'); var currentCriteriaTd = $( ".criteria-info", currentRow); var currentOrderId = $( "input[name^='criteriaOrderId']", currentCriteriaTd); @@ -170,7 +170,7 @@ } ); //downCriteria - $( "body" ).on( "click", ".down-arrow", function() { + $( "body" ).on( "click", ".fa-long-arrow-down", function() { var currentRow = $(this).closest('tr'); var currentCriteriaTd = $( ".criteria-info", currentRow); var currentOrderId = $( "input[name^='criteriaOrderId']", currentCriteriaTd); @@ -193,7 +193,7 @@ }); //deleteCriteria - $( "body" ).on( "click", ".delete-arrow", function() { + $( "body" ).on( "click", ".fa-times", function() { var currentRow = $(this).closest('tr'); currentRow.remove(); @@ -241,112 +241,110 @@ } -
-

- -

- +
- - - - - - - - - - - - + + + +
+ + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + +
- -
- - - - -
">
- -
">
-
-
+
+
+ +
- - -
">
-
+
+ + + + + + + ${ criteria.commentsEnabled }${status.index == 1}${status.last}${ isFirst } + + + + + + + + + +
+ + + +
">
+
">
+
+ "> +
-
">
- -
-
" >
-
-
- - - -
+
+ +
- -
- - - - - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - - - - - - - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - +
+ + +
-
- -
- checked="checked" - /> - - -
- - -
-
-
\ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/CKEditor.tag =================================================================== diff -u -rdc884b8e6274ebbc664d1ee940e565803445bb26 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision dc884b8e6274ebbc664d1ee940e565803445bb26) +++ lams_tool_pixlr/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -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}Replace + + @@ -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", Index: lams_tool_pixlr/web/WEB-INF/tags/ImgButtonWrapper.tag =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,37 +1,37 @@ -<% -/**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * ImgButtonWrapper.tag - * Author: Mitchell Seaton - * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. - */ - - %> -<%@ tag body-content="scriptless" %> -
-
- -
-
+<% +/**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * ImgButtonWrapper.tag + * Author: Mitchell Seaton + * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. + */ + + %> +<%@ tag body-content="scriptless" %> +
+
+ +
+
Index: lams_tool_pixlr/web/WEB-INF/tags/Page.tag =================================================================== diff -u -r47cbd6e6676ba330de8e1256da0ae1f840c11d25 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 47cbd6e6676ba330de8e1256da0ae1f840c11d25) +++ lams_tool_pixlr/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Index: lams_tool_pixlr/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -24,8 +24,8 @@ /** * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. * Wiki: */ %> @@ -54,6 +54,9 @@ <%-- 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;"> + --%> @@ -73,13 +76,14 @@
- + + + class="active" + + + + + class="disabled" + + +
  • ${tabTitle}
  • Index: lams_tool_pixlr/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -28,25 +28,17 @@ * 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"%> - -
    - - - - - - - - + + + active + -
    - +
    Index: lams_tool_pixlr/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -23,47 +23,70 @@ /** * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. */ - %> -<%@ 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"%> +<%@ 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_pixlr/web/pages/authoring/headItems.jsp =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/authoring/headItems.jsp (.../headItems.jsp) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/pages/authoring/headItems.jsp (.../headItems.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -8,4 +8,3 @@ - Index: lams_tool_pixlr/web/pages/learning/viewAll.jsp =================================================================== diff -u -r47cbd6e6676ba330de8e1256da0ae1f840c11d25 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/learning/viewAll.jsp (.../viewAll.jsp) (revision 47cbd6e6676ba330de8e1256da0ae1f840c11d25) +++ lams_tool_pixlr/web/pages/learning/viewAll.jsp (.../viewAll.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -42,8 +42,8 @@ - - +
    + - -
    @@ -66,13 +66,9 @@
    - -
    -
    -
    -
    + + +
    @@ -83,12 +79,12 @@
    <%--Bottom buttons--------------------------------------------------%> - + - + Index: lams_tool_pixlr/web/pages/monitoring/advanceOptions.jsp =================================================================== diff -u --- lams_tool_pixlr/web/pages/monitoring/advanceOptions.jsp (revision 0) +++ lams_tool_pixlr/web/pages/monitoring/advanceOptions.jsp (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -0,0 +1,70 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + +
    + + + + + + + + + + +
    + + + + + + + + + + +
    + + + +
    +
    Index: lams_tool_pixlr/web/pages/monitoring/editActivity.jsp =================================================================== diff -u -r63ab4413a66861635ecc8d57de6256e4aefed77b -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/monitoring/editActivity.jsp (.../editActivity.jsp) (revision 63ab4413a66861635ecc8d57de6256e4aefed77b) +++ lams_tool_pixlr/web/pages/monitoring/editActivity.jsp (.../editActivity.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,25 +1,24 @@ <%@ include file="/common/taglibs.jsp"%> - -

    + -

    +
    - +
    - -
    +
    + @@ -29,15 +28,13 @@
    -

    - - - - - - - - -

    + + + + + + + + Index: lams_tool_pixlr/web/pages/monitoring/image.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/monitoring/image.jsp (.../image.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_pixlr/web/pages/monitoring/image.jsp (.../image.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,26 +1,18 @@ - - + <%@ include file="/common/taglibs.jsp"%> -<% -String imageURL = request.getParameter("imageURL"); -%> - - + - + Index: lams_tool_pixlr/web/pages/monitoring/monitoring.jsp =================================================================== diff -u -rbe07c35c372d904a65581d98660e73f3b13b69db -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision be07c35c372d904a65581d98660e73f3b13b69db) +++ lams_tool_pixlr/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,23 +1,22 @@ <%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.pixlr.util.PixlrConstants"%> + - + + + + + + + + + + + + + + -
    - - - - - -
    - Fisheye: Tag d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 refers to a dead (removed) revision in file `lams_tool_pixlr/web/pages/monitoring/notebook.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_pixlr/web/pages/monitoring/pixlrDisplay.jsp =================================================================== diff -u -rb703d43cf69269e0afcc716321fd5ef42c249a43 -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/monitoring/pixlrDisplay.jsp (.../pixlrDisplay.jsp) (revision b703d43cf69269e0afcc716321fd5ef42c249a43) +++ lams_tool_pixlr/web/pages/monitoring/pixlrDisplay.jsp (.../pixlrDisplay.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,24 +1,25 @@ <%@ include file="/common/taglibs.jsp"%> - +
    + - + - -

    ${userDTO.firstName} ${userDTO.lastName }

    + -
    + @@ -27,7 +28,7 @@
    + Index: lams_tool_pixlr/web/pages/monitoring/statistics.jsp =================================================================== diff -u -r6fb9beec407d0532645a9ff3331955bf7e5dd95b -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/monitoring/statistics.jsp (.../statistics.jsp) (revision 6fb9beec407d0532645a9ff3331955bf7e5dd95b) +++ lams_tool_pixlr/web/pages/monitoring/statistics.jsp (.../statistics.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,36 +1,44 @@ <%@ include file="/common/taglibs.jsp"%> - + + + + + + + - +
    +
    + + + ${session.sessionName} + + +
    +
    + + +
    +
    + + + + +
    + heading.totalLearnersInGroup + + ${session.numberOfLearners} +
    -

    - ${session.sessionName} -

    + heading.totalFinishedLearnersInGroup
    + ${session.numberOfFinishedLearners} +
    -
    - - - - - - - - - - -
    - heading.totalLearnersInGroup - - ${session.numberOfLearners} -
    - heading.totalFinishedLearnersInGroup - - ${session.numberOfFinishedLearners} -
    +
    Index: lams_tool_pixlr/web/pages/monitoring/summary.jsp =================================================================== diff -u -r63ab4413a66861635ecc8d57de6256e4aefed77b -rd90a410fd0e5efc3e47d5a112843ab7db4d3bbc4 --- lams_tool_pixlr/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 63ab4413a66861635ecc8d57de6256e4aefed77b) +++ lams_tool_pixlr/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision d90a410fd0e5efc3e47d5a112843ab7db4d3bbc4) @@ -1,8 +1,7 @@ <%@ include file="/common/taglibs.jsp"%> - - + -

    - -

    -
    - +
    +

    + +

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

    - ${session.sessionName} -

    + +
    +
    + + + + + + + +
    + +
    - +
    - - - -
    - - - ${session.numberOfLearners} -
    - - - - - + + - + -
    + + + + + +
    - - - + + + + + + + + + + + + - + @@ -104,85 +130,19 @@
    + + +
    +
    +
    + ${ !isGroupedActivity || ! status.last ? '
     
    ' : ''}
    + +
    +
    -

    - - - - - -

    -
    - - - +<%@ include file="advanceOptions.jsp"%>