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