Index: lams_learning/conf/language/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/conf/language/Attic/ApplicationResources.properties,v
diff -u -r1.1 -r1.2
--- lams_learning/conf/language/ApplicationResources.properties 10 Apr 2006 11:08:17 -0000 1.1
+++ lams_learning/conf/language/ApplicationResources.properties 24 Apr 2006 04:26:35 -0000 1.2
@@ -1,6 +1,6 @@
# CVS ID: $Id$
# Language strings for the Progress Engine related classes and screens. Mostly error messages.
-
+learner.title=Learner :: LAMS
message.activity.loading=The next task is loading. Please wait....
message.lesson.finished=Congratulations, you have finished.
message.lesson.finishedCont=You have now completed your learning activity. Please log out or select a new session from the Available Sessions Panel
@@ -13,16 +13,20 @@
label.activity.options.choose=Choose
label.activity.finish=Finish
-## Export Portfolio Functionality
+# Export Portfolio internal system error
error.system.exportPortfolio=An internal error has occurred with the Export Portfolio Functionality. If reporting this error, please report: {0}
+# Export Portfolio system error in the learner module
error.system.learner=An internal error has occurred with the Learner Environment. If reporting this error, please report: {0}
+# Export Portfolio internal system error
error.system.export=A system exception has occured and the portfolio could not be generated. Please contact Lams International technical support.
+# Export Portfolio Page is missing
error.message.404=The page you have requested can not be found.
-
# HTML used to create main export page. The lesson name is inserted at {0} and the list of activities are inserted at {1}
export.html.mainPage=
Export Portfolio
Export Portfolio
Lesson: {0}
Activities
{1}
# HTML used to create main export page when an portfolio is not available due to system constraints.
export.html.exportFailed=Export Portfolio
Export Portfolio Failed
This sequence does not support portfolio exports
# HTML used to create the export portfolio activity page when an activity does not support export portfolio (stops it being just a blank page)
export.html.exportNotSupported=Export Portfolio Unsupported
+
+
+
Index: lams_learning/web/dummyControlFrame.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/Attic/dummyControlFrame.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_learning/web/dummyControlFrame.jsp 24 Apr 2006 04:26:35 -0000 1.1
@@ -0,0 +1,50 @@
+<%--
+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
+--%>
+
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
+<%@ taglib uri="tags-bean" prefix="bean"%>
+<%@ taglib uri="tags-html" prefix="html"%>
+<%@ taglib uri="tags-tiles" prefix="tiles"%>
+<%@ taglib uri="tags-core" prefix="c"%>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+<%@ taglib uri="tags-lams" prefix="lams" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_learning/web/exportWaitingPage.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/exportWaitingPage.jsp,v
diff -u -r1.4 -r1.5
--- lams_learning/web/exportWaitingPage.jsp 5 Apr 2006 23:08:07 -0000 1.4
+++ lams_learning/web/exportWaitingPage.jsp 24 Apr 2006 04:26:35 -0000 1.5
@@ -19,6 +19,7 @@
http://www.gnu.org/licenses/gpl.txt
--%>
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="tags-core" prefix="c" %>
<%@ taglib uri="tags-fmt" prefix="fmt" %>
<%@ taglib uri="tags-logic" prefix="logic" %>
@@ -43,6 +44,7 @@
Generating Export
+