+
+
+
-
+
+
+
+
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_learning/web/gate/conditionGateContent.jsp
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4
--- lams_learning/web/gate/conditionGateContent.jsp (.../conditionGateContent.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_learning/web/gate/conditionGateContent.jsp (.../conditionGateContent.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4)
@@ -1,30 +1,61 @@
-
<%--
- Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
- License Information: http://lamsfoundation.org/licensing/lams/2.0/
+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 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.
+ 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
+ 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
- --%>
+ http://www.gnu.org/licenses/gpl.txt
+--%>
-<%@ taglib uri="tags-fmt" prefix="fmt"%>
-<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ include file="/common/taglibs.jsp"%>
-<%@ include file="gateDescription.jsp"%>
+
+
+
-
+
+ <%@ include file="../gate/gateNext.jsp"%>
+
+
+
+
+
Index: lams_learning/web/gate/permissionGateContent.jsp
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4
--- lams_learning/web/gate/permissionGateContent.jsp (.../permissionGateContent.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_learning/web/gate/permissionGateContent.jsp (.../permissionGateContent.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4)
@@ -1,30 +1,62 @@
-
<%--
- Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
- License Information: http://lamsfoundation.org/licensing/lams/2.0/
+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 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.
+ 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
+ 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
- --%>
+ http://www.gnu.org/licenses/gpl.txt
+--%>
-<%@ taglib uri="tags-fmt" prefix="fmt"%>
-<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ include file="/common/taglibs.jsp"%>
-<%@ include file="gateDescription.jsp"%>
+
+
+
-
+
+
+
+
+
+
-
+
Index: lams_learning/web/msgContent.jsp
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4
--- lams_learning/web/msgContent.jsp (.../msgContent.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_learning/web/msgContent.jsp (.../msgContent.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4)
@@ -1,14 +1,58 @@
+<%--
+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-fmt" prefix="fmt" %>
<%@ taglib uri="tags-core" prefix="c" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
-
+
+
+
+
-
+
+
+
-
- ${messageKey}
-
+
+
+
+
+
+
+
+ ${messageKey}
+
+
+
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file
Index: lams_learning/web/notebook/addnew.jsp
===================================================================
diff -u -r1f7150d6142f994d113ba543736a9f7c0e154337 -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4
--- lams_learning/web/notebook/addnew.jsp (.../addnew.jsp) (revision 1f7150d6142f994d113ba543736a9f7c0e154337)
+++ lams_learning/web/notebook/addnew.jsp (.../addnew.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4)
@@ -18,60 +18,80 @@
http://www.gnu.org/licenses/gpl.txt
--%>
-<%@ page import="org.lamsfoundation.lams.notebook.service.CoreNotebookConstants"%>
-<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
-<%@ taglib uri="tags-core" prefix="c"%>
-<%@ taglib uri="tags-fmt" prefix="fmt"%>
-<%@ taglib uri="tags-lams" prefix="lams"%>
-
-
+
-
-
-
+<%@ include file="/common/taglibs.jsp"%>
-
- <%=CoreNotebookConstants.SCRATCH_PAD_SIG%>
-
-
- <%=CoreNotebookConstants.JOURNAL_SIG%>
-
+
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
-
-
+
Index: lams_learning/web/optionsActivity.jsp
===================================================================
diff -u -r1f7150d6142f994d113ba543736a9f7c0e154337 -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4
--- lams_learning/web/optionsActivity.jsp (.../optionsActivity.jsp) (revision 1f7150d6142f994d113ba543736a9f7c0e154337)
+++ lams_learning/web/optionsActivity.jsp (.../optionsActivity.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4)
@@ -1,192 +1,236 @@
-<%@ include file="/common/taglibs.jsp"%>
+<%--
+Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+License Information: http://lamsfoundation.org/licensing/lams/2.0/
-<%
- if (request.getAttribute("activity") instanceof org.lamsfoundation.lams.learningdesign.OptionsWithSequencesActivity) {
- request.setAttribute("isOptionsWithSequencesActivity", "true");
- }
-%>
+ 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.
-
+ 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
+--%>
-
-
+
+
+
+
+
+
+
Index: lams_learning/web/progressBroken.jsp
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -rb546f3a46de916721f4d729ac1b0e64cc1eb9cb4
--- lams_learning/web/progressBroken.jsp (.../progressBroken.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_learning/web/progressBroken.jsp (.../progressBroken.jsp) (revision b546f3a46de916721f4d729ac1b0e64cc1eb9cb4)
@@ -18,19 +18,58 @@
http://www.gnu.org/licenses/gpl.txt
--%>
+
+
+
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<%--
+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-core" prefix="c" %>
<%@ taglib uri="tags-fmt" prefix="fmt" %>
<%@ taglib uri="tags-lams" prefix="lams" %>
-
-
-