Index: lams_tool_notebook/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/conf/language/lams/ApplicationResources.properties,v diff -u -r1.29.2.6 -r1.29.2.7 --- lams_tool_notebook/conf/language/lams/ApplicationResources.properties 11 May 2016 07:37:21 -0000 1.29.2.6 +++ lams_tool_notebook/conf/language/lams/ApplicationResources.properties 18 May 2016 10:29:30 -0000 1.29.2.7 @@ -103,6 +103,7 @@ monitor.summary.notification =Notification monitor.summary.date.restriction.set =Deadline has been set monitor.summary.date.restriction.removed =Deadline has been removed +message.session.name =Group output.desc.all.users.entries.definition.notebook =Each learners' entry in Notebook button.submit =Finish message.monitoring.summary.no.session =No sessions available Index: lams_tool_notebook/src/java/org/lamsfoundation/lams/tool/notebook/dto/NotebookDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/src/java/org/lamsfoundation/lams/tool/notebook/dto/NotebookDTO.java,v diff -u -r1.11.2.2 -r1.11.2.3 --- lams_tool_notebook/src/java/org/lamsfoundation/lams/tool/notebook/dto/NotebookDTO.java 11 May 2016 07:37:21 -0000 1.11.2.2 +++ lams_tool_notebook/src/java/org/lamsfoundation/lams/tool/notebook/dto/NotebookDTO.java 18 May 2016 10:29:30 -0000 1.11.2.3 @@ -21,8 +21,6 @@ * **************************************************************** */ - - package org.lamsfoundation.lams.tool.notebook.dto; import java.util.Date; @@ -51,8 +49,6 @@ public Set sessionDTOs = new TreeSet(); - public Long currentTab; - /* Constructors */ public NotebookDTO() { } @@ -144,12 +140,4 @@ public void setSubmissionDeadline(Date submissionDeadline) { this.submissionDeadline = submissionDeadline; } - - public Long getCurrentTab() { - return currentTab; - } - - public void setCurrentTab(Long currentTab) { - this.currentTab = currentTab; - } } \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tiles-defs.xml,v diff -u -r1.3.2.3 -r1.3.2.4 --- lams_tool_notebook/web/WEB-INF/tiles-defs.xml 17 May 2016 10:20:13 -0000 1.3.2.3 +++ lams_tool_notebook/web/WEB-INF/tiles-defs.xml 18 May 2016 10:29:30 -0000 1.3.2.4 @@ -28,6 +28,7 @@ + @@ -42,14 +43,17 @@ + + + Index: lams_tool_notebook/web/includes/javascript/authoring.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/includes/javascript/authoring.js,v diff -u -r1.3 -r1.3.2.1 --- lams_tool_notebook/web/includes/javascript/authoring.js 17 Jan 2014 22:10:27 -0000 1.3 +++ lams_tool_notebook/web/includes/javascript/authoring.js 18 May 2016 10:29:29 -0000 1.3.2.1 @@ -1,19 +1,3 @@ - -function init() { - // open the current tab - var tag = document.getElementById("currentTab"); - if (tag.value != "") { - selectTab(tag.value); - } else { - selectTab(1); - } -} function doSelectTab(tabId) { - var tag = document.getElementById("currentTab"); - tag.value = tabId; selectTab(tabId); -} -function doSubmit(method) { - document.authoringForm.dispatch.value = method; - document.authoringForm.submit(); -} +} \ No newline at end of file Index: lams_tool_notebook/web/includes/javascript/monitoring.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/includes/javascript/monitoring.js,v diff -u -r1.3 -r1.3.12.1 --- lams_tool_notebook/web/includes/javascript/monitoring.js 2 May 2008 07:45:29 -0000 1.3 +++ lams_tool_notebook/web/includes/javascript/monitoring.js 18 May 2016 10:29:29 -0000 1.3.12.1 @@ -1,16 +1,6 @@ - -function init() { - if (initialTabId) { - selectTab(initialTabId); - } else { - selectTab(1); - } -} function doSelectTab(tabId) { + if (tabId == 3) { + $("#statisticArea").load(statisticsURL + (new Date()).getTime()); + } selectTab(tabId); -} -function doSubmit(method, tabId) { - document.monitoringForm.method.value = method; - document.monitoringForm.submit(); -} - +} \ No newline at end of file Index: lams_tool_notebook/web/layouts/layout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/layouts/Attic/layout.jsp,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_notebook/web/layouts/layout.jsp 17 May 2016 10:20:12 -0000 1.1.2.1 +++ lams_tool_notebook/web/layouts/layout.jsp 18 May 2016 10:29:30 -0000 1.1.2.2 @@ -2,7 +2,6 @@ <%@ include file="/common/taglibs.jsp"%> - Index: lams_tool_notebook/web/pages/authoring/headItems.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/authoring/headItems.jsp,v diff -u -r1.3.12.1 -r1.3.12.2 --- lams_tool_notebook/web/pages/authoring/headItems.jsp 17 May 2016 10:20:13 -0000 1.3.12.1 +++ lams_tool_notebook/web/pages/authoring/headItems.jsp 18 May 2016 10:29:30 -0000 1.3.12.2 @@ -1,3 +1,4 @@ <%@ taglib uri="tags-lams" prefix="lams"%> + \ No newline at end of file Fisheye: Tag 1.2.2.1 refers to a dead (removed) revision in file `lams_tool_notebook/web/pages/learning/headItems.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_notebook/web/pages/monitoring/advanceOptions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/advanceOptions.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_notebook/web/pages/monitoring/advanceOptions.jsp 17 Jul 2014 18:04:10 -0000 1.1 +++ lams_tool_notebook/web/pages/monitoring/advanceOptions.jsp 18 May 2016 10:29:29 -0000 1.1.2.1 @@ -1,48 +1,40 @@ <%@ include file="/common/taglibs.jsp"%> -

