Index: lams_learning/conf/language/lams/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/conf/language/lams/ApplicationResources.properties,v
diff -u -r1.3 -r1.4
--- lams_learning/conf/language/lams/ApplicationResources.properties 28 Jun 2007 06:50:15 -0000 1.3
+++ lams_learning/conf/language/lams/ApplicationResources.properties 27 Jul 2007 05:13:58 -0000 1.4
@@ -77,7 +77,7 @@
message.progress.broken.try.resume =Please select 'Resume' or close and reopen this window to continue. If this error re-occurs, wait a few minutes and then try again.
label.branching.wait.message=You have stopped at a branching point. You cannot continue until your branch is selected in monitoring.
label.branching.refresh.message=Click Next if you are told that the branch has been selected. This page will refresh automatically in 1 minute.
-label.branching.preview.message=As this is a preview, clicking Next will select the first branch and continue.
+label.branching.preview.message=You have reached a branching activity. As you are in preview you can select which branch to preview then click Choose. Click Finish to skip the branching and continue with the next activity after the branching.
label.branching.title=Branching
label.sequence.empty.message=There are no activities to complete in this section. Click Next to continue.
Index: lams_learning/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/conf/language/lams/ApplicationResources_en_AU.properties,v
diff -u -r1.3 -r1.4
--- lams_learning/conf/language/lams/ApplicationResources_en_AU.properties 28 Jun 2007 06:50:15 -0000 1.3
+++ lams_learning/conf/language/lams/ApplicationResources_en_AU.properties 27 Jul 2007 05:13:58 -0000 1.4
@@ -77,7 +77,7 @@
message.progress.broken.try.resume =Please select 'Resume' or close and reopen this window to continue. If this error re-occurs, wait a few minutes and then try again.
label.branching.wait.message=You have stopped at a branching point. You cannot continue until your branch is selected in monitoring.
label.branching.refresh.message=Click Next if you are told that the branch has been selected. This page will refresh automatically in 1 minute.
-label.branching.preview.message=As this is a preview, clicking Next will select the first branch and continue.
+label.branching.preview.message=You have reached a branching activity. As you are in preview you can select which branch to preview then click Choose. Click Finish to skip the branching and continue with the next activity after the branching.
label.branching.title=Branching
label.sequence.empty.message=There are no activities to complete in this section. Click Next to continue.
Index: lams_learning/conf/xdoclet/struts-forms.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/conf/xdoclet/struts-forms.xml,v
diff -u -r1.12 -r1.13
--- lams_learning/conf/xdoclet/struts-forms.xml 12 Jul 2007 00:59:36 -0000 1.12
+++ lams_learning/conf/xdoclet/struts-forms.xml 27 Jul 2007 05:13:58 -0000 1.13
@@ -33,9 +33,11 @@
+
+
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.37 -r1.38
--- lams_learning/web/WEB-INF/struts/struts-config.xml 17 Jul 2007 01:32:20 -0000 1.37
+++ lams_learning/web/WEB-INF/struts/struts-config.xml 27 Jul 2007 05:13:41 -0000 1.38
@@ -61,9 +61,11 @@
+
+
@@ -223,6 +225,11 @@
path=".branchingActivityWait"
redirect="false"
/>
+
+
+
+
+
Index: lams_learning/web/branching/preview.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/branching/preview.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_learning/web/branching/preview.jsp 27 Jul 2007 05:13:25 -0000 1.1
@@ -0,0 +1,139 @@
+<%--
+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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ USA
+
+ 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" %>
+<%@ taglib uri="tags-lams" prefix="lams" %>
+
+
+
+
+
+