Index: lams_learning/conf/xdoclet/struts-forms.xml =================================================================== RCS file: /usr/local/cvsroot/lams_learning/conf/xdoclet/struts-forms.xml,v diff -u -r1.6 -r1.7 --- lams_learning/conf/xdoclet/struts-forms.xml 14 Jun 2006 23:13:32 -0000 1.6 +++ lams_learning/conf/xdoclet/struts-forms.xml 1 Jul 2006 12:49:10 -0000 1.7 @@ -1,4 +1,5 @@ + Index: lams_learning/src/java/org/lamsfoundation/lams/learning/web/action/GroupingAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_learning/src/java/org/lamsfoundation/lams/learning/web/action/GroupingAction.java,v diff -u -r1.18 -r1.19 --- lams_learning/src/java/org/lamsfoundation/lams/learning/web/action/GroupingAction.java 21 Jun 2006 12:03:17 -0000 1.18 +++ lams_learning/src/java/org/lamsfoundation/lams/learning/web/action/GroupingAction.java 1 Jul 2006 12:49:10 -0000 1.19 @@ -95,13 +95,15 @@ //--------------------------------------------------------------------- public static final String GROUPS = "groups"; public static final String FINISHED_BUTTON = "finishedButton"; + public static final String TITLE = "title"; //--------------------------------------------------------------------- // Class level constants - Struts forward //--------------------------------------------------------------------- public static final String VIEW_GROUP = "viewGroup"; public static final String WAIT_GROUP = "waitGroup"; public static final String SHOW_GROUP = "showGroup"; + //--------------------------------------------------------------------- // Struts Dispatch Method @@ -141,6 +143,7 @@ DynaActionForm groupForm = (DynaActionForm)form; groupForm.set("previewLesson",learnerProgress.getLesson().isPreviewLesson()); + groupForm.set("title", learnerProgress.getNextActivity().getTitle()); if ( groupingDone ) { request.setAttribute(FINISHED_BUTTON, Boolean.TRUE); @@ -172,13 +175,15 @@ SortedSet groups = new TreeSet(new GroupComparator()); Activity activity = LearningWebUtil.getActivityFromRequest(request,learnerService); + Grouping grouping = ((GroupingActivity)activity).getCreateGrouping(); if ( grouping != null) groups.addAll(grouping.getGroups()); request.setAttribute(GROUPS,groups); request.setAttribute(FINISHED_BUTTON,Boolean.TRUE); request.setAttribute(AttributeNames.PARAM_ACTIVITY_ID, activity.getActivityId()); + request.setAttribute(TITLE,activity.getTitle()); return mapping.findForward(SHOW_GROUP); } @@ -216,6 +221,7 @@ request.setAttribute(GROUPS,groups); request.setAttribute(FINISHED_BUTTON,Boolean.FALSE); request.setAttribute(AttributeNames.PARAM_ACTIVITY_ID, activity.getActivityId()); + request.setAttribute(TITLE,activity.getTitle()); return mapping.findForward(SHOW_GROUP); } Index: lams_learning/web/error.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/error.jsp,v diff -u -r1.6 -r1.7 --- lams_learning/web/error.jsp 28 Jun 2006 23:10:03 -0000 1.6 +++ lams_learning/web/error.jsp 1 Jul 2006 12:49:10 -0000 1.7 @@ -34,9 +34,25 @@ String pathToShare = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/.."; %> - -

<fmt:message key="error.title"/>

- -

-
-
+ +

 

+
+ +
+ +
+ + +

<fmt:message key="error.title"/>

+ +

