Index: lams_admin/web/WEB-INF/lams.tld =================================================================== diff -u -r39ab7e944590b5773efab07a5c5344cd51916efd -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_admin/web/WEB-INF/lams.tld (.../lams.tld) (revision 39ab7e944590b5773efab07a5c5344cd51916efd) +++ lams_admin/web/WEB-INF/lams.tld (.../lams.tld) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -24,6 +24,46 @@ + converts text from \n or \r\n to <BR> before rendering + converts text from \n or \r\n to <BR> before rendering + + + out + org.lamsfoundation.lams.web.tag.MultiLinesOutputTag + empty + + + converts text from \n or \r\n to <BR> before rendering + value + true + + true + + + + + + + Render html tag with direction and language + Render html tag with direction and language + + + html + org.lamsfoundation.lams.web.tag.HtmlTag + JSP + + + Render html tag with direction and language + xhtml + false + + true + + + + + + Output a random number for the learner and passon flash movies to communicate directly. generate unique ID @@ -287,14 +327,10 @@ /WEB-INF/tags/TabBody.tag - HTMLEditor - /WEB-INF/tags/HTMLEditor.tag + FCKEditor + /WEB-INF/tags/FCKEditor.tag - SetEditor - /WEB-INF/tags/SetEditor.tag - - AuthoringButton /WEB-INF/tags/AuthoringButton.tag @@ -310,8 +346,13 @@ ExportPortOutput /WEB-INF/tags/ExportPortOutput.tag - + Date /WEB-INF/tags/Date.tag + + DefineLater + /WEB-INF/tags/DefineLater.tag + + Index: lams_admin/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r500d3a196272c489de66d8e46e7df9f02f6c8f73 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_admin/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 500d3a196272c489de66d8e46e7df9f02f6c8f73) +++ lams_admin/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -37,6 +37,7 @@ <%@ attribute name="formID" required="true" rtexprvalue="true" %> <%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> <%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> <%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> <%-- Optional attribute --%> @@ -64,7 +65,7 @@ -

+

