Index: lams_admin/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_admin/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_admin/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_central/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_central/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_central/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_learning/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_learning/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_learning/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_monitoring/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_monitoring/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_monitoring/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_chat/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_example/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_forum/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_lamc/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_laqa/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_nb/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_notebook/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_notebook/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_notebook/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_sbmt/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_tool_vote/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_tool_vote/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_tool_vote/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@
Index: lams_www/web/WEB-INF/tags/HTMLEditor.tag
===================================================================
diff -u -re40001e43310236959641532ae8b0c61edcc0a19 -rfe74f83348468c073e29164bc1eab8eb1fbb409d
--- lams_www/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision e40001e43310236959641532ae8b0c61edcc0a19)
+++ lams_www/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision fe74f83348468c073e29164bc1eab8eb1fbb409d)
@@ -1,37 +1,37 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
+<%
+ /****************************************************************
+ * 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:
- */
-
- %>
+ /**
+ * 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-fmt" prefix="fmt"%>
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
@@ -43,18 +43,30 @@