Index: lams_tool_preview/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_preview/conf/language/lams/ApplicationResources.properties,v diff -u -r1.7.2.15 -r1.7.2.16 --- lams_tool_preview/conf/language/lams/ApplicationResources.properties 3 Jan 2017 07:10:07 -0000 1.7.2.15 +++ lams_tool_preview/conf/language/lams/ApplicationResources.properties 8 Mar 2017 04:06:14 -0000 1.7.2.16 @@ -159,4 +159,5 @@ error.unable.save.comments=Unable to save comments label.show.ratings.left.by.user =After completion, show feedback left for other students label.ratings.by.others =Ratings left for you -label.rating.rank=Rank \ No newline at end of file +label.rating.rank=Rank +label.file.downloaded=Spreadsheet downloaded \ No newline at end of file Index: lams_tool_preview/web/pages/monitoring/summary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_preview/web/pages/monitoring/summary.jsp,v diff -u -r1.5.2.10 -r1.5.2.11 --- lams_tool_preview/web/pages/monitoring/summary.jsp 17 Feb 2017 08:38:38 -0000 1.5.2.10 +++ lams_tool_preview/web/pages/monitoring/summary.jsp 8 Mar 2017 04:06:14 -0000 1.5.2.11 @@ -36,6 +36,7 @@ var url = ""; $("#messageArea").html(""); $("#messageArea_Busy").show(); + $(".btn-disable-on-submit").prop("disabled", true); $("#messageArea").load( url, { @@ -46,44 +47,27 @@ }, function() { $("#messageArea_Busy").hide(); + $(".btn-disable-on-submit").prop("disabled", false); } ); return false; } - - //Detecting the file download dialog in the browser: - //http://geekswithblogs.net/GruffCode/archive/2010/10/28/detecting-the-file-download-dialog-in-the-browser.aspx - var fileDownloadCheckTimer; - - function exportResults() { - $("#messageArea").html(""); - $("#messageArea_Busy").show(); - - var token = new Date().getTime(); //use the current timestamp as the token value - - fileDownloadCheckTimer = window.setInterval(function () { - var cookieValue = $.cookie('fileDownloadToken'); - if (cookieValue == token) { - //unBlock export button - window.clearInterval(fileDownloadCheckTimer); - $.cookie('fileDownloadToken', null); //clears this cookie value - $("#messageArea").html('File downloaded'); - $("#messageArea_Busy").hide(); - } - }, 1000); - - var exportExcelUrl = "exportTeamReport.do?sessionMapID=${sessionMapID}&toolSessionId=${groupSummary.sessionId}&toolContentID=${sessionMap.toolContentID}"; - document.location.href = exportExcelUrl + "&downloadTokenValue=" + token; - return false; - } + + +

@@ -99,8 +83,8 @@ - -
+ +

@@ -136,8 +120,8 @@ criteria.do?sessionMapID=${sessionMapID}&toolSessionId=${groupSummary.sessionId}&criteriaId=${criteria.ratingCriteriaId} - - + @@ -147,11 +131,11 @@ reflections.do?sessionMapID=${sessionMapID}&toolSessionId=${groupSummary.sessionId}&toolContentID=${sessionMap.toolContentID} - + loffset5 - + @@ -169,19 +153,19 @@
- + ?sessionMapID=${sessionMapID} - +