Index: lams_central/web/css/defaultHTML_learner.css =================================================================== diff -u -r946873964cb12ee8f782175be656889af1bc1c77 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 946873964cb12ee8f782175be656889af1bc1c77) +++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -327,6 +327,10 @@ width: auto !important; } +.table-centered th, .table-centered td { + text-align: center; +} + .table > tbody > tr > td { vertical-align: middle; } Index: lams_tool_mindmap/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r2f725f8ef2aa09a2663b2335bf67213074426d11 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 2f725f8ef2aa09a2663b2335bf67213074426d11) +++ lams_tool_mindmap/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,9 +1,6 @@ appName = mindmap #language code: en #locale code: AU - - - #=================== labels for Mindmap =================# appName =mindmap Index: lams_tool_mindmap/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/AdvancedAccordian.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/AdvancedAccordian.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/Arrow.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/Arrow.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 29fac4bd0bdf28bcaaeee7aae4020ccb15b6e520) +++ lams_tool_mindmap/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -122,12 +122,12 @@ window.close(); } -

- - - - +

+ -

+ + + +
\ No newline at end of file Index: lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -r59300dcfe778d065bfdf068dc3d301a549843c78 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 59300dcfe778d065bfdf068dc3d301a549843c78) +++ lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/CKEditor.tag =================================================================== diff -u -rdc884b8e6274ebbc664d1ee940e565803445bb26 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision dc884b8e6274ebbc664d1ee940e565803445bb26) +++ lams_tool_mindmap/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/Comments.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/Comments.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/Comments.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/CommentsAuthor.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/CommentsAuthor.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/ImgButtonWrapper.tag =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/Page.tag =================================================================== diff -u -r59300dcfe778d065bfdf068dc3d301a549843c78 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 59300dcfe778d065bfdf068dc3d301a549843c78) +++ lams_tool_mindmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Index: lams_tool_mindmap/web/WEB-INF/tags/RestrictedUsageAccordian.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/TabBodyArea.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/TabBodys.tag =================================================================== diff -u --- lams_tool_mindmap/web/WEB-INF/tags/TabBodys.tag (revision 0) +++ lams_tool_mindmap/web/WEB-INF/tags/TabBodys.tag (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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_mindmap/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -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"%> + + + + + + - - - - + +
    + Index: lams_tool_mindmap/web/pages/authoring/advanced.jsp =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -2,39 +2,36 @@ -

    - -

    + -

    +
    -

    - +

    -

    +
    - -

    - -

    + -

    +
    -

    - -

    +
    + +
    \ No newline at end of file Index: lams_tool_mindmap/web/pages/authoring/authoring.jsp =================================================================== diff -u -rc43fd06c63eb2356b9a7b068285194a2c8d52711 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision c43fd06c63eb2356b9a7b068285194a2c8d52711) +++ lams_tool_mindmap/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,8 +1,6 @@ <%@ include file="/common/taglibs.jsp"%> - <%@ page import="org.lamsfoundation.lams.tool.mindmap.util.MindmapConstants"%> - @@ -19,8 +17,7 @@ embedFlashObject(700, 525); - function setMindmapContent() - { + function setMindmapContent() { var mindmapContent = document.getElementById("mindmapContent"); var tag = document.getElementById("currentTab"); @@ -29,82 +26,65 @@ } } - function flashLoaded() - { + function flashLoaded() { var mindmapContent = document.getElementById("mindmapContent"); document['flashContent'].setMindmap(mindmapContent.value); } - function embedFlashObject(x, y) - { + function embedFlashObject(x, y) { swfobject.embedSWF("${mindmapType}", "flashContent", x, y, "9.0.0", false, flashvars); } // set Mindmap content before submitting authoring form - $(document).ready(function(){ + $(document).ready(function() { // selects "save" button in lams:AuthoringButton tag $('a[href*="doSubmit_Form_Only()"]').click(setMindmapContent); }); //]]> - - + - - - - -
    - - - - - -
    - -

    - -
    -
    -

    -
    -
    - - - - <%-- Page tabs --%> - + + + - + + + + + <%@ include file="/common/messages.jsp"%> + + + + + + + + - -
    + +
    + +
    +
    - Index: lams_tool_mindmap/web/pages/authoring/basic.jsp =================================================================== diff -u -r8179037dc958585c054547eb7de9be14c6aed233 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 8179037dc958585c054547eb7de9be14c6aed233) +++ lams_tool_mindmap/web/pages/authoring/basic.jsp (.../basic.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -5,27 +5,22 @@ - - - - - - - -
    -
    - -
    - -
    -
    - -
    - -
    +
    + + +
    +
    + + + +
    +
    message.enableJavaScript Index: lams_tool_mindmap/web/pages/authoring/pedagogicalPlannerForm.jsp =================================================================== diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0) +++ lams_tool_mindmap/web/pages/authoring/pedagogicalPlannerForm.jsp (.../pedagogicalPlannerForm.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,30 +1,31 @@ - - <%@ include file="/common/taglibs.jsp"%> + + <%@ include file="/common/messages.jsp"%> +

    +
    - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + +
    + + + + + + + + + + +
    + + + + + + + + + + +
    + + + +
    +
    \ No newline at end of file Index: lams_tool_mindmap/web/pages/monitoring/dateRestriction.jsp =================================================================== diff -u -r79d80d58b415dfbead2011e4f1701a338b613b11 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/dateRestriction.jsp (.../dateRestriction.jsp) (revision 79d80d58b415dfbead2011e4f1701a338b613b11) +++ lams_tool_mindmap/web/pages/monitoring/dateRestriction.jsp (.../dateRestriction.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,43 +1,36 @@ <%@include file="/common/taglibs.jsp"%> -

    - + + - - - -

    -
    - - \ No newline at end of file + \ No newline at end of file Index: lams_tool_mindmap/web/pages/monitoring/editActivity.jsp =================================================================== diff -u -r7e0dfc44997ce167443693af15e18b75aec1c494 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/editActivity.jsp (.../editActivity.jsp) (revision 7e0dfc44997ce167443693af15e18b75aec1c494) +++ lams_tool_mindmap/web/pages/monitoring/editActivity.jsp (.../editActivity.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,25 +1,24 @@ <%@ include file="/common/taglibs.jsp"%> - + +--> - +
    - -
    +
    + @@ -37,7 +36,7 @@ - + Index: lams_tool_mindmap/web/pages/monitoring/headItems.jsp =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/headItems.jsp (.../headItems.jsp) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/pages/monitoring/headItems.jsp (.../headItems.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -4,6 +4,7 @@ - + Index: lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp =================================================================== diff -u -r2aaf90f770fd092dd7906a270c46a3eabb217493 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp (.../mindmapDisplay.jsp) (revision 2aaf90f770fd092dd7906a270c46a3eabb217493) +++ lams_tool_mindmap/web/pages/monitoring/mindmapDisplay.jsp (.../mindmapDisplay.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -3,7 +3,6 @@ - - + + + + + + + + + + + + + + -
    - - - - - -
    - Index: lams_tool_mindmap/web/pages/monitoring/reflect.jsp =================================================================== diff -u -r20dc7e052028046fae31887b183e7270e31a7007 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/reflect.jsp (.../reflect.jsp) (revision 20dc7e052028046fae31887b183e7270e31a7007) +++ lams_tool_mindmap/web/pages/monitoring/reflect.jsp (.../reflect.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,17 +1,22 @@ <%@ include file="/common/taglibs.jsp"%> -

    - -

    - -

    - -

    - - +

    + label.notebookEntry +

    + + + + + + + + +
    + +
    + +
    -
    - - button.back - -
    + + button.back + Index: lams_tool_mindmap/web/pages/monitoring/statistics.jsp =================================================================== diff -u -r26ce6de9fba8494203a85a4ce076b6ffea4238ed -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/statistics.jsp (.../statistics.jsp) (revision 26ce6de9fba8494203a85a4ce076b6ffea4238ed) +++ lams_tool_mindmap/web/pages/monitoring/statistics.jsp (.../statistics.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,34 +1,42 @@ <%@ include file="/common/taglibs.jsp"%> - + + + + + + + - - - - -
    -

    - ${session.sessionName} -

    -
    + +
    +
    + +  ${session.sessionName} + +
    +
    +
    - - - - - - - - - -
    - heading.totalLearnersInGroup - - ${session.numberOfLearners} -
    - heading.totalFinishedLearnersInGroup - - ${session.numberOfFinishedLearners} -
    +
    + + + + + + + + + +
    + heading.totalLearnersInGroup + + ${session.numberOfLearners} +
    + heading.totalFinishedLearnersInGroup + + ${session.numberOfFinishedLearners} +
    +
    Index: lams_tool_mindmap/web/pages/monitoring/summary.jsp =================================================================== diff -u -r732f77a31113c5838d0704829b99418d90053471 -re05eabde125abc5f2847a169592b3b5e6bd60091 --- lams_tool_mindmap/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 732f77a31113c5838d0704829b99418d90053471) +++ lams_tool_mindmap/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision e05eabde125abc5f2847a169592b3b5e6bd60091) @@ -1,5 +1,6 @@ <%@ include file="/common/taglibs.jsp"%> + @@ -15,68 +16,72 @@ messageRestrictionSet: '', messageRestrictionRemoved: '' }; - - + - -

    - -

    -
    - +
    +

    + +

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

    - -

    + +
    - + - -

    - ${session.sessionName} -

    + +
    +
    + + + + + + + +
    + +
    + +
    +  ${session.numberOfLearners} +
    - - - - - -
    - - - ${session.numberOfLearners} -
    + -
    - - - - @@ -88,17 +93,17 @@ - - - - - - @@ -132,11 +137,11 @@ - - -
    + + +
    + + + @@ -109,17 +114,17 @@
    + + +
    + + @@ -149,7 +154,7 @@ + @@ -169,86 +174,20 @@
    + + +
    +
    +
    + ${ !isGroupedActivity || ! status.last ? '
     
    ' : ''} +
    + +
    +
    -
    -

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

    - - -
    -
    <%@include file="dateRestriction.jsp"%>