Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dao/hibernate/VoteUsrAttemptDAO.java =================================================================== diff -u -ra209f8ccd31fae9a3d1ecce40c02ad0ebb6a3190 -r757371b55a625e9180b72983c88391f15673cba4 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dao/hibernate/VoteUsrAttemptDAO.java (.../VoteUsrAttemptDAO.java) (revision a209f8ccd31fae9a3d1ecce40c02ad0ebb6a3190) +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dao/hibernate/VoteUsrAttemptDAO.java (.../VoteUsrAttemptDAO.java) (revision 757371b55a625e9180b72983c88391f15673cba4) @@ -346,19 +346,14 @@ VoteUsrAttempt attempt=(VoteUsrAttempt)listIterator.next(); if (attempt.getVoteQueUsr().getVoteSession().getUid().toString().equals(voteSessionUid.toString())) { - if (!attempt.getVoteQueContentId().toString().equals("1")) - { userEntries.add(attempt); - } } } } return userEntries.size(); } - // - public VoteUsrAttempt getAttemptsForUserAndQuestionContent(final Long queUsrId, final Long voteQueContentId) { Index: lams_tool_vote/web/learning/AllNominations.jsp =================================================================== diff -u -r2be43d0e5d701ff9c00b32c85e0d35f3367d52cb -r757371b55a625e9180b72983c88391f15673cba4 --- lams_tool_vote/web/learning/AllNominations.jsp (.../AllNominations.jsp) (revision 2be43d0e5d701ff9c00b32c85e0d35f3367d52cb) +++ lams_tool_vote/web/learning/AllNominations.jsp (.../AllNominations.jsp) (revision 757371b55a625e9180b72983c88391f15673cba4) @@ -66,6 +66,20 @@ + + + + + + + + + + + + + + Index: lams_tool_vote/web/monitoring/PullDownMenuStats.jsp =================================================================== diff -u --- lams_tool_vote/web/monitoring/PullDownMenuStats.jsp (revision 0) +++ lams_tool_vote/web/monitoring/PullDownMenuStats.jsp (revision 757371b55a625e9180b72983c88391f15673cba4) @@ -0,0 +1,74 @@ +<%-- +Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) +License Information: http://lamsfoundation.org/licensing/lams/2.0/ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +--%> + + +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-logic" prefix="logic" %> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + + + + + + + + +
+ + +
+
+
+ + \ No newline at end of file Index: lams_tool_vote/web/monitoring/Stats.jsp =================================================================== diff -u -r50ad2be9f7ba75c8a0d7a47b84f7b9b0e0b2114e -r757371b55a625e9180b72983c88391f15673cba4 --- lams_tool_vote/web/monitoring/Stats.jsp (.../Stats.jsp) (revision 50ad2be9f7ba75c8a0d7a47b84f7b9b0e0b2114e) +++ lams_tool_vote/web/monitoring/Stats.jsp (.../Stats.jsp) (revision 757371b55a625e9180b72983c88391f15673cba4) @@ -30,3 +30,5 @@ + + Index: lams_tool_vote/web/monitoring/SummaryContent.jsp =================================================================== diff -u -ra209f8ccd31fae9a3d1ecce40c02ad0ebb6a3190 -r757371b55a625e9180b72983c88391f15673cba4 --- lams_tool_vote/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision a209f8ccd31fae9a3d1ecce40c02ad0ebb6a3190) +++ lams_tool_vote/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 757371b55a625e9180b72983c88391f15673cba4) @@ -60,182 +60,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
  
  
-   -
  
- - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
- - - - - - -
- - - - - - - - - - - - -  ( ) - - -
-
  

  
- - - - - - - - - - - -
- -
- - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
-
-
-
Index: lams_tool_vote/web/monitoring/SummaryStatsCommon.jsp =================================================================== diff -u --- lams_tool_vote/web/monitoring/SummaryStatsCommon.jsp (revision 0) +++ lams_tool_vote/web/monitoring/SummaryStatsCommon.jsp (revision 757371b55a625e9180b72983c88391f15673cba4) @@ -0,0 +1,212 @@ +<%-- +Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) +License Information: http://lamsfoundation.org/licensing/lams/2.0/ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA + + http://www.gnu.org/licenses/gpl.txt +--%> + + +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-html" prefix="html"%> +<%@ taglib uri="tags-logic" prefix="logic" %> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="fck-editor" prefix="FCK" %> +<%@ taglib uri="tags-lams" prefix="lams" %> + + + + +in common: statsTabActive: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
  
  
+   +
  
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + + + + + +
+ + + + + + + + + + + + +  ( ) + + +
+
  

  
+ + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+
+
+