Index: lams_admin/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.1 -r1.2 --- lams_admin/web/WEB-INF/tags/HTMLEditor.tag 15 Jul 2006 00:06:44 -0000 1.1 +++ lams_admin/web/WEB-INF/tags/HTMLEditor.tag 17 Aug 2006 06:16:21 -0000 1.2 @@ -31,7 +31,7 @@ %> <%@ tag body-content="empty"%> <%@ taglib uri="fck-editor" prefix="FCK"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-bean" prefix="bean"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-lams" prefix="lams"%> @@ -43,14 +43,18 @@
- + + +
- <fmt:message key=" /> - <fmt:message key=" /> + <bean:message key=" />      <bean:message key=" />
Index: lams_central/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.5 -r1.6 Binary files differ Index: lams_learning/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.1 -r1.2 --- lams_learning/web/WEB-INF/tags/HTMLEditor.tag 2 May 2006 05:42:49 -0000 1.1 +++ lams_learning/web/WEB-INF/tags/HTMLEditor.tag 17 Aug 2006 06:16:20 -0000 1.2 @@ -1,58 +1,60 @@ -<% -/**************************************************************** - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * HTMLEditor.tag - * Author: Mitchell Seaton - * Description: Creates a single instance of FCK Editor used over multiple fields. - * Wiki: - */ - - %> -<%@ tag body-content="empty" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-lams" prefix="lams" %> - +<%/**************************************************************** + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ - Index: lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/HTMLEditor.tag,v diff -u -r1.5 -r1.6 Binary files differ Index: lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag,v diff -u -r1.2 -r1.3 --- lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag 7 Apr 2006 00:36:50 -0000 1.2 +++ lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag 17 Aug 2006 06:16:21 -0000 1.3 @@ -1,58 +1,60 @@ -<% -/**************************************************************** - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * HTMLEditor.tag - * Author: Mitchell Seaton - * Description: Creates a single instance of FCK Editor used over multiple fields. - * Wiki: - */ - - %> -<%@ tag body-content="empty" %> -<%@ taglib uri="fck-editor" prefix="FCK" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-lams" prefix="lams" %> - +<%/**************************************************************** + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ -