Index: lams_learning/web/optionsActivity.jsp
===================================================================
diff -u -r964c0c4acd889de82f339a982844d32edd6fd784 -rd5035b7b9e57dd7fc603cc9e1bdace30bf64acc2
--- lams_learning/web/optionsActivity.jsp (.../optionsActivity.jsp) (revision 964c0c4acd889de82f339a982844d32edd6fd784)
+++ lams_learning/web/optionsActivity.jsp (.../optionsActivity.jsp) (revision d5035b7b9e57dd7fc603cc9e1bdace30bf64acc2)
@@ -1,192 +1,239 @@
-<%@ 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
+--%>
+
+<%@ include file="/common/taglibs.jsp"%>
<%
if (request.getAttribute("activity") instanceof org.lamsfoundation.lams.learningdesign.OptionsWithSequencesActivity) {
request.setAttribute("isOptionsWithSequencesActivity", "true");
}
%>
+
-