Index: lams_tool_laqa/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r2f725f8ef2aa09a2663b2335bf67213074426d11 -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2f725f8ef2aa09a2663b2335bf67213074426d11) +++ lams_tool_laqa/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -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 84f6a2003265dbadd4de5a08ebf0e158af1e331f 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 84f6a2003265dbadd4de5a08ebf0e158af1e331f 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 84f6a2003265dbadd4de5a08ebf0e158af1e331f 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 =================================================================== diff -u -rc5457cc74f3986b393bc2947604b17168ba54dfb -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/AdvanceOptions.jsp (.../AdvanceOptions.jsp) (revision c5457cc74f3986b393bc2947604b17168ba54dfb) +++ lams_tool_laqa/web/monitoring/AdvanceOptions.jsp (.../AdvanceOptions.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -1,21 +1,14 @@ <%@ include file="/common/taglibs.jsp"%> -
-

- - - - -

-
- - + \ No newline at end of file Index: lams_tool_laqa/web/monitoring/Edit.jsp =================================================================== diff -u -ra7661f206a3f21114f1c05f9a29f56e20f5e35f0 -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/Edit.jsp (.../Edit.jsp) (revision a7661f206a3f21114f1c05f9a29f56e20f5e35f0) +++ lams_tool_laqa/web/monitoring/Edit.jsp (.../Edit.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -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 =================================================================== diff -u -re3e91d2a405148a23913ef90471db94b92d8f610 -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision e3e91d2a405148a23913ef90471db94b92d8f610) +++ lams_tool_laqa/web/monitoring/MonitoringMaincontent.jsp (.../MonitoringMaincontent.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -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 =================================================================== diff -u -r154d89ad4f8062f0f04705c56c8d232e7d855c7a -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/Reflections.jsp (.../Reflections.jsp) (revision 154d89ad4f8062f0f04705c56c8d232e7d855c7a) +++ lams_tool_laqa/web/monitoring/Reflections.jsp (.../Reflections.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -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 =================================================================== diff -u -r1ee1717d34cafe922d727dd9cd95b796db90eea4 -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/Stats.jsp (.../Stats.jsp) (revision 1ee1717d34cafe922d727dd9cd95b796db90eea4) +++ lams_tool_laqa/web/monitoring/Stats.jsp (.../Stats.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -1,21 +1,22 @@ <%@ include file="/common/taglibs.jsp"%> - - -
- + + + - + + - - - + - + + -
+ - - + +
- +
+ - - + +
+
\ No newline at end of file Index: lams_tool_laqa/web/monitoring/SummaryContent.jsp =================================================================== diff -u -r154d89ad4f8062f0f04705c56c8d232e7d855c7a -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 154d89ad4f8062f0f04705c56c8d232e7d855c7a) +++ lams_tool_laqa/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -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 =================================================================== diff -u -r2292ee3006fe9629cf292f4c2480e4afa7cd2db6 -r84f6a2003265dbadd4de5a08ebf0e158af1e331f --- lams_tool_laqa/web/monitoring/dateRestriction.jsp (.../dateRestriction.jsp) (revision 2292ee3006fe9629cf292f4c2480e4afa7cd2db6) +++ lams_tool_laqa/web/monitoring/dateRestriction.jsp (.../dateRestriction.jsp) (revision 84f6a2003265dbadd4de5a08ebf0e158af1e331f) @@ -39,54 +39,40 @@ -

- + + - - - -

-
- -