Index: lams_tool_chat/web/WEB-INF/tags/DefineLater.tag =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r99032f0bf19ad1cbaefe947f9ef1f8c91d89ade8 --- lams_tool_chat/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_tool_chat/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 99032f0bf19ad1cbaefe947f9ef1f8c91d89ade8) @@ -1,55 +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.0 - * 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 - * **************************************************************** - */ - - /** - * DefineLater.tag - * Author: Fiona Malikoff - * Description: Layout for "Define Later" screens - to be used in learning. - * A suggested layout - unless the tool has special requirements, this layout should be used. - * Expects to be used inside
- */ + +<% + /**************************************************************** + * 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.0 + * 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 + * **************************************************************** + */ + + /** + * DefineLater.tag + * Author: Fiona Malikoff + * Description: Layout for "Define Later" screens - to be used in learning. + * A suggested layout - unless the tool has special requirements, this layout should be used. + * Expects to be used inside + */ %> -<%@ tag body-content="scriptless" %> -<%@ taglib uri="tags-fmt" prefix="fmt" %> -<%@ taglib uri="tags-core" prefix="c" %> +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-core" prefix="c"%> -<%@ attribute name="defineLaterMessageKey" required="false" rtexprvalue="true" %> -<%@ attribute name="buttonTryAgainKey" required="false" rtexprvalue="true" %> +<%@ attribute name="defineLaterMessageKey" required="false" + rtexprvalue="true"%> +<%@ attribute name="buttonTryAgainKey" required="false" + rtexprvalue="true"%> <%-- Default value for I18N keys --%>- -