Index: lams_tool_vote/conf/language/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/conf/language/Attic/ApplicationResources.properties,v
diff -u -r1.48 -r1.49
--- lams_tool_vote/conf/language/ApplicationResources.properties 18 Aug 2006 04:54:41 -0000 1.48
+++ lams_tool_vote/conf/language/ApplicationResources.properties 20 Aug 2006 14:47:22 -0000 1.49
@@ -137,6 +137,9 @@
authoring.msg.cancel.save =Do you want to close this window without saving?
button.try.again =Try again
label.group =Group
+label.tip.displayPieChart = Displays pie chart of votes
+label.tip.displayBarChart = Displays bar chart of votes
+label.refresh = Refresh
#======= End labels: Exported 131 labels for en AU =====
Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java,v
diff -u -r1.35 -r1.36
--- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java 16 Aug 2006 15:01:34 -0000 1.35
+++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java 20 Aug 2006 14:47:22 -0000 1.36
@@ -369,7 +369,7 @@
return (mapping.findForward(VIEW_ANSWERS));
}
-
+
public ActionForward redoQuestionsOk(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningForm.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/Attic/VoteLearningForm.java,v
diff -u -r1.19 -r1.20
--- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningForm.java 12 Aug 2006 21:40:49 -0000 1.19
+++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningForm.java 20 Aug 2006 14:47:22 -0000 1.20
@@ -81,6 +81,7 @@
protected String getNextQuestion;
protected String getPreviousQuestion;
protected String endLearning;
+ protected String refreshVotes;
protected String nominationsSubmited;
protected String revisitingUser;
@@ -223,6 +224,7 @@
this.setLearnerFinished(null);
this.setDonePreview(null);
this.setDoneLearnerProgress(null);
+ this.setRefreshVotes(null);
}
public void resetParameters()
@@ -271,7 +273,19 @@
public void setOptionCheckBoxSelected(String optionCheckBoxSelected) {
this.optionCheckBoxSelected = optionCheckBoxSelected;
}
- /**
+ /**
+ * @return Returns the refreshVotes.
+ */
+ public String getRefreshVotes() {
+ return refreshVotes;
+ }
+ /**
+ * @param refreshVotes The refreshVotes to set.
+ */
+ public void setRefreshVotes(String refreshVotes) {
+ this.refreshVotes = refreshVotes;
+ }
+/**
* @return Returns the optionIndex.
*/
public String getOptionIndex() {
Index: lams_tool_vote/web/403.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/403.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_vote/web/403.jsp 25 Jul 2006 05:26:57 -0000 1.1
+++ lams_tool_vote/web/403.jsp 20 Aug 2006 14:47:22 -0000 1.2
@@ -1,6 +1,6 @@
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ taglib uri="tags-core" prefix="c" %>
-
+
\ No newline at end of file
Index: lams_tool_vote/web/404.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/404.jsp,v
diff -u -r1.1 -r1.2
--- lams_tool_vote/web/404.jsp 25 Jul 2006 05:26:57 -0000 1.1
+++ lams_tool_vote/web/404.jsp 20 Aug 2006 14:47:22 -0000 1.2
@@ -1,7 +1,7 @@
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ taglib uri="tags-core" prefix="c" %>
-
+
Index: lams_tool_vote/web/authoring/AdvancedContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/AdvancedContent.jsp,v
diff -u -r1.9 -r1.10
--- lams_tool_vote/web/authoring/AdvancedContent.jsp 14 Aug 2006 18:48:35 -0000 1.9
+++ lams_tool_vote/web/authoring/AdvancedContent.jsp 20 Aug 2006 14:47:22 -0000 1.10
@@ -28,8 +28,8 @@
<%@ taglib uri="fck-editor" prefix="FCK" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-
-
+
+
Index: lams_tool_vote/web/authoring/Basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/Attic/Basic.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_vote/web/authoring/Basic.jsp 13 Apr 2006 18:30:39 -0000 1.2
+++ lams_tool_vote/web/authoring/Basic.jsp 20 Aug 2006 14:47:22 -0000 1.3
@@ -29,8 +29,8 @@
<%@ taglib uri="fck-editor" prefix="FCK" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-
-
+
+
Index: lams_tool_vote/web/authoring/BasicContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v
diff -u -r1.28 -r1.29
--- lams_tool_vote/web/authoring/BasicContent.jsp 16 Aug 2006 15:01:35 -0000 1.28
+++ lams_tool_vote/web/authoring/BasicContent.jsp 20 Aug 2006 14:47:22 -0000 1.29
@@ -29,8 +29,8 @@
<%@ taglib uri="fck-editor" prefix="FCK" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-
-
+
+
Index: lams_tool_vote/web/authoring/InstructionsContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/Attic/InstructionsContent.jsp,v
diff -u -r1.10 -r1.11
--- lams_tool_vote/web/authoring/InstructionsContent.jsp 16 Aug 2006 21:34:48 -0000 1.10
+++ lams_tool_vote/web/authoring/InstructionsContent.jsp 20 Aug 2006 14:47:22 -0000 1.11
@@ -29,8 +29,8 @@
<%@ taglib uri="fck-editor" prefix="FCK" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-
-
+
+