- + - - - -

-
- - \ No newline at end of file + + + + + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + +
+
\ No newline at end of file Index: lams_tool_notebook/web/pages/monitoring/daterestriction.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/daterestriction.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_notebook/web/pages/monitoring/daterestriction.jsp 17 May 2011 04:35:35 -0000 1.2 +++ lams_tool_notebook/web/pages/monitoring/daterestriction.jsp 18 May 2016 10:29:29 -0000 1.2.2.1 @@ -1,43 +1,29 @@ <%@include file="/common/taglibs.jsp"%> -

- - - - -

-
+ + - \ No newline at end of file + \ No newline at end of file Index: lams_tool_notebook/web/pages/monitoring/editActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/editActivity.jsp,v diff -u -r1.6 -r1.6.2.1 --- lams_tool_notebook/web/pages/monitoring/editActivity.jsp 27 Mar 2014 00:00:06 -0000 1.6 +++ lams_tool_notebook/web/pages/monitoring/editActivity.jsp 18 May 2016 10:29:29 -0000 1.6.2.1 @@ -1,43 +1,40 @@ <%@ include file="/common/taglibs.jsp"%> - -

+ -

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

+ - + -

- - + Index: lams_tool_notebook/web/pages/monitoring/headItems.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/headItems.jsp,v diff -u -r1.3.14.1 -r1.3.14.2 --- lams_tool_notebook/web/pages/monitoring/headItems.jsp 17 May 2016 10:20:12 -0000 1.3.14.1 +++ lams_tool_notebook/web/pages/monitoring/headItems.jsp 18 May 2016 10:29:29 -0000 1.3.14.2 @@ -1,3 +1,20 @@ -<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ include file="/common/taglibs.jsp"%> + + - \ No newline at end of file + + + + + + + + + + + + + + + + \ No newline at end of file Index: lams_tool_notebook/web/pages/monitoring/monitoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/monitoring.jsp,v diff -u -r1.6.2.1 -r1.6.2.2 --- lams_tool_notebook/web/pages/monitoring/monitoring.jsp 3 Feb 2016 04:08:52 -0000 1.6.2.1 +++ lams_tool_notebook/web/pages/monitoring/monitoring.jsp 18 May 2016 10:29:29 -0000 1.6.2.2 @@ -1,43 +1,28 @@ <%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.notebook.util.NotebookConstants"%> - -
- - - - - - -
- + + + + + + + + + + + \ No newline at end of file Index: lams_tool_notebook/web/pages/monitoring/statisticpart.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/statisticpart.jsp,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_tool_notebook/web/pages/monitoring/statisticpart.jsp 3 Feb 2016 04:08:52 -0000 1.1.2.2 +++ lams_tool_notebook/web/pages/monitoring/statisticpart.jsp 18 May 2016 10:29:29 -0000 1.1.2.3 @@ -2,31 +2,34 @@ <%@ include file="/common/taglibs.jsp"%> - + + + - -

+

- - + +
- + - +
+
+
-
+ \ No newline at end of file Index: lams_tool_notebook/web/pages/monitoring/statistics.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/statistics.jsp,v diff -u -r1.5.2.1 -r1.5.2.2 --- lams_tool_notebook/web/pages/monitoring/statistics.jsp 3 Feb 2016 04:08:52 -0000 1.5.2.1 +++ lams_tool_notebook/web/pages/monitoring/statistics.jsp 18 May 2016 10:29:29 -0000 1.5.2.2 @@ -1,4 +1,2 @@ <%@ include file="/common/taglibs.jsp"%> -
- <%@ include file="statisticpart.jsp"%> -
+
\ No newline at end of file Index: lams_tool_notebook/web/pages/monitoring/summary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/monitoring/summary.jsp,v diff -u -r1.15.2.6 -r1.15.2.7 --- lams_tool_notebook/web/pages/monitoring/summary.jsp 5 Feb 2016 00:22:04 -0000 1.15.2.6 +++ lams_tool_notebook/web/pages/monitoring/summary.jsp 18 May 2016 10:29:29 -0000 1.15.2.7 @@ -2,7 +2,7 @@ - +