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.26 -r1.27 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java 26 Jun 2006 22:23:52 -0000 1.26 +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java 30 Jun 2006 03:26:01 -0000 1.27 @@ -441,8 +441,7 @@ logger.debug("created user attempt in the db"); - voteLearningForm.resetCommands(); - + // Put the map in the request ready for the next screen request.setAttribute(MAP_GENERAL_CHECKED_OPTIONS_CONTENT, mapGeneralCheckedOptionsContent); logger.debug("final mapGeneralCheckedOptionsContent: " + mapGeneralCheckedOptionsContent); @@ -453,6 +452,7 @@ MonitoringUtil.prepareChartData(request, voteService, null, toolContentId, toolSessionUid); logger.debug("fwding to INDIVIDUAL_REPORT: " + INDIVIDUAL_REPORT); + voteLearningForm.resetCommands(); return (mapping.findForward(INDIVIDUAL_REPORT)); } @@ -492,6 +492,7 @@ String previewOnly=(String)request.getSession().getAttribute(PREVIEW_ONLY); logger.debug("previewOnly : " + previewOnly); logger.debug("fwd'ing to LOAD_LEARNER : " + LOAD_LEARNER); + voteLearningForm.resetCommands(); return (mapping.findForward(LOAD_LEARNER)); } Index: lams_tool_vote/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/AdvancedContent.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_vote/web/authoring/AdvancedContent.jsp 29 Jun 2006 00:38:11 -0000 1.5 +++ lams_tool_vote/web/authoring/AdvancedContent.jsp 30 Jun 2006 03:26:01 -0000 1.6 @@ -33,73 +33,65 @@ - - - - - - + Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.21 -r1.22 --- lams_tool_vote/web/authoring/BasicContent.jsp 29 Jun 2006 00:38:11 -0000 1.21 +++ lams_tool_vote/web/authoring/BasicContent.jsp 30 Jun 2006 03:26:01 -0000 1.22 @@ -33,24 +33,24 @@ -

+

- + + : - + - + -
- + + : - + - -
- + + : - + - -
- + + : - -
@@ -80,7 +80,7 @@ @@ -113,14 +113,12 @@ Index: lams_tool_vote/web/authoring/BasicContentViewOnly.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/Attic/BasicContentViewOnly.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_vote/web/authoring/BasicContentViewOnly.jsp 29 Jun 2006 00:38:11 -0000 1.5 +++ lams_tool_vote/web/authoring/BasicContentViewOnly.jsp 30 Jun 2006 03:26:01 -0000 1.6 @@ -31,21 +31,21 @@
- images/success.gif" align="left" width=20 height=20> + images/success.gif" align="left" width=20 height=20> - images/error.jpg" align="left" width=20 height=20> + images/error.jpg" align="left" width=20 height=20> - images/error.jpg" align="left" width=20 height=20> + images/error.jpg" align="left" width=20 height=20> - images/error.jpg" align="left" width=20 height=20> + images/error.jpg" align="left" width=20 height=20> - images/down.gif" align=left onclick="javascript:submitModifyNomination('1','moveNominationDown');"> + images/down.gif" align=left onclick="javascript:submitModifyNomination('1','moveNominationDown');">
- images/up.gif" align=left onclick="javascript:submitModifyNomination('','moveNominationUp');"> + images/up.gif" align=left onclick="javascript:submitModifyNomination('','moveNominationUp');"> - images/down.gif" align=left onclick="javascript:submitModifyNomination('','moveNominationDown');"> images/up.gif" align=left onclick="javascript:submitModifyNomination('','moveNominationUp');"> -
- + - + - + - - - - - - - - - - - - - + + + + + + - - + + + + + + Index: lams_tool_vote/web/export/ExportContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/export/ExportContent.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_vote/web/export/ExportContent.jsp 14 Jun 2006 13:56:50 -0000 1.7 +++ lams_tool_vote/web/export/ExportContent.jsp 30 Jun 2006 03:26:13 -0000 1.8 @@ -32,7 +32,7 @@ -
: :
: :
- : + : @@ -58,7 +58,7 @@
: : 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.5 -r1.6 --- lams_tool_vote/web/authoring/InstructionsContent.jsp 29 Jun 2006 00:38:11 -0000 1.5 +++ lams_tool_vote/web/authoring/InstructionsContent.jsp 30 Jun 2006 03:26:01 -0000 1.6 @@ -39,117 +39,109 @@
- - - - - - - - - - -
- - - - + + + +
- -    + + - + -   + - + -   - images/delete.gif" align=left onclick="javascript:submitDeleteFile('','deleteOnlineFile');"> + + + images/delete.gif" align=left onclick="javascript:submitDeleteFile('','deleteOnlineFile');">
- -
- - - + + - - - + + -
+ +
- - - - + + + +
- -    + + - + -   + - + -   - images/delete.gif" align=left onclick="javascript:submitDeleteFile('','deleteOfflineFile');"> + + + images/delete.gif" align=left onclick="javascript:submitDeleteFile('','deleteOnlineFile');">
+ + + + + + +
+
@@ -43,8 +43,8 @@ - - + + @@ -58,14 +58,14 @@ - + -  ( ) +  ( ) @@ -81,8 +81,8 @@ - - + + @@ -93,7 +93,7 @@ - + @@ -110,8 +110,8 @@ - - + + @@ -125,14 +125,14 @@ - + -  ( ) +  ( ) @@ -148,9 +148,9 @@ - - - + + + @@ -162,12 +162,12 @@ - - + + @@ -236,17 +236,17 @@ - +
- +
  
: + : -
- - + + @@ -278,17 +278,17 @@ - +
  
: + : -
- - + + Index: lams_tool_vote/web/export/exportportfolio.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/export/exportportfolio.jsp,v diff -u -r1.6 -r1.7 --- lams_tool_vote/web/export/exportportfolio.jsp 1 Jun 2006 09:26:03 -0000 1.6 +++ lams_tool_vote/web/export/exportportfolio.jsp 30 Jun 2006 03:26:13 -0000 1.7 @@ -19,43 +19,14 @@ 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" %> +<%@ include file="/common/taglibs.jsp"%> - - - - - - <%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> - - <bean:message key="label.export"/> - - - - - - - - - - - - - - @@ -68,7 +39,7 @@
- +
Index: lams_tool_vote/web/learning/AllNominations.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/AllNominations.jsp,v diff -u -r1.12 -r1.13 --- lams_tool_vote/web/learning/AllNominations.jsp 13 Jun 2006 05:50:20 -0000 1.12 +++ lams_tool_vote/web/learning/AllNominations.jsp 30 Jun 2006 03:26:13 -0000 1.13 @@ -18,78 +18,81 @@ 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-logic-el" prefix="logic-el" %> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-lams" prefix="lams" %> + - - +<%@ include file="/common/taglibs.jsp"%> - - + <bean:message key="label.learning"/> + <%@ include file="/common/header.jsp"%> + <%@ include file="/common/fckeditorheader.jsp"%> + + + - +
- - - - - @@ -102,16 +105,14 @@ - - Index: lams_tool_vote/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/AnswersContent.jsp,v diff -u -r1.16 -r1.17 --- lams_tool_vote/web/learning/AnswersContent.jsp 13 Jun 2006 23:40:10 -0000 1.16 +++ lams_tool_vote/web/learning/AnswersContent.jsp 30 Jun 2006 03:26:13 -0000 1.17 @@ -18,22 +18,18 @@ 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-logic-el" prefix="logic-el" %> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-lams" prefix="lams" %> - - + + +<%@ include file="/common/taglibs.jsp"%> + - - + <bean:message key="label.learning"/> + <%@ include file="/common/header.jsp"%> + <%@ include file="/common/fckeditorheader.jsp"%> + + + @@ -91,7 +96,7 @@ -
- + +
images/success.gif" align="left" width=20 height=20> - +
+ - +
+ - +
+     
- + +
+
- - + -
+
- Index: lams_tool_vote/web/learning/ExitLearning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/ExitLearning.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_vote/web/learning/ExitLearning.jsp 13 Jun 2006 05:50:20 -0000 1.5 +++ lams_tool_vote/web/learning/ExitLearning.jsp 30 Jun 2006 03:26:13 -0000 1.6 @@ -1,30 +1,34 @@ -<%@ taglib uri="tags-bean" prefix="bean"%> -<%@ taglib uri="tags-html" prefix="html"%> -<%@ taglib uri="tags-logic" prefix="logic" %> -<%@ taglib uri="tags-logic-el" prefix="logic-el" %> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-lams" prefix="lams" %> + - - +<%@ include file="/common/taglibs.jsp"%> - - + <bean:message key="label.learning"/> + <%@ include file="/common/header.jsp"%> + <%@ include file="/common/fckeditorheader.jsp"%> + + + + -
@@ -136,24 +141,21 @@
- + : -
- + -
+
@@ -36,7 +40,7 @@ @@ -51,13 +55,11 @@ Index: lams_tool_vote/web/learning/IndividualLearnerResults.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/IndividualLearnerResults.jsp,v diff -u -r1.12 -r1.13 --- lams_tool_vote/web/learning/IndividualLearnerResults.jsp 13 Jun 2006 05:50:20 -0000 1.12 +++ lams_tool_vote/web/learning/IndividualLearnerResults.jsp 30 Jun 2006 03:26:13 -0000 1.13 @@ -1,37 +1,41 @@ -<%@ taglib uri="tags-bean" prefix="bean"%> -<%@ taglib uri="tags-html" prefix="html"%> -<%@ taglib uri="tags-logic" prefix="logic" %> -<%@ taglib uri="tags-logic-el" prefix="logic-el" %> -<%@ taglib uri="tags-core" prefix="c"%> -<%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-lams" prefix="lams" %> + - - +<%@ include file="/common/taglibs.jsp"%> - - + <bean:message key="label.learning"/> + <%@ include file="/common/header.jsp"%> + <%@ include file="/common/fckeditorheader.jsp"%> + + + + -
- +
- +
- -
+
- - @@ -51,15 +55,14 @@ - - Fisheye: Tag 1.7 refers to a dead (removed) revision in file `lams_tool_vote/web/learning/Preview.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/web/monitoring/AllSessionsSummary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/AllSessionsSummary.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_vote/web/monitoring/AllSessionsSummary.jsp 29 Jun 2006 00:38:10 -0000 1.8 +++ lams_tool_vote/web/monitoring/AllSessionsSummary.jsp 30 Jun 2006 03:26:26 -0000 1.9 @@ -38,15 +38,15 @@ - - @@ -59,7 +59,7 @@ - @@ -68,15 +68,15 @@
- + +
+
+  
- + @@ -72,7 +75,6 @@ onclick="submitMethod('viewAllResults');"> -
+
+
+
- - + + - - + + @@ -107,7 +107,7 @@ - + @@ -118,15 +118,15 @@ - + - - + + @@ -159,11 +159,11 @@ - + - + @@ -174,7 +174,7 @@ - + @@ -183,7 +183,7 @@ -  ( ) +  ( ) @@ -218,11 +218,11 @@ - - - + + + - + @@ -235,12 +235,12 @@ - - + + - + - - + + - - + + @@ -100,7 +100,7 @@ - + @@ -111,15 +111,15 @@ - + - - + + @@ -152,11 +152,11 @@ - + - + @@ -165,7 +165,7 @@ - + @@ -174,7 +174,7 @@ -  ( ) +  ( ) @@ -207,11 +207,11 @@ - - - + + + - + @@ -224,12 +224,12 @@ - - + +
+  ( ) -
- + Index: lams_tool_vote/web/monitoring/Edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Edit.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_vote/web/monitoring/Edit.jsp 20 Apr 2006 12:23:29 -0000 1.1 +++ lams_tool_vote/web/monitoring/Edit.jsp 30 Jun 2006 03:26:26 -0000 1.2 @@ -44,7 +44,7 @@
- +
Index: lams_tool_vote/web/monitoring/IndividualSessionSummary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/IndividualSessionSummary.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_vote/web/monitoring/IndividualSessionSummary.jsp 29 Jun 2006 00:38:10 -0000 1.8 +++ lams_tool_vote/web/monitoring/IndividualSessionSummary.jsp 30 Jun 2006 03:26:26 -0000 1.9 @@ -56,20 +56,20 @@
+  ( ) -
- + Index: lams_tool_vote/web/monitoring/Instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/Instructions.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_vote/web/monitoring/Instructions.jsp 29 Jun 2006 00:38:10 -0000 1.3 +++ lams_tool_vote/web/monitoring/Instructions.jsp 30 Jun 2006 03:26:26 -0000 1.4 @@ -34,45 +34,37 @@ - - - - - - - - -
- - - - - + +
- - - - + + + +
- -    + + - + -   + + - + -
@@ -81,43 +73,36 @@
- - - - - + +
- - - - + + + +
- -    + + - + -   + + - + -
Index: lams_tool_vote/web/monitoring/LearnerRep.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/LearnerRep.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_vote/web/monitoring/LearnerRep.jsp 21 May 2006 20:24:18 -0000 1.3 +++ lams_tool_vote/web/monitoring/LearnerRep.jsp 30 Jun 2006 03:26:26 -0000 1.4 @@ -19,36 +19,19 @@ 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" %> +<%@ include file="/common/taglibs.jsp"%> - - - - - <%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> - - <bean:message key="label.learning.report"/> - + <%@ include file="/common/header.jsp"%> + <%@ include file="/common/fckeditorheader.jsp"%> - - - - - - -