Index: lams_tool_laqa/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/conf/language/lams/ApplicationResources.properties,v diff -u -r1.42.2.5 -r1.42.2.6 --- lams_tool_laqa/conf/language/lams/ApplicationResources.properties 11 May 2016 07:35:59 -0000 1.42.2.5 +++ lams_tool_laqa/conf/language/lams/ApplicationResources.properties 8 Jun 2016 10:10:41 -0000 1.42.2.6 @@ -281,6 +281,6 @@ label.search =Search... label.posted.by ={0} on {1} label.noredo.enabled =Note: after answer these questions, no changes are allowed. +label.allow.review.other.responses =Show other aswers after deadline - #======= End labels: Exported 280 labels for en AU ===== Fisheye: Tag 1.1.14.1 refers to a dead (removed) revision in file `lams_tool_laqa/web/common/footer.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.6.2.2 refers to a dead (removed) revision in file `lams_tool_laqa/web/common/header.jsp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.4.2.3 refers to a dead (removed) revision in file `lams_tool_laqa/web/common/tabbedheader.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_laqa/web/monitoring/AdvanceOptions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/AdvanceOptions.jsp,v diff -u -r1.3 -r1.3.2.1 --- lams_tool_laqa/web/monitoring/AdvanceOptions.jsp 28 May 2014 15:35:21 -0000 1.3 +++ lams_tool_laqa/web/monitoring/AdvanceOptions.jsp 8 Jun 2016 10:10:41 -0000 1.3.2.1 @@ -1,21 +1,14 @@ <%@ include file="/common/taglibs.jsp"%> -
-

- - - - -

-
- - + \ No newline at end of file Index: lams_tool_laqa/web/monitoring/Edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/Edit.jsp,v diff -u -r1.14 -r1.14.2.1 --- lams_tool_laqa/web/monitoring/Edit.jsp 3 Jun 2014 16:22:21 -0000 1.14 +++ lams_tool_laqa/web/monitoring/Edit.jsp 8 Jun 2016 10:10:41 -0000 1.14.2.1 @@ -1,37 +1,32 @@ <%@ include file="/common/taglibs.jsp"%> - - +
- + - - - - - -
- : + + - +
- : + + - +
- - - - - - - - -
- \ No newline at end of file + + + + + + + + + + \ No newline at end of file Index: lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp,v diff -u -r1.39.2.13 -r1.39.2.14 --- lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp 8 Apr 2016 13:36:24 -0000 1.39.2.13 +++ lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp 8 Jun 2016 10:10:41 -0000 1.39.2.14 @@ -1,58 +1,33 @@ <%@ include file="/common/taglibs.jsp"%> - -<%@ page import="java.util.LinkedHashSet" %> -<%@ page import="java.util.Set" %> <%@ page import="org.lamsfoundation.lams.tool.qa.QaAppConstants"%> + + + + + + - <% - Set tabs = new LinkedHashSet(); - tabs.add("label.summary"); - tabs.add("label.editActivity"); - tabs.add("label.stats"); - pageContext.setAttribute("tabs", tabs); - %> - - + <fmt:message key="activity.title" /> - - - - - - - - - - - + + + - - - + + + + - - - - + + + + - - + -
-

- -

