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"%>
+
+
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"%>
+
+
+
+
+
+
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"%>
+
+
+