Index: lams_tool_vote/web/monitoring/VoteNominationViewer.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/VoteNominationViewer.jsp,v diff -u -r1.15.2.3 -r1.15.2.4 --- lams_tool_vote/web/monitoring/VoteNominationViewer.jsp 22 Feb 2016 01:41:51 -0000 1.15.2.3 +++ lams_tool_vote/web/monitoring/VoteNominationViewer.jsp 26 May 2016 13:01:08 -0000 1.15.2.4 @@ -13,10 +13,11 @@ $(document).ready(function(){ $(".tablesorter").tablesorter({ - theme: 'blue', + theme: 'bootstrap', sortInitialOrder: 'desc', sortList: [[0]], - widgets: [ "resizable", "filter" ], + headerTemplate : '{content} {icon}', + widgets: [ "uitheme", "resizable", "filter" ], headers: { 1: { filter: false} }, widgetOptions: { resizable: true, @@ -30,6 +31,11 @@ $(".tablesorter").each(function() { $(this).tablesorterPager({ savePages: false, + container: $(this).find(".ts-pager"), + output: '{startRow} to {endRow} ({totalRows})', + cssPageDisplay: '.pagedisplay', + cssPageSize: '.pagesize', + cssDisabled: 'disabled', ajaxUrl : "monitoring.do?dispatch=getVoteNominationsJSON&page={page}&size={size}&{sortList:column}&{filterList:fcol}&questionUid=${questionUid}&sessionUid=" + $(this).attr('data-session-id'), ajaxProcessing: function (data, table) { if (data && data.hasOwnProperty('rows')) { @@ -56,63 +62,24 @@ 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 + } }) }); }) + + + +

: ${nominationText}

-
- -

:

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