Index: lams_tool_lamc/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/AdvancedAccordian.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/AdvancedAccordian.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Arrow.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Arrow.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520) +++ lams_tool_lamc/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -122,12 +122,12 @@ window.close(); } -

- - - - +

+ -

+ + + +
\ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingCriteria.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/CKEditor.tag =================================================================== diff -u -rdc884b8e6274ebbc664d1ee940e565803445bb26 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision dc884b8e6274ebbc664d1ee940e565803445bb26) +++ lams_tool_lamc/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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", Index: lams_tool_lamc/web/WEB-INF/tags/Comments.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Comments.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Comments.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/CommentsAuthor.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/CommentsAuthor.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/Page.tag =================================================================== diff -u -rf7fc2ea4f07c842e1c377410f60054411f9aaaf5 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f7fc2ea4f07c842e1c377410f60054411f9aaaf5) +++ lams_tool_lamc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Index: lams_tool_lamc/web/WEB-INF/tags/Rating.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/Rating.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/Rating.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/RestrictedUsageAccordian.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/TSTable.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/TSTable.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/TSTable.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -0,0 +1,53 @@ +<%-- Tablesorter Table and Pager --%> +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> + +<%@ attribute name="numColumns" required="true" rtexprvalue="true"%> +<%@ attribute name="dataId" required="false" rtexprvalue="true"%> +<%@ attribute name="tableClass" required="false" rtexprvalue="true"%> +<%@ attribute name="pagerClass" required="false" rtexprvalue="true"%> +<%@ attribute name="test" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -rac6c077d83ef253fa3f07a515edc49077317029a -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision ac6c077d83ef253fa3f07a515edc49077317029a) +++ lams_tool_lamc/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,85 +1,89 @@ -<% - /**************************************************************** - * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - * ============================================================= - * License Information: http://lamsfoundation.org/licensing/lams/2.0/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2.0 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. - * Wiki: - */ -%> -<%@ tag body-content="empty"%> -<%@ attribute name="id" required="true" rtexprvalue="true"%> -<%@ attribute name="value" required="false" rtexprvalue="true"%> -<%@ attribute name="key" required="false" rtexprvalue="true"%> -<%@ attribute name="inactive" required="false" rtexprvalue="true"%> -<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - -<%-- Check if bundle is set --%> - - - - - - - - - - -<%-- - Usually methodCall is selectTab, but the calling code can override methodCall if desired. - this is handy if the page needs different logic on initialisation and user switching tabs ---%> - - - - - - - - - - - - - - - - - - - +<% + /**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * Tab.tag + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. + * Wiki: + */ +%> +<%@ tag body-content="empty"%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="false" rtexprvalue="true"%> +<%@ attribute name="key" required="false" rtexprvalue="true"%> +<%@ attribute name="inactive" required="false" rtexprvalue="true"%> +<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +<%-- Check if bundle is set --%> + + + + + + + + + + +<%-- + Usually methodCall is selectTab, but the calling code can override methodCall if desired. + this is handy if the page needs different logic on initialisation and user switching tabs + + -- onclick="${methodCall}(${id});return false;"> + +--%> + + + + + + + + + + + + + + + + + + + + + class="active" + + + + + class="disabled" + + +
  • ${tabTitle}
  • Index: lams_tool_lamc/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6) +++ lams_tool_lamc/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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 + + +
    Index: lams_tool_lamc/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/TabBodyArea.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/TabBodys.tag =================================================================== diff -u --- lams_tool_lamc/web/WEB-INF/tags/TabBodys.tag (revision 0) +++ lams_tool_lamc/web/WEB-INF/tags/TabBodys.tag (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -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_lamc/web/WEB-INF/tags/TabName.tag =================================================================== diff -u -r7329c82c5388fbb86b6a0a2b27a71151ee8f116e -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 7329c82c5388fbb86b6a0a2b27a71151ee8f116e) +++ lams_tool_lamc/web/WEB-INF/tags/TabName.tag (.../TabName.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,59 +1,59 @@ -<%/**************************************************************** - * 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 - * **************************************************************** - */ - -/** - * TabName Tag - * Author: Mitchell Seaton - * Description: Shortens name that are too long to fit inside a tab - */ - - %> -<%@ tag body-content="scriptless" %> - -<%@ attribute name="url" required="true" rtexprvalue="true"%> -<%@ attribute name="highlight" required="false" rtexprvalue="true" %> - -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-function" prefix="fn"%> - -12 - - - - - - - - - - - - - - - - - - - +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabName Tag + * Author: Mitchell Seaton + * Description: Shortens name that are too long to fit inside a tab + */ + + %> +<%@ tag body-content="scriptless" %> + +<%@ attribute name="url" required="true" rtexprvalue="true"%> +<%@ attribute name="highlight" required="false" rtexprvalue="true" %> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-function" prefix="fn"%> + +12 + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6) +++ lams_tool_lamc/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,69 +1,92 @@ -<%/**************************************************************** - * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - * ============================================================= - * License Information: http://lamsfoundation.org/licensing/lams/2.0/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2.0 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - -/** - * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: - */ - - %> -<%@ tag body-content="scriptless"%> -<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true"%> -<%@ attribute name="control" required="false" rtexprvalue="true"%> -<%@ attribute name="useKey" required="false" rtexprvalue="true"%> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-lams" prefix="lams"%> - - - - - - - - - - - - +<%/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + +/** + * Tabs.tag + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. + */ + +%> +<%@ attribute name="control" required="false" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="refreshOnClickAction" required="false" rtexprvalue="true"%> +<%@ attribute name="helpToolSignature" required="false" rtexprvalue="true"%> +<%@ attribute name="helpModule" required="false" rtexprvalue="true"%> +<%@ attribute name="extraControl" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + + + + + + + + + + + + +
    + + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -r613f0d0d76eb497ed58d7e6836eda34a245425a9 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 613f0d0d76eb497ed58d7e6836eda34a245425a9) +++ lams_tool_lamc/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -41,7 +41,9 @@ - + - + + + Index: lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r5e63656a12c02f7476564e278b43ff4ce86ac930 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 5e63656a12c02f7476564e278b43ff4ce86ac930) +++ lams_tool_lamc/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -178,7 +178,7 @@ css org.lamsfoundation.lams.web.tag.CssTag empty - + Output stylesheet based on the user preferences. style @@ -408,18 +408,34 @@ /WEB-INF/tags/TabBody.tag + TabBodys + /WEB-INF/tags/TabBodys.tag + + TabName /WEB-INF/tags/TabName.tag + TabBodyArea + /WEB-INF/tags/TabBodyArea.tag + + CKEditor /WEB-INF/tags/CKEditor.tag AuthoringButton /WEB-INF/tags/AuthoringButton.tag - + + AuthoringRatingCriteria + /WEB-INF/tags/AuthoringRatingCriteria.tag + + + Rating + /WEB-INF/tags/Rating.tag + + headItems /WEB-INF/tags/headItems.tag @@ -438,8 +454,24 @@ Page /WEB-INF/tags/Page.tag + + + TSTable + /WEB-INF/tags/TSTable.tag + + + Arrow + /WEB-INF/tags/Arrow.tag + + + AdvancedAccordian + /WEB-INF/tags/AdvancedAccordian.tag + RestrictedUsageAccordian + /WEB-INF/tags/RestrictedUsageAccordian.tag + + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag @@ -481,5 +513,13 @@ head /WEB-INF/tags/Head.tag + + Comments + /WEB-INF/tags/Comments.tag + + + CommentsAuthor + /WEB-INF/tags/CommentsAuthor.tag + Index: lams_tool_lamc/web/authoring/AdvancedContent.jsp =================================================================== diff -u -r6c5d0c6b8ff17d661580df2c265f2dcabfe7d76c -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 6c5d0c6b8ff17d661580df2c265f2dcabfe7d76c) +++ lams_tool_lamc/web/authoring/AdvancedContent.jsp (.../AdvancedContent.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,75 +1,63 @@ <%@ include file="/common/taglibs.jsp"%> -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

    - - +

    -

    +
    -

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

    + -

    - -

    - - +

    -

    -

    - -

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

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

    Index: lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp =================================================================== diff -u -r9db7a5bb39fecf9a0f1ae5cf2a9f701d2aa1532f -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp (.../candidateAnswersAddList.jsp) (revision 9db7a5bb39fecf9a0f1ae5cf2a9f701d2aa1532f) +++ lams_tool_lamc/web/authoring/candidateAnswersAddList.jsp (.../candidateAnswersAddList.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -7,61 +7,54 @@ ${candidateIndex} - ${formBean.candidateIndex}
    -
    - -
    - <%@ include file="/common/messages.jsp"%> - +
    - - - - - + + - + - + - - - - - - Index: lams_tool_lamc/web/authoring/candidateAnswersList.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/authoring/candidateAnswersList.jsp (.../candidateAnswersList.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_lamc/web/authoring/candidateAnswersList.jsp (.../candidateAnswersList.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -7,7 +7,6 @@ ${candidateIndex} - ${formBean.candidateIndex} @@ -18,7 +17,6 @@ ${questionIndex} - ${formBean.questionIndex} @@ -27,26 +25,20 @@ -
    - -
    - <%@ include file="/common/messages.jsp"%> -
    - - + + + - + - + - +
    + + + @@ -71,47 +64,29 @@ - " > + " ${SELECTED_ANSWER} > + - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateDown');"> - images/up_disabled.gif" - border="0"> + + - - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateUp');"> + + + - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateDown');"> - - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAddedCandidate('', 'moveAddedCandidateUp');"> - - images/delete.gif" border="0" - title="" - onclick="removeAddedCandidate(${caIndex});"> + +
    +
    - + - - - - - + + @@ -56,83 +48,67 @@ - - + + - + - + - + - - - - - + Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -5,9 +5,7 @@ <%@ include file="/common/header.jsp"%> - - - -
    - + - - - - - - - - - + -
    - -
    + + + + + + + + + - - + - <%@ include file="/authoring/candidateAnswersList.jsp"%> + + -
    -
    - - - -
    +
    + + +
    -
    - - + + + + + + + - - -
    + +  
    -
    - -
    - - - + onmousedown="self.focus();" class="btn btn-default btn-sm"> +   - + -
    -
    - + + + + +
    Index: lams_tool_lamc/web/authoring/itemlist.jsp =================================================================== diff -u -r9db7a5bb39fecf9a0f1ae5cf2a9f701d2aa1532f -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 9db7a5bb39fecf9a0f1ae5cf2a9f701d2aa1532f) +++ lams_tool_lamc/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,30 +1,31 @@ <%@ include file="/common/taglibs.jsp"%>
    -

    + +
    +
    -

    - - + +
    -
    - - + + + - +
    + + + - - + + - - + + - " > + " ${SELECTED_ANSWER} > - - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateDown');"> - images/up_disabled.gif" - border="0"> + + + + + - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateUp');"> + + - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateDown');"> - - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringCandidate('', '', 'moveCandidateUp');"> - - + + - images/delete.gif" border="0" - title="" - onclick="removeCandidate(${queIndex}, ${caIndex});"> +
    +
    + - + - - - - +
    - + - - - + +  
    - :
    + + + - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionDown');"> - images/up_disabled.gif" - border="0"> - - - - images/down_disabled.gif" - border="0"> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionUp');"> - - - - images/down.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionDown');" /> - images/up.gif" border="0" - title="" - onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionUp');" /> - - + + + + + + + + + + + ?dispatch=newEditableQuestionBox&questionIndex=${queIndex}&contentFolderID=${mcGeneralAuthoringDTO.contentFolderID}&httpSessionID=${mcGeneralAuthoringDTO.httpSessionID}&toolContentID=${mcGeneralAuthoringDTO.toolContentID}&sln=${mcGeneralAuthoringDTO.sln}&showMarks=${mcGeneralAuthoringDTO.showMarks}&randomize=${mcGeneralAuthoringDTO.randomize}&questionsSequenced=${mcGeneralAuthoringDTO.questionsSequenced}&retries=${mcGeneralAuthoringDTO.retries}&reflect=${mcGeneralAuthoringDTO.reflect}&KeepThis=true&TB_iframe=true&height=540&width=950&modal=true - + - images/delete.gif" border="0" - title="" - onclick="removeQuestion(${queIndex});"> + + " onclick="removeQuestion(${queIndex});">
    + Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -5,9 +5,7 @@ <%@ include file="/common/header.jsp"%> - - - -
    - - - - - - - - - + -
    - -
    + + + + + + + + + + + + + + + + contentFolderID="${mcGeneralAuthoringDTO.contentFolderID}"> - + <%@ include file="/authoring/candidateAnswersAddList.jsp"%> -
    -
    - - - -
    -
    - - - -
    + + +
    +   + +  
    - + +
    + + +
    - - - - - - - - - + +   + - -
    - + + + + +
    + +
    + + Index: lams_tool_lamc/web/common/header.jsp =================================================================== diff -u -r5e63656a12c02f7476564e278b43ff4ce86ac930 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/common/header.jsp (.../header.jsp) (revision 5e63656a12c02f7476564e278b43ff4ce86ac930) +++ lams_tool_lamc/web/common/header.jsp (.../header.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -7,10 +7,15 @@ - + + - + + + + + Index: lams_tool_lamc/web/common/messages.jsp =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/common/messages.jsp (.../messages.jsp) (revision 8522cd628329e0031e21b48f2750b1fd9b1842a6) +++ lams_tool_lamc/web/common/messages.jsp (.../messages.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,20 +1,21 @@ <%-- Error Messages --%>
    - -    -   
    -
    -
    + + +
    +
    +
    +
    <%-- Success Messages --%>
    - -    -   
    -
    + + +
    +
    +
    \ No newline at end of file Index: lams_tool_lamc/web/common/monitoringheader.jsp =================================================================== diff -u --- lams_tool_lamc/web/common/monitoringheader.jsp (revision 0) +++ lams_tool_lamc/web/common/monitoringheader.jsp (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -0,0 +1,25 @@ +<%@ include file="/common/taglibs.jsp"%> + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/images/delete.gif =================================================================== diff -u -r985b09431975de79bdae1f64b1ea7d305bc8fcf3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/dot.jpg =================================================================== diff -u -rec67da05f1b2d2c701aa19df56b0637234b93eb3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/down.gif =================================================================== diff -u -r985b09431975de79bdae1f64b1ea7d305bc8fcf3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/down_disabled.gif =================================================================== diff -u -r50bd839478dc878c34c6b3ead13abe9027c4930c -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/edit.gif =================================================================== diff -u -r985b09431975de79bdae1f64b1ea7d305bc8fcf3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/error.jpg =================================================================== diff -u -r985b09431975de79bdae1f64b1ea7d305bc8fcf3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/green_arrow_down_right.gif =================================================================== diff -u -r6ce3706b391e6c79a50eb0180c14e2ee4535fff5 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/iconInformation.gif =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/iconWarning.gif =================================================================== diff -u -r8522cd628329e0031e21b48f2750b1fd9b1842a6 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/success.gif =================================================================== diff -u -r985b09431975de79bdae1f64b1ea7d305bc8fcf3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/up.gif =================================================================== diff -u -r985b09431975de79bdae1f64b1ea7d305bc8fcf3 -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Index: lams_tool_lamc/web/images/up_disabled.gif =================================================================== diff -u -r50bd839478dc878c34c6b3ead13abe9027c4930c -r00937d78dacc0993260d5ed7b39e4376e432cf45 Binary files differ Fisheye: Tag 00937d78dacc0993260d5ed7b39e4376e432cf45 refers to a dead (removed) revision in file `lams_tool_lamc/web/includes/css/addItem.css'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_lamc/web/monitoring/Edit.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/monitoring/Edit.jsp (.../Edit.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_lamc/web/monitoring/Edit.jsp (.../Edit.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -3,85 +3,43 @@ - - +
    - + + - + + - - - - - - + - -
    -
    - -
    - -
    -
    - -
    - -
    -
    - -
    -

    -

    - - - - - - - - - - - - - - - - - - - - - - - - -
    - : - -
    - -
    -
    - - - - -
    -
    -
    -
    - - - - - - - - + + + + + + + + +
    + :
    + + + + + + + + + + + + + + + + Index: lams_tool_lamc/web/monitoring/LearnerNotebook.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/monitoring/LearnerNotebook.jsp (.../LearnerNotebook.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_lamc/web/monitoring/LearnerNotebook.jsp (.../LearnerNotebook.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -20,45 +20,19 @@ - -
    - -

    - -

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

    - -

    -
    -

    - -

    -
    +

    - - - - -
    - - - -
    +

    + + + + -
    -
    - +
    Index: lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_lamc/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -7,24 +7,12 @@ <%@ page import="java.util.Set" %> <%@ page import="org.lamsfoundation.lams.tool.mc.McAppConstants"%> - <% - Set tabs = new LinkedHashSet(); - tabs.add("label.summary"); - tabs.add("label.editActivity"); - tabs.add("label.stats"); - pageContext.setAttribute("tabs", tabs); - %> - <fmt:message key="label.monitoring"/> - - - <%@ include file="/common/header.jsp"%> - - + <%@ include file="/common/monitoringheader.jsp"%> - - - - - - -

    - -

    +
    +

    + +

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

    + + + + +

    -

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

    Index: lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp (.../advanceOptions.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_lamc/web/monitoring/parts/advanceOptions.jsp (.../advanceOptions.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,15 +1,7 @@ -

    - - - - - -

    -
    - - + \ No newline at end of file Index: lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp =================================================================== diff -u -r1a02559e19419af9991eaeb9363f809355b39bc7 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp (.../advanceQuestions.jsp) (revision 1a02559e19419af9991eaeb9363f809355b39bc7) +++ lams_tool_lamc/web/monitoring/parts/advanceQuestions.jsp (.../advanceQuestions.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,51 +1,49 @@ -

    - +
    +
    + + + +
    +

    + + + + + + + + + + + + + + + + + +
     ${i.index + 1}: ( )
    + +
    + + + + + + +
    + + () + + +
    +
    + : +
    +
    - - \ No newline at end of file +
    + \ No newline at end of file Index: lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp =================================================================== diff -u -r3f7d82f8f5d0c6881eb83f9ce8c36720e9756649 -r00937d78dacc0993260d5ed7b39e4376e432cf45 --- lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp (.../dateRestriction.jsp) (revision 3f7d82f8f5d0c6881eb83f9ce8c36720e9756649) +++ lams_tool_lamc/web/monitoring/parts/dateRestriction.jsp (.../dateRestriction.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) @@ -1,43 +1,29 @@ <%@include file="/common/taglibs.jsp"%> -

    - + + - - - -

    -
    - - \ No newline at end of file +