Index: lams_admin/web/WEB-INF/tags/Date.tag =================================================================== diff -u -r39ab7e944590b5773efab07a5c5344cd51916efd -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_admin/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 39ab7e944590b5773efab07a5c5344cd51916efd) +++ lams_admin/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -32,6 +32,21 @@ %> <%@ tag body-content="empty" %> <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> +<%@ attribute name="style" required="false" rtexprvalue="true"%> +<%@ attribute name="type" required="false" rtexprvalue="true"%> + <%@ taglib uri="tags-fmt" prefix="fmt" %> - +<%@ taglib uri="tags-core" prefix="c" %> + + + + + + + + + + + + Index: lams_admin/web/WEB-INF/tags/FCKEditor.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/FCKEditor.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/FCKEditor.tag (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -0,0 +1,57 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="fck-editor" prefix="fck"%> + +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="true" rtexprvalue="true"%> +<%@ attribute name="toolbarSet" required="false" rtexprvalue="true"%> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true"%> + + + + + + + + + + + + + + + ${value} + + + + + Fisheye: Tag 2deb6430189162e43922f84f227edb535b851ca2 refers to a dead (removed) revision in file `lams_admin/web/WEB-INF/tags/HTMLEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 2deb6430189162e43922f84f227edb535b851ca2 refers to a dead (removed) revision in file `lams_admin/web/WEB-INF/tags/SetEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_learning/web/WEB-INF/lams.tld =================================================================== diff -u -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_learning/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2) +++ lams_learning/web/WEB-INF/lams.tld (.../lams.tld) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -24,6 +24,46 @@ + converts text from \n or \r\n to <BR> before rendering + converts text from \n or \r\n to <BR> before rendering + + + out + org.lamsfoundation.lams.web.tag.MultiLinesOutputTag + empty + + + converts text from \n or \r\n to <BR> before rendering + value + true + + true + + + + + + + Render html tag with direction and language + Render html tag with direction and language + + + html + org.lamsfoundation.lams.web.tag.HtmlTag + JSP + + + Render html tag with direction and language + xhtml + false + + true + + + + + + Output a random number for the learner and passon flash movies to communicate directly. generate unique ID @@ -287,14 +327,10 @@ /WEB-INF/tags/TabBody.tag - HTMLEditor - /WEB-INF/tags/HTMLEditor.tag + FCKEditor + /WEB-INF/tags/FCKEditor.tag - SetEditor - /WEB-INF/tags/SetEditor.tag - - AuthoringButton /WEB-INF/tags/AuthoringButton.tag @@ -310,8 +346,13 @@ ExportPortOutput /WEB-INF/tags/ExportPortOutput.tag - + Date /WEB-INF/tags/Date.tag + + DefineLater + /WEB-INF/tags/DefineLater.tag + + Index: lams_learning/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -r250486f86b66ac04cece0001879c3dc39c96ed98 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_learning/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 250486f86b66ac04cece0001879c3dc39c96ed98) +++ lams_learning/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -37,6 +37,7 @@ <%@ attribute name="formID" required="true" rtexprvalue="true" %> <%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> <%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> <%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> <%-- Optional attribute --%> @@ -45,6 +46,7 @@ <%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> <%@ attribute name="cancelConfirmMsgKey" required="false" rtexprvalue="true" %> <%@ attribute name="defineLater" required="false" rtexprvalue="true" %> +<%@ attribute name="customiseSessionID" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -63,14 +65,14 @@ -

+

Index: lams_learning/web/WEB-INF/tags/Date.tag =================================================================== diff -u -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_learning/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2) +++ lams_learning/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -32,6 +32,21 @@ %> <%@ tag body-content="empty" %> <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> +<%@ attribute name="style" required="false" rtexprvalue="true"%> +<%@ attribute name="type" required="false" rtexprvalue="true"%> + <%@ taglib uri="tags-fmt" prefix="fmt" %> - +<%@ taglib uri="tags-core" prefix="c" %> + + + + + + + + + + + + Index: lams_learning/web/WEB-INF/tags/FCKEditor.tag =================================================================== diff -u --- lams_learning/web/WEB-INF/tags/FCKEditor.tag (revision 0) +++ lams_learning/web/WEB-INF/tags/FCKEditor.tag (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -0,0 +1,57 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="fck-editor" prefix="fck"%> + +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="true" rtexprvalue="true"%> +<%@ attribute name="toolbarSet" required="false" rtexprvalue="true"%> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true"%> + + + + + + + + + + + + + + + ${value} + + + + + Fisheye: Tag 2deb6430189162e43922f84f227edb535b851ca2 refers to a dead (removed) revision in file `lams_learning/web/WEB-INF/tags/HTMLEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 2deb6430189162e43922f84f227edb535b851ca2 refers to a dead (removed) revision in file `lams_learning/web/WEB-INF/tags/SetEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_learning/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r058624bba137d9124eed6784321dbecc72a12550 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_learning/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 058624bba137d9124eed6784321dbecc72a12550) +++ lams_learning/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -1,79 +1,99 @@ -<% -/**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. - * Wiki: - */ - - %> -<%@ tag body-content="empty" %> -<%@ attribute name="id" required="true" rtexprvalue="true" %> -<%@ attribute name="value" required="false" rtexprvalue="true" %> -<%@ attribute name="key" required="false" rtexprvalue="true" %> -<%@ attribute name="inactive" required="false" rtexprvalue="true" %> -<%@ attribute name="methodCall" required="false" rtexprvalue="true" %> +<%/**************************************************************** + * 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 + * **************************************************************** + */ -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-bean" prefix="bean" %> -<%@ taglib uri="tags-lams" prefix="lams" %> - - - - - + /** + * Tab.tag + * Author: Mitchell Seaton + * Description: Creates a tab element. + * Wiki: + */ -<% // Usually methodCall is selectTab, but the calling code can override methodCall if desired. - // this is handy if the page needs different logic on initialisation and user switching tabs %> + %> +<%@ tag body-content="empty"%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="false" rtexprvalue="true"%> +<%@ attribute name="key" required="false" rtexprvalue="true"%> +<%@ attribute name="inactive" required="false" rtexprvalue="true"%> +<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> + +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + + + + + + + + +<%// Usually methodCall is selectTab, but the calling code can override methodCall if desired. + // this is handy if the page needs different logic on initialisation and user switching tabs %> - - - - - - + + + + + + - + - + + + - - - + + + + + +

Index: lams_learning/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r058624bba137d9124eed6784321dbecc72a12550 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_learning/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 058624bba137d9124eed6784321dbecc72a12550) +++ lams_learning/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -1,62 +1,52 @@ -<% -/**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * TabBody.tag - * Author: Mitchell Seaton - * Description: Creates the body container for a tab element - * Wiki: - */ - - %> -<%@ tag body-content="scriptless" %> -<%@ attribute name="id" required="true" rtexprvalue="true" %> -<%@ attribute name="tabTitle" required="false" rtexprvalue="true" %> -<%@ attribute name="titleKey" required="false" rtexprvalue="true" %> -<%@ attribute name="page" required="false" rtexprvalue="true" %> -<%@ taglib uri="tags-core" prefix="c" %> -<%@ taglib uri="tags-bean" prefix="bean" %> +<%/**************************************************************** + * 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 + * **************************************************************** + */ + /** + * TabBody.tag + * Author: Mitchell Seaton + * Description: Creates the body container for a tab element + * Wiki: + */ + + %> +<%@ tag body-content="scriptless"%> +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="tabTitle" required="false" rtexprvalue="true"%> +<%@ attribute name="titleKey" required="false" rtexprvalue="true"%> +<%@ attribute name="page" required="false" rtexprvalue="true"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> + -
- -

-
- -

