Index: lams_learning/conf/language/ApplicationResources.properties
===================================================================
diff -u -ra7766445094c16b343aa56dc1f73fd3051cef1db -r66f147e9d94ea10fa2c2cea70a78d6479096ddc7
--- lams_learning/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision a7766445094c16b343aa56dc1f73fd3051cef1db)
+++ lams_learning/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision 66f147e9d94ea10fa2c2cea70a78d6479096ddc7)
@@ -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
+ lams_learning.swf?userID=&serverURL=&build=<%=clientVersion%>&lang=<%=serverLanguage%>&date=<%=languageDate%>&theme=
+
+
+
+
+
Index: lams_learning/web/controlFrame.jsp
===================================================================
diff -u -rcdb910b6cd3de106725e2c22ded380c5c0fab650 -r66f147e9d94ea10fa2c2cea70a78d6479096ddc7
--- lams_learning/web/controlFrame.jsp (.../controlFrame.jsp) (revision cdb910b6cd3de106725e2c22ded380c5c0fab650)
+++ lams_learning/web/controlFrame.jsp (.../controlFrame.jsp) (revision 66f147e9d94ea10fa2c2cea70a78d6479096ddc7)
@@ -19,7 +19,7 @@
http://www.gnu.org/licenses/gpl.txt
--%>
-<%@ page language="java"%>
+<%@ 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"%>
@@ -31,15 +31,14 @@
-
+
- Learner :: LAMS
+
Index: lams_learning/web/controlTopFrame.jsp
===================================================================
diff -u -rcdb910b6cd3de106725e2c22ded380c5c0fab650 -r66f147e9d94ea10fa2c2cea70a78d6479096ddc7
--- lams_learning/web/controlTopFrame.jsp (.../controlTopFrame.jsp) (revision cdb910b6cd3de106725e2c22ded380c5c0fab650)
+++ lams_learning/web/controlTopFrame.jsp (.../controlTopFrame.jsp) (revision 66f147e9d94ea10fa2c2cea70a78d6479096ddc7)
@@ -19,7 +19,7 @@
http://www.gnu.org/licenses/gpl.txt
--%>
-<%@ page language="java"%>
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="tags-html" prefix="html"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-fmt" prefix="fmt" %>
@@ -29,7 +29,7 @@
-
+
Learner :: LAMS
Index: lams_learning/web/dummyControlBottomFrame.jsp
===================================================================
diff -u
--- lams_learning/web/dummyControlBottomFrame.jsp (revision 0)
+++ lams_learning/web/dummyControlBottomFrame.jsp (revision 66f147e9d94ea10fa2c2cea70a78d6479096ddc7)
@@ -0,0 +1,84 @@
+<%--
+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-html" prefix="html"%>
+<%@ taglib uri="tags-core" prefix="c"%>
+<%@ taglib uri="tags-fmt" prefix="fmt" %>
+<%@ taglib uri="tags-lams" prefix="lams" %>
+
+
+
+
+
+
+
+ Learner :: LAMS
+
+
+
+
+
+
+
+
+
Index: lams_learning/web/dummyControlFrame.jsp
===================================================================
diff -u
--- lams_learning/web/dummyControlFrame.jsp (revision 0)
+++ lams_learning/web/dummyControlFrame.jsp (revision 66f147e9d94ea10fa2c2cea70a78d6479096ddc7)
@@ -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
===================================================================
diff -u -rcdb910b6cd3de106725e2c22ded380c5c0fab650 -r66f147e9d94ea10fa2c2cea70a78d6479096ddc7
--- lams_learning/web/exportWaitingPage.jsp (.../exportWaitingPage.jsp) (revision cdb910b6cd3de106725e2c22ded380c5c0fab650)
+++ lams_learning/web/exportWaitingPage.jsp (.../exportWaitingPage.jsp) (revision 66f147e9d94ea10fa2c2cea70a78d6479096ddc7)
@@ -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
+