- - + + -
- - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + +
@@ -459,8 +401,7 @@
- -
- + + -
+
\ No newline at end of file Index: lams_tool_laqa/web/monitoring/Reflections.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/Reflections.jsp,v diff -u -r1.10.2.1 -r1.10.2.2 --- lams_tool_laqa/web/monitoring/Reflections.jsp 23 Feb 2016 10:47:43 -0000 1.10.2.1 +++ lams_tool_laqa/web/monitoring/Reflections.jsp 8 Jun 2016 10:10:41 -0000 1.10.2.2 @@ -1,134 +1,110 @@ + <%@ include file="/common/taglibs.jsp"%> - + + + + + + + - <%@ include file="/common/header.jsp"%> - <fmt:message key="label.view.reflection"/> - - - - + + + + - - - + + + + - + + rows += ''; + rows += ''; + rows += userData["username"]; + rows += ''; + + rows += ''; + if ( userData["notebook"] ) { + rows += userData["notebook"]; + } else { + rows += '-'; + } + rows += ''; + + rows += ''; + } + + json.total = data.total_rows; + json.rows = $(rows); + return json; + + } + }, + container: $(this).next(".pager"), + output: '{startRow} to {endRow} ({totalRows})', + // css class names of pager arrows + cssNext: '.tablesorter-next', // next page arrow + cssPrev: '.tablesorter-prev', // previous page arrow + cssFirst: '.tablesorter-first', // go to first page arrow + cssLast: '.tablesorter-last', // go to last page arrow + cssGoto: '.gotoPage', // select dropdown to allow choosing a page + cssPageDisplay: '.pagedisplay', // location of where the "output" is displayed + cssPageSize: '.pagesize', // page size selector - select dropdown that sets the "size" option + // class added to arrows when at the extremes (i.e. prev/first arrows are "disabled" when on the first page) + cssDisabled: 'disabled' // Note there is no period "." in front of this class name + }) + }); + }); + -
- -

+ + + + + + + + -
- - - - - - - - - -
- - -
-
- - - - - - -
-
-
- -
- -
+
\ No newline at end of file Index: lams_tool_laqa/web/monitoring/Stats.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/Stats.jsp,v diff -u -r1.15 -r1.15.2.1 --- lams_tool_laqa/web/monitoring/Stats.jsp 8 Apr 2014 01:24:26 -0000 1.15 +++ lams_tool_laqa/web/monitoring/Stats.jsp 8 Jun 2016 10:10:41 -0000 1.15.2.1 @@ -1,21 +1,22 @@ <%@ include file="/common/taglibs.jsp"%> - - -
- + + + - + + - - - + - + + -
+ - - + +
- +
+ - - + +
+
\ No newline at end of file Index: lams_tool_laqa/web/monitoring/SummaryContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/SummaryContent.jsp,v diff -u -r1.46.2.3 -r1.46.2.4 --- lams_tool_laqa/web/monitoring/SummaryContent.jsp 23 Feb 2016 10:47:43 -0000 1.46.2.3 +++ lams_tool_laqa/web/monitoring/SummaryContent.jsp 8 Jun 2016 10:10:41 -0000 1.46.2.4 @@ -1,97 +1,87 @@ <%@ include file="/common/taglibs.jsp"%> -

- -
- +
+

+ +

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

- : -

-
+ + + +
+
+ + + : + +
+ +
+ + -

- /monitoring/Reflections.jsp?toolSessionID=${groupDto.sessionId} - - - -

+
+ /monitoring/Reflections.jsp?toolSessionID=${groupDto.sessionId} + + + +
- + - -
-
- -
- - - - - - - - - - - - - - - - - - - -
- - - - - -
- - -
-
- - - - - - -
+
+
+ +
+
+ + + + + + + + + + + + + +
-
- + +
+
+ + ${ !isGroupedActivity || ! status.last ? '
 
' : ''} + <%@include file="AdvanceOptions.jsp"%> -<%@include file="dateRestriction.jsp"%> +<%@include file="dateRestriction.jsp"%> \ No newline at end of file Index: lams_tool_laqa/web/monitoring/dateRestriction.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/dateRestriction.jsp,v diff -u -r1.2.2.2 -r1.2.2.3 --- lams_tool_laqa/web/monitoring/dateRestriction.jsp 21 Apr 2016 14:49:58 -0000 1.2.2.2 +++ lams_tool_laqa/web/monitoring/dateRestriction.jsp 8 Jun 2016 10:10:41 -0000 1.2.2.3 @@ -39,54 +39,40 @@ -

- + + - - - -

-
- -