-
+
+ + + + + + + + -
- - - - - - - -
- -
- \ No newline at end of file + Index: lams_learning/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r058624bba137d9124eed6784321dbecc72a12550 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_learning/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 058624bba137d9124eed6784321dbecc72a12550) +++ lams_learning/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -1,72 +1,69 @@ -<% -/**************************************************************** - * 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 - * **************************************************************** - */ - - /** - * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: - */ - - %> -<%@ tag body-content="scriptless" %> -<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true" %> -<%@ attribute name="control" required="false" rtexprvalue="true" %> -<%@ attribute name="useKey" required="false" rtexprvalue="true" %> -<%@ 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 + * **************************************************************** + */ + + /** + * Tabs.tag + * Author: Mitchell Seaton + * Description: Create a tab list from a input collection or nested Tab tags. + * Wiki: + */ + + %> +<%@ tag body-content="scriptless"%> +<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true"%> +<%@ attribute name="control" required="false" rtexprvalue="true"%> +<%@ attribute name="useKey" required="false" rtexprvalue="true"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + - + - + - + - - - - - + -
\ No newline at end of file + + + + + +
Index: lams_monitoring/web/WEB-INF/lams.tld =================================================================== diff -u -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_monitoring/web/WEB-INF/lams.tld (.../lams.tld) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2) +++ lams_monitoring/web/WEB-INF/lams.tld (.../lams.tld) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -24,6 +24,46 @@
+ converts text from \n or \r\n to <BR> before rendering + converts text from \n or \r\n to <BR> before rendering + + + out + org.lamsfoundation.lams.web.tag.MultiLinesOutputTag + empty + + + converts text from \n or \r\n to <BR> before rendering + value + true + + true + + + + + + + Render html tag with direction and language + Render html tag with direction and language + + + html + org.lamsfoundation.lams.web.tag.HtmlTag + JSP + + + Render html tag with direction and language + xhtml + false + + true + + + + + + Output a random number for the learner and passon flash movies to communicate directly. generate unique ID @@ -287,14 +327,10 @@ /WEB-INF/tags/TabBody.tag - HTMLEditor - /WEB-INF/tags/HTMLEditor.tag + FCKEditor + /WEB-INF/tags/FCKEditor.tag - SetEditor - /WEB-INF/tags/SetEditor.tag - - AuthoringButton /WEB-INF/tags/AuthoringButton.tag @@ -310,8 +346,13 @@ ExportPortOutput /WEB-INF/tags/ExportPortOutput.tag - + Date /WEB-INF/tags/Date.tag + + DefineLater + /WEB-INF/tags/DefineLater.tag + + Index: lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -rc277bb1c30c1283b5f66c6f651855c51a5f87bc5 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision c277bb1c30c1283b5f66c6f651855c51a5f87bc5) +++ lams_monitoring/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -37,6 +37,7 @@ <%@ attribute name="formID" required="true" rtexprvalue="true" %> <%@ attribute name="toolSignature" required="true" rtexprvalue="true" %> <%@ attribute name="toolContentID" required="true" rtexprvalue="true" %> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true" %> <%@ attribute name="clearSessionActionUrl" required="true" rtexprvalue="true" %> <%-- Optional attribute --%> @@ -45,6 +46,7 @@ <%@ attribute name="saveButtonLabelKey" required="false" rtexprvalue="true" %> <%@ attribute name="cancelConfirmMsgKey" required="false" rtexprvalue="true" %> <%@ attribute name="defineLater" required="false" rtexprvalue="true" %> +<%@ attribute name="customiseSessionID" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -63,14 +65,14 @@ -

+

Index: lams_monitoring/web/WEB-INF/tags/Date.tag =================================================================== diff -u -r6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2 -r2deb6430189162e43922f84f227edb535b851ca2 --- lams_monitoring/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 6b48d7643dda77bdad77a24c3af3f0b3d9cec1c2) +++ lams_monitoring/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -32,6 +32,21 @@ %> <%@ tag body-content="empty" %> <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> +<%@ attribute name="style" required="false" rtexprvalue="true"%> +<%@ attribute name="type" required="false" rtexprvalue="true"%> + <%@ taglib uri="tags-fmt" prefix="fmt" %> - +<%@ taglib uri="tags-core" prefix="c" %> + + + + + + + + + + + + Index: lams_monitoring/web/WEB-INF/tags/FCKEditor.tag =================================================================== diff -u --- lams_monitoring/web/WEB-INF/tags/FCKEditor.tag (revision 0) +++ lams_monitoring/web/WEB-INF/tags/FCKEditor.tag (revision 2deb6430189162e43922f84f227edb535b851ca2) @@ -0,0 +1,57 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="fck-editor" prefix="fck"%> + +<%@ attribute name="id" required="true" rtexprvalue="true"%> +<%@ attribute name="value" required="true" rtexprvalue="true"%> +<%@ attribute name="toolbarSet" required="false" rtexprvalue="true"%> +<%@ attribute name="contentFolderID" required="true" rtexprvalue="true"%> + + + + + + + + + + + + + + + ${value} + + + + + Fisheye: Tag 2deb6430189162e43922f84f227edb535b851ca2 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/HTMLEditor.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 2deb6430189162e43922f84f227edb535b851ca2 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/tags/SetEditor.tag'. Fisheye: No comparison available. Pass `N' to diff?