Index: lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -re535a51e19cbc72d07bda00b019c947847d869b0 -r9dffcfc34a162e2764264327642af2c6fae5ee01 --- lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision e535a51e19cbc72d07bda00b019c947847d869b0) +++ lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -17,7 +17,7 @@ label.authoring.basic.instructions =Instructions: label.authoring.basic.video =Video: advanced.lockOnFinished =Lock when finished -advanced.allowSeeingOtherUsersRecordings =Allow leaners to see each other recordings +advanced.allowSeeingOtherUsersRecordings =Allow learners to see each other recordings advanced.allowComments =Allow comments advanced.allowRatings =Allow ratings instructions.onlineInstructions =Online Instructions: @@ -118,4 +118,6 @@ label.reflections =Notebook Entries message.no.reflection.available =No notebook entry was added. label.monitoring.summary.no.session =No Session Available +label.video.options=Video Options +label.activity.completion=End of Activity #======= End labels: Exported 113 labels for en AU ===== Index: lams_tool_kaltura/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/AdvancedAccordian.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/AdvancedAccordian.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -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_kaltura/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/Arrow.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/Arrow.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -0,0 +1,55 @@ +<%@ 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"%> +<%@ attribute name="id" required="false" rtexprvalue="true"%> +<%@ attribute name="display" required="false" rtexprvalue="true"%> + + + + title="${title}" + + + + + + + + + onclick="${onclick}" + + + + + + + + + id="${id}" + + + + + + + + + style='display:${display}' + + + + + + + + + + + + + + Index: lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag =================================================================== diff -u -re535a51e19cbc72d07bda00b019c947847d869b0 -r9dffcfc34a162e2764264327642af2c6fae5ee01 --- lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision e535a51e19cbc72d07bda00b019c947847d869b0) +++ lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -24,8 +24,8 @@ - - ${toolbarSet}Replace + + ${toolbarSet}Inline Index: lams_tool_kaltura/web/WEB-INF/tags/Comments.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/Comments.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/Comments.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -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_kaltura/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/CommentsAuthor.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/CommentsAuthor.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -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_kaltura/web/WEB-INF/tags/Date.tag =================================================================== diff -u -rb6718851271ad991d43a5a3158f8e10c9ccceaaa -r9dffcfc34a162e2764264327642af2c6fae5ee01 --- lams_tool_kaltura/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision b6718851271ad991d43a5a3158f8e10c9ccceaaa) +++ lams_tool_kaltura/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -34,6 +34,7 @@ <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> <%@ attribute name="style" required="false" rtexprvalue="true"%> <%@ attribute name="type" required="false" rtexprvalue="true"%> +<%@ attribute name="timeago" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> @@ -42,6 +43,10 @@
+ + + @@ -53,3 +58,7 @@ + + + + \ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/Page.tag =================================================================== diff -u -re535a51e19cbc72d07bda00b019c947847d869b0 -r9dffcfc34a162e2764264327642af2c6fae5ee01 --- lams_tool_kaltura/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision e535a51e19cbc72d07bda00b019c947847d869b0) +++ lams_tool_kaltura/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -24,7 +24,7 @@
- + ${titleHelpURL}
Index: lams_tool_kaltura/web/WEB-INF/tags/RestrictedUsageAccordian.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -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_kaltura/web/WEB-INF/tags/SimplePanel.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/SimplePanel.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/SimplePanel.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -0,0 +1,32 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> + +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> +<%@ attribute name="titleHelpURL" required="false" rtexprvalue="true"%> +<%@ attribute name="panelBodyClass" required="false" rtexprvalue="true"%> + + + + + +
+ +
+
+ + + + +
+
+
+
+ +
+
+ + + + Index: lams_tool_kaltura/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/TabBodyArea.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -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_kaltura/web/WEB-INF/tags/TabBodys.tag =================================================================== diff -u --- lams_tool_kaltura/web/WEB-INF/tags/TabBodys.tag (revision 0) +++ lams_tool_kaltura/web/WEB-INF/tags/TabBodys.tag (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -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_kaltura/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -re535a51e19cbc72d07bda00b019c947847d869b0 -r9dffcfc34a162e2764264327642af2c6fae5ee01 --- lams_tool_kaltura/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision e535a51e19cbc72d07bda00b019c947847d869b0) +++ lams_tool_kaltura/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -426,15 +426,15 @@ AuthoringButton /WEB-INF/tags/AuthoringButton.tag - + AuthoringRatingCriteria /WEB-INF/tags/AuthoringRatingCriteria.tag Rating /WEB-INF/tags/Rating.tag - + headItems /WEB-INF/tags/headItems.tag @@ -467,10 +467,14 @@ AdvancedAccordian /WEB-INF/tags/AdvancedAccordian.tag - + RestrictedUsageAccordian /WEB-INF/tags/RestrictedUsageAccordian.tag + + SimplePanel + /WEB-INF/tags/SimplePanel.tag + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag Index: lams_tool_kaltura/web/pages/authoring/advanced.jsp =================================================================== diff -u -re535a51e19cbc72d07bda00b019c947847d869b0 -r9dffcfc34a162e2764264327642af2c6fae5ee01 --- lams_tool_kaltura/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision e535a51e19cbc72d07bda00b019c947847d869b0) +++ lams_tool_kaltura/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision 9dffcfc34a162e2764264327642af2c6fae5ee01) @@ -28,61 +28,68 @@ -
- -
+ -
- -
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
-
- -
+
-
- - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - - -
+
-
- -
- -