+
+
+ +
+ + + + + Fisheye: Tag 1.3 refers to a dead (removed) revision in file `lams_learning/web/exit.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_learning/web/exportWaitingPage.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/exportWaitingPage.jsp,v diff -u -r1.8 -r1.9 --- lams_learning/web/exportWaitingPage.jsp 30 Jun 2006 03:44:21 -0000 1.8 +++ lams_learning/web/exportWaitingPage.jsp 1 Jul 2006 12:49:10 -0000 1.9 @@ -121,10 +121,21 @@ -
-
-
-
-
+ +

 

+
+ +
+ +
+ +
+ +
+ + + + Index: lams_learning/web/lessonComplete.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/lessonComplete.jsp,v diff -u -r1.11 -r1.12 --- lams_learning/web/lessonComplete.jsp 28 Jun 2006 23:10:03 -0000 1.11 +++ lams_learning/web/lessonComplete.jsp 1 Jul 2006 12:49:10 -0000 1.12 @@ -27,8 +27,22 @@ <%@ taglib uri="tags-lams" prefix="lams" %> - -

-

 

-

+ +

 

+
+ +
+ +
+ +

+

 

+

+ +
+ + + + Index: lams_learning/web/loadToolActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/loadToolActivity.jsp,v diff -u -r1.16 -r1.17 --- lams_learning/web/loadToolActivity.jsp 28 Jun 2006 23:10:03 -0000 1.16 +++ lams_learning/web/loadToolActivity.jsp 1 Jul 2006 12:49:10 -0000 1.17 @@ -38,8 +38,15 @@ %> - - + + +

 

+
+ +
+ +
+ -

- - +

 

+

+ + +
+ +
+ + + + + + Index: lams_learning/web/optionsActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/optionsActivity.jsp,v diff -u -r1.16 -r1.17 --- lams_learning/web/optionsActivity.jsp 28 Jun 2006 23:10:03 -0000 1.16 +++ lams_learning/web/optionsActivity.jsp 1 Jul 2006 12:49:10 -0000 1.17 @@ -55,17 +55,23 @@ //--> -
-
+ + + +

+
+
+ +
+ - - - -

 

-

+ + +

+

@@ -97,19 +103,26 @@

 

-

- "> - - "> - -

+
+ +
+ +
+ +
+
" /> -
-
+
+ + + + + Index: lams_learning/web/partialCompleted.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/partialCompleted.jsp,v diff -u -r1.7 -r1.8 --- lams_learning/web/partialCompleted.jsp 28 Jun 2006 23:10:03 -0000 1.7 +++ lams_learning/web/partialCompleted.jsp 1 Jul 2006 12:49:10 -0000 1.8 @@ -25,6 +25,21 @@ <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-fmt" prefix="fmt" %> -

- -

+ +

 

+
+ +
+ +
+ +

 

+

+ +
+ + + + + Index: lams_learning/web/previewDefineLater.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/previewDefineLater.jsp,v diff -u -r1.3 -r1.4 --- lams_learning/web/previewDefineLater.jsp 28 Jun 2006 23:10:03 -0000 1.3 +++ lams_learning/web/previewDefineLater.jsp 1 Jul 2006 12:49:10 -0000 1.4 @@ -26,10 +26,26 @@ <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-lams" prefix="lams" %> -

-

- - -

-

+ +

+
+ +
+ +
+ +

+ + +

+ +
+ +
+ + + + + \ No newline at end of file Index: lams_learning/web/welcome.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/welcome.jsp,v diff -u -r1.9 -r1.10 --- lams_learning/web/welcome.jsp 28 Jun 2006 23:10:03 -0000 1.9 +++ lams_learning/web/welcome.jsp 1 Jul 2006 12:49:10 -0000 1.10 @@ -21,4 +21,21 @@ <%@ taglib uri="tags-fmt" prefix="fmt" %> -

+ +

 

+
+ +
+ +
+ +

 

+

+ +
+ + + + + Index: lams_learning/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/Attic/web.xml,v diff -u -r1.26 -r1.27 --- lams_learning/web/WEB-INF/web.xml 23 Jun 2006 07:58:00 -0000 1.26 +++ lams_learning/web/WEB-INF/web.xml 1 Jul 2006 12:49:10 -0000 1.27 @@ -77,11 +77,6 @@ - context - org.springframework.web.context.ContextLoaderServlet - 1 - - action org.apache.struts.action.ActionServlet @@ -100,7 +95,7 @@ validate true - 2 + 1 Index: lams_learning/web/WEB-INF/struts/struts-config.xml =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/struts/Attic/struts-config.xml,v diff -u -r1.29 -r1.30 --- lams_learning/web/WEB-INF/struts/struts-config.xml 21 Jun 2006 12:03:17 -0000 1.29 +++ lams_learning/web/WEB-INF/struts/struts-config.xml 1 Jul 2006 12:49:10 -0000 1.30 @@ -27,6 +27,7 @@ /> + Index: lams_learning/web/WEB-INF/struts/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/struts/Attic/tiles-defs.xml,v diff -u -r1.18 -r1.19 --- lams_learning/web/WEB-INF/struts/tiles-defs.xml 15 Jun 2006 01:07:16 -0000 1.18 +++ lams_learning/web/WEB-INF/struts/tiles-defs.xml 1 Jul 2006 12:49:10 -0000 1.19 @@ -24,19 +24,12 @@ + - - - - - - - @@ -51,7 +44,7 @@ - + @@ -68,20 +61,20 @@ - + - + - + - + @@ -90,20 +83,16 @@ - - - - - + - + Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_learning/web/css/learner.css'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_learning/web/exportPortfolio/notSupported.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/exportPortfolio/Attic/notSupported.jsp,v diff -u -r1.2 -r1.3 --- lams_learning/web/exportPortfolio/notSupported.jsp 28 Jun 2006 23:10:03 -0000 1.2 +++ lams_learning/web/exportPortfolio/notSupported.jsp 1 Jul 2006 12:49:10 -0000 1.3 @@ -41,18 +41,21 @@ -
-
+
-

- +

+
+ +
+ +
+

-
-
+
Index: lams_learning/web/gate/gateNext.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/gate/gateNext.jsp,v diff -u -r1.4 -r1.5 --- lams_learning/web/gate/gateNext.jsp 28 Jun 2006 23:10:03 -0000 1.4 +++ lams_learning/web/gate/gateNext.jsp 1 Jul 2006 12:49:10 -0000 1.5 @@ -11,7 +11,7 @@

- +

\ No newline at end of file Index: lams_learning/web/gate/permissionGateContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/gate/permissionGateContent.jsp,v diff -u -r1.2 -r1.3 --- lams_learning/web/gate/permissionGateContent.jsp 28 Jun 2006 23:10:03 -0000 1.2 +++ lams_learning/web/gate/permissionGateContent.jsp 1 Jul 2006 12:49:10 -0000 1.3 @@ -19,12 +19,6 @@ http://www.gnu.org/licenses/gpl.txt --%> - <%@ taglib uri="tags-html" prefix="html" %> - <%@ taglib uri="tags-bean" prefix="bean" %> - <%@ taglib uri="tags-logic" prefix="logic" %> - <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> -

-

 

Index: lams_learning/web/gate/scheduleGateContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/gate/scheduleGateContent.jsp,v diff -u -r1.2 -r1.3 --- lams_learning/web/gate/scheduleGateContent.jsp 28 Jun 2006 23:10:03 -0000 1.2 +++ lams_learning/web/gate/scheduleGateContent.jsp 1 Jul 2006 12:49:10 -0000 1.3 @@ -25,8 +25,6 @@ <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> -

-

 

Index: lams_learning/web/gate/synchGateContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/gate/synchGateContent.jsp,v diff -u -r1.2 -r1.3 --- lams_learning/web/gate/synchGateContent.jsp 28 Jun 2006 23:10:03 -0000 1.2 +++ lams_learning/web/gate/synchGateContent.jsp 1 Jul 2006 12:49:10 -0000 1.3 @@ -25,9 +25,7 @@ <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> -

-

 

Index: lams_learning/web/grouping/show.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/grouping/show.jsp,v diff -u -r1.5 -r1.6 --- lams_learning/web/grouping/show.jsp 28 Jun 2006 23:10:03 -0000 1.5 +++ lams_learning/web/grouping/show.jsp 1 Jul 2006 12:49:10 -0000 1.6 @@ -25,16 +25,25 @@ <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-fmt" prefix="fmt" %> -

-
+ - +

+
+
-

+
+ + + + + -
+ + +
+ @@ -46,13 +55,17 @@
- -

- -

-
+ +
+
+
+ + +
-
\ No newline at end of file Index: lams_learning/web/grouping/wait.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/grouping/wait.jsp,v diff -u -r1.4 -r1.5 --- lams_learning/web/grouping/wait.jsp 28 Jun 2006 23:10:03 -0000 1.4 +++ lams_learning/web/grouping/wait.jsp 1 Jul 2006 12:49:10 -0000 1.5 @@ -26,19 +26,35 @@ <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-lams" prefix="lams" %> -/grouping.do?method=performGrouping&activityID=${activity.activityId} - -

-

 

-

- + /grouping.do?method=performGrouping&activityID=${activity.activityId} &force=true -

-

-
-
\ No newline at end of file +

+
+
+ +
+ +

 

+ +

+ + + &force=true +

+
+ +
+ +
+ +
+ + + + Fisheye: Tag 1.13 refers to a dead (removed) revision in file `lams_learning/web/layout/activityLayout.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_learning/web/layout/gateLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/layout/gateLayout.jsp,v diff -u -r1.3 -r1.4 --- lams_learning/web/layout/gateLayout.jsp 28 Jun 2006 23:10:03 -0000 1.3 +++ lams_learning/web/layout/gateLayout.jsp 1 Jul 2006 12:49:10 -0000 1.4 @@ -41,14 +41,27 @@ -
-
+
+ +

+
+ +
+ +
+ +

 

<%@ include file="../gate/gateNext.jsp" %> -
- -
+
+ + + + +
+ Index: lams_learning/web/layout/groupWaitLayout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/layout/groupWaitLayout.jsp,v diff -u -r1.3 -r1.4 --- lams_learning/web/layout/groupWaitLayout.jsp 28 Jun 2006 23:10:03 -0000 1.3 +++ lams_learning/web/layout/groupWaitLayout.jsp 1 Jul 2006 12:49:10 -0000 1.4 @@ -38,14 +38,13 @@ + -
-
+
-
Index: lams_learning/web/layout/layout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/layout/layout.jsp,v diff -u -r1.8 -r1.9 --- lams_learning/web/layout/layout.jsp 28 Jun 2006 23:10:03 -0000 1.8 +++ lams_learning/web/layout/layout.jsp 1 Jul 2006 12:49:10 -0000 1.9 @@ -29,37 +29,43 @@ + + <%-- includeBodyTag, this variable is used to stop the default behaviour of displaying body tags (for use with a frameset) --%> + LAMS - - + + + -
-
+
-
-
-
- -
-
+
+ +
- - \ No newline at end of file + +