Index: lams_tool_daco/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -rb812eb010aa5c6d01ef10b19d6325900b7ae5963 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision b812eb010aa5c6d01ef10b19d6325900b7ae5963) +++ lams_tool_daco/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -269,3 +269,5 @@ label.completed.activity = Activity completed label.current.activity = Current activity label.not.started.activity = Activity not reached yet +label.view.summary = View Summary +label.view.records = View Records \ No newline at end of file Index: lams_tool_daco/web/WEB-INF/tags/PageMonitor.tag =================================================================== diff -u -r5c2c403d7a8a0e1b7894ee7c49f3e0031a5a3610 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/WEB-INF/tags/PageMonitor.tag (.../PageMonitor.tag) (revision 5c2c403d7a8a0e1b7894ee7c49f3e0031a5a3610) +++ lams_tool_daco/web/WEB-INF/tags/PageMonitor.tag (.../PageMonitor.tag) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -56,8 +56,8 @@ Index: lams_tool_daco/web/common/jqueryheader.jsp =================================================================== diff -u -r9c34fd660838f37a7a22bfee4c6573848f895c9e -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/common/jqueryheader.jsp (.../jqueryheader.jsp) (revision 9c34fd660838f37a7a22bfee4c6573848f895c9e) +++ lams_tool_daco/web/common/jqueryheader.jsp (.../jqueryheader.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -1,23 +1,15 @@ <%@ include file="/common/taglibs.jsp"%> - - + + - - - - - + + + + - - - - - - - - - - - - \ No newline at end of file + + + + + \ No newline at end of file Index: lams_tool_daco/web/includes/javascript/dacoCommon.js =================================================================== diff -u -rb31ac55045b51d2098eb4b66772e3d6e2a5a89b6 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/includes/javascript/dacoCommon.js (.../dacoCommon.js) (revision b31ac55045b51d2098eb4b66772e3d6e2a5a89b6) +++ lams_tool_daco/web/includes/javascript/dacoCommon.js (.../dacoCommon.js) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -1,4 +1,3 @@ - // Finds a corresponding image and shows it function showBusy(targetDiv){ if($(targetDiv+"_Busy") != null){ @@ -20,13 +19,13 @@ elem.name=name; arr[arr.length]=elem; } + function checkCheckbox(checkboxName){ var checkbox = document.getElementById(checkboxName); checkbox.checked=true; } function resizeHorizontalRecordListFrame(elementIdPrefix,questionListLength){ - var horizontalRecordListFrame = document.getElementById(elementIdPrefix+'horizontalRecordListFrame'); var doc = horizontalRecordListFrame.contentDocument? horizontalRecordListFrame.contentDocument : horizontalRecordListFrame.contentWindow.document; var body = doc.body; @@ -35,4 +34,3 @@ html.clientHeight, html.scrollHeight, html.offsetHeight ); horizontalRecordListFrame.style.height = height + 60 + "px"; } - Fisheye: Tag 69c270a1166f3eee13a93eda2c1d5f21024471f3 refers to a dead (removed) revision in file `lams_tool_daco/web/includes/javascript/dacoMonitoring.js'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_daco/web/pages/learning/learning.jsp =================================================================== diff -u -r52a6369ce66a2ea70d38bfa2e627dfcde6354b10 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/pages/learning/learning.jsp (.../learning.jsp) (revision 52a6369ce66a2ea70d38bfa2e627dfcde6354b10) +++ lams_tool_daco/web/pages/learning/learning.jsp (.../learning.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -28,19 +28,6 @@ -<%-- To switch between the vertical/horizontal view --%> - - - - " - onclick="javascript:changeView('${sessionMapID}',${displayedRecordNumber})" id="ellipsis"> - - - " - onclick="javascript:changeView('${sessionMapID}',${displayedRecordNumber})" id="ellipsis"> - - - <%-- push mode into request so it is available in the tab pages --%> ${mode} Index: lams_tool_daco/web/pages/learning/questionSummaries.jsp =================================================================== diff -u -r8969536d397a74ec1c26188bdd4b207dc605c569 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/pages/learning/questionSummaries.jsp (.../questionSummaries.jsp) (revision 8969536d397a74ec1c26188bdd4b207dc605c569) +++ lams_tool_daco/web/pages/learning/questionSummaries.jsp (.../questionSummaries.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -29,11 +29,11 @@
- + - +
Index: lams_tool_daco/web/pages/monitoring/editactivity.jsp =================================================================== diff -u -r7b3ea39ddf6e10186cf9916562121c205bb0e5ad -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 7b3ea39ddf6e10186cf9916562121c205bb0e5ad) +++ lams_tool_daco/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -1,50 +1,121 @@ <%@ include file="/common/taglibs.jsp"%> - - -
- - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + +
+ + + + + + +
+ +
- - : - - -
- - : - - -
- + + - - - + + + - -
-
- - - -
+
+ + + +
+ + +
- -
\ No newline at end of file + + + + + + + + + + + + ${daco.minRecords} + + + + + + + + + + + + + + + ${daco.maxRecords} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_tool_daco/web/pages/monitoring/listRecords.jsp =================================================================== diff -u -r1d797a122973488f0a007957b73a4c680a7eb932 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/pages/monitoring/listRecords.jsp (.../listRecords.jsp) (revision 1d797a122973488f0a007957b73a4c680a7eb932) +++ lams_tool_daco/web/pages/monitoring/listRecords.jsp (.../listRecords.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -1,89 +1,71 @@ -<%@ include file="/common/taglibs.jsp"%> +<%@ include file="/common/taglibs.jsp"%> +<%-- This page/learning/listRecords.jsp page modifies its content depending on the page it was included from. --%> + + + + + + + + + + + - - - <%-- This page/learning/listRecords.jsp page modifies its content depending on the page it was included from. --%> - - - - - - - - - - - + + + - <%@ include file="/common/header.jsp"%> + + - - - - <fmt:message key="title.monitoring.recordlist" /> - - - - - - - - <%-- Switch between the horizontal and vertical views --%> - - - - - - - - - - - " - onclick="javascript:document.location.href='${changeViewUrl}'" id="ellipsis"> - - - " - onclick="javascript:document.location.href='${changeViewUrl}'" id="ellipsis"> - - - - -

- - : ${userGroup.sessionName} - -

+
+

+ ${title} +

- - - - - - - - - - -
- - - ${user.recordCount} -
- - - <%@ include file="/pages/learning/listRecords.jsp" %> + +

+ : ${userGroup.sessionName} +

-
+ + +

+ +

+ + + + <%@ include file="/pages/learning/listRecords.jsp" %> + +
- - - - + Index: lams_tool_daco/web/pages/monitoring/monitoring.jsp =================================================================== diff -u -r9dcc3e2d26b504f92d919f53f0d45dd4093a82a2 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 9dcc3e2d26b504f92d919f53f0d45dd4093a82a2) +++ lams_tool_daco/web/pages/monitoring/monitoring.jsp (.../monitoring.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -1,45 +1,15 @@ - - <%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.daco.DacoConstants"%> - - + + - - - <%@ include file="/common/jqueryheader.jsp" %> - - - - - <fmt:message key="title.monitoring" /> - - - - - - - - - - - - - - - - - - - - - - - - Index: lams_tool_daco/web/pages/monitoring/questionSummaries.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r69c270a1166f3eee13a93eda2c1d5f21024471f3 --- lams_tool_daco/web/pages/monitoring/questionSummaries.jsp (.../questionSummaries.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_daco/web/pages/monitoring/questionSummaries.jsp (.../questionSummaries.jsp) (revision 69c270a1166f3eee13a93eda2c1d5f21024471f3) @@ -1,29 +1,31 @@ -<%@ include file="/common/taglibs.jsp"%> +<%@ include file="/common/taglibs.jsp"%> + - - - <%@ include file="/common/header.jsp"%> - - <fmt:message key="label.common.summary" /> - - - - - - - - - - - - <%@ include file="/pages/learning/questionSummaries.jsp" %> - -