Index: lams_tool_larsrc/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/AdvancedAccordian.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/AdvancedAccordian.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,53 @@ +<% + /**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * AdvancedAccordian.tag + * Author: Fiona Malikoff + * Description: Creates the show/hide entry for the Advanced Settings in Montoring. + * Wiki: + */ +%> +<%@ attribute name="title" required="true" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +
+
+ + +
+ +
+
+
+ \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/Arrow.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/Arrow.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,35 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn" %> + +<%-- state = up: up arrow; state = down: down arrow --%> +<%@ attribute name="state" required="true" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="onclick" required="false" rtexprvalue="true"%> + + + + title="${title}" + + + + + + + + + onclick="${onclick}" + + + + + + + + + + + + + + Index: lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,349 @@ +<% + /** + * AuthoringRatingCriteria.tag + * Author: Andrey Balan + * Description: Creates list of rating criterias for authoring page + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="criterias" required="true" rtexprvalue="true" type="java.util.Collection" %> + +<%-- 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" %> +<%@ attribute name="upLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="downLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="maximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMinimumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="noMaximumLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="jsWarningLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="allowCommentsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ + + + + + + + + + + + + + + +
+ + + +
">
+
">
+
+ "> +
+ + + + +
+ + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + +
+
+ +
+ +
+ +
+ + +
+
+
+
+ \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/Comments.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/Comments.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/Comments.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,47 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + +<%@ attribute name="toolSessionId" required="true" rtexprvalue="true"%> +<%@ attribute name="toolSignature" required="true" rtexprvalue="true"%> +<%@ attribute name="height" required="false" rtexprvalue="true"%> +<%@ attribute name="width" required="false" rtexprvalue="true"%> +<%@ attribute name="mode" required="false" rtexprvalue="true"%> +<%@ attribute name="likeAndDislike" required="false" rtexprvalue="true"%> +<%@ attribute name="readOnly" required="false" rtexprvalue="true"%> +<%@ attribute name="pageSize" required="false" rtexprvalue="true"%> +<%@ attribute name="sortBy" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + &mode=${mode} + + + + + + + + + + + + + + +
+ \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/CommentsAuthor.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/CommentsAuthor.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,51 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> + +<%@ attribute name="allowCommentsVariableName" required="false" rtexprvalue="true"%> +<%@ attribute name="allowCommentLabelKey" required="false" rtexprvalue="true"%> +<%@ attribute name="likeDislikeVariableName" required="false" rtexprvalue="true"%> +<%@ attribute name="likeOnlyCommentLabelKey" required="false" rtexprvalue="true"%> +<%@ attribute name="likeDislikeLabelKey" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + +
+ +
+
+     +   +
+ + + + Index: lams_tool_larsrc/web/WEB-INF/tags/Rating.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/Rating.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/Rating.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,194 @@ +<% + /** + * Rating.tag + * Author: Andrey Balan + * Description: Shows rating stars widget + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%@ attribute name="itemRatingDto" required="true" rtexprvalue="true" type="org.lamsfoundation.lams.rating.dto.ItemRatingDTO" %> + +<%-- Optional attribute --%> +<%@ attribute name="disabled" required="false" rtexprvalue="true" %> +<%@ attribute name="isItemAuthoredByUser" required="false" rtexprvalue="true" %> +<%@ attribute name="maxRates" required="false" rtexprvalue="true" %> +<%@ attribute name="countRatedItems" required="false" rtexprvalue="true" %> +<%@ attribute name="yourRatingLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="averageRatingLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> +<%@ attribute name="showComments" required="false" rtexprvalue="true" %> + +<%-- Default value for message key --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%--Rating stars area---------------------------------------%> + +
+
+ + + + + + + + + + + + + + + + + + + + + + ${criteriaDto.ratingCriteria.title} + + + + + + + + + + + +
+
+ + + +
+ + + + + + ${criteriaDto.numberOfVotes} + + +
+
+ + +
style="visibility: hidden;" + > + + + + + + + + + + + + + ${criteriaDto.numberOfVotes} + + +
+ +
+
+ +
+ +
+ +
+ +<%--Comments area---------------------------------------%> + +
+ + + + +
+ +
+
+
+ + +
+ +
+
+ + +
+ + + + + + + : + + + + +
+
+ +
+
+
+
+
+
+
+ +
+
\ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/RestrictedUsageAccordian.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,54 @@ +<% + /**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * AdvancedAccordian.tag + * Author: Fiona Malikoff + * Description: Creates the show/hide entry for the Restricted Usage Settings in Monitoring. + * Wiki: + */ +%> +<%@ attribute name="title" required="true" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +
+
+ + + +
+ +
+
+
+ \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/TabBodyArea.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +1,39 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabBodyArea.tag + * Author: Fiona Malikoff + * Description: Creates the panel body area for a nav bar screen + * Wiki: + */ + +%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> + +
+ +
+ + \ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/TabBodys.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/TabBodys.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/TabBodys.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -0,0 +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 + * **************************************************************** + */ + +/** + * TabBodys.tag + * Author: Fiona Malikoff + * Description: Create a tabbody list from nested TabBody tags. + * Wiki: + */ + + %> +<%@ tag body-content="scriptless"%> + + +
+ +
Index: lams_tool_larsrc/web/common/header.jsp =================================================================== diff -u -rb3fe40cd67fc779a6eee8320fadc3a489565a557 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/common/header.jsp (.../header.jsp) (revision b3fe40cd67fc779a6eee8320fadc3a489565a557) +++ lams_tool_larsrc/web/common/header.jsp (.../header.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -4,18 +4,14 @@ - -<%-- - - - --%> + \ No newline at end of file Index: lams_tool_larsrc/web/common/tabbedheader.jsp =================================================================== diff -u -rb3fe40cd67fc779a6eee8320fadc3a489565a557 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/common/tabbedheader.jsp (.../tabbedheader.jsp) (revision b3fe40cd67fc779a6eee8320fadc3a489565a557) +++ lams_tool_larsrc/web/common/tabbedheader.jsp (.../tabbedheader.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -1,20 +1,15 @@ -<%@ include file="/common/taglibs.jsp"%> - -<%-- - - - --%> + \ No newline at end of file Fisheye: Tag ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd refers to a dead (removed) revision in file `lams_tool_larsrc/web/includes/css/rsrc.css'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_larsrc/web/pages/monitoring/advanceoptions.jsp =================================================================== diff -u -r94ed30ec071e295e4a2d469f02778c25f401ca41 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/pages/monitoring/advanceoptions.jsp (.../advanceoptions.jsp) (revision 94ed30ec071e295e4a2d469f02778c25f401ca41) +++ lams_tool_larsrc/web/pages/monitoring/advanceoptions.jsp (.../advanceoptions.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -1,16 +1,9 @@ <%@ include file="/common/taglibs.jsp"%> -

- - - - - -

-
- - \ No newline at end of file + \ No newline at end of file Index: lams_tool_larsrc/web/pages/monitoring/editactivity.jsp =================================================================== diff -u -r7d391686e87496990fd475aede299ee5bab884ad -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 7d391686e87496990fd475aede299ee5bab884ad) +++ lams_tool_larsrc/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -3,12 +3,12 @@ -
+ -
+
- +
Index: lams_tool_larsrc/web/pages/monitoring/monitoring.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_larsrc/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -7,16 +7,6 @@ <%@ include file="/common/tabbedheader.jsp" %> - - -
-

- -

- -
- - + + + -
- - -
+ + + +
: @@ -33,7 +33,7 @@ - +
- - - - - - - - - - - -
- -
- - -
- -
-
+
+ + + + + + +
+ - +
+ +
+
+ + \ No newline at end of file Index: lams_tool_larsrc/web/pages/monitoring/statistic.jsp =================================================================== diff -u -r7d391686e87496990fd475aede299ee5bab884ad -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/pages/monitoring/statistic.jsp (.../statistic.jsp) (revision 7d391686e87496990fd475aede299ee5bab884ad) +++ lams_tool_larsrc/web/pages/monitoring/statistic.jsp (.../statistic.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -5,45 +5,46 @@ -
- -
+ + +
-
+ -
+
-
- - - - - <%-- display group name on first row--%> - - -

${group.sessionName}

-
- + + +
+
+ +  ${group.sessionName} + +
+ + +
+ + + + + + + + - - - - - - - - - -
+ + + + + + + +
- - - - - - - -
@@ -82,7 +83,10 @@
+
+ + + + +
Index: lams_tool_larsrc/web/pages/monitoring/summary.jsp =================================================================== diff -u -r08265d215705dc3f7e56e5cb4793bd28045a778b -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 08265d215705dc3f7e56e5cb4793bd28045a778b) +++ lams_tool_larsrc/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -3,18 +3,22 @@ - + @@ -48,7 +52,7 @@ {name:'viewNumber', index:'viewNumber', width:100, align:"center", sorttype:"int"}, {name:'actions', index:'actions', width:120, align:"center"} ], - caption: "${groupSummary.sessionName}", + // caption: "${groupSummary.sessionName}", subGrid: true, subGridRowExpanded: function(subgrid_id, row_id) { var subgridTableId = subgrid_id+"_t"; @@ -145,6 +149,7 @@ }); } }); + setTimeout(function(){ window.dispatchEvent(new Event('resize')); }, 300); }); @@ -175,35 +180,59 @@ -

- -

+
+

+ +

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

- ${groupSummary.sessionName} -

-
+
+
+ ${ !sessionMap.isGroupedActivity || ! status.last ? '
 
' : ''} -
-
-
+ + +
+
<%@ include file="reflections.jsp"%> Index: lams_tool_larsrc/web/pages/monitoring/userlist.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd --- lams_tool_larsrc/web/pages/monitoring/userlist.jsp (.../userlist.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_larsrc/web/pages/monitoring/userlist.jsp (.../userlist.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd) @@ -8,41 +8,52 @@ - + + - - + + + + - - +<%-- --%>
-

- -

+ + -
- - +
- + + + + +
@@ -60,13 +71,6 @@
@@ -84,33 +88,33 @@
+ + + + + + +
-
- -
-
- - - - - - -
-
-
- Close + Close
-
- + + + \ No newline at end of file