Index: lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag =================================================================== diff -u -r0cc4413560562fdfd788aa30a964316cd5b6d3f9 -ref93df8e0fcefe2b69624ae1aa01748df4383e50 --- lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision 0cc4413560562fdfd788aa30a964316cd5b6d3f9) +++ lams_tool_larsrc/web/WEB-INF/tags/HTMLEditor.tag (.../HTMLEditor.tag) (revision ef93df8e0fcefe2b69624ae1aa01748df4383e50) @@ -2,11 +2,11 @@ /**************************************************************** * 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 as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * 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 Index: lams_tool_larsrc/web/WEB-INF/tags/SetEditor.tag =================================================================== diff -u -r0cc4413560562fdfd788aa30a964316cd5b6d3f9 -ref93df8e0fcefe2b69624ae1aa01748df4383e50 --- lams_tool_larsrc/web/WEB-INF/tags/SetEditor.tag (.../SetEditor.tag) (revision 0cc4413560562fdfd788aa30a964316cd5b6d3f9) +++ lams_tool_larsrc/web/WEB-INF/tags/SetEditor.tag (.../SetEditor.tag) (revision ef93df8e0fcefe2b69624ae1aa01748df4383e50) @@ -2,11 +2,11 @@ /**************************************************************** * 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 as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * 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 Index: lams_tool_larsrc/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r0cc4413560562fdfd788aa30a964316cd5b6d3f9 -ref93df8e0fcefe2b69624ae1aa01748df4383e50 --- lams_tool_larsrc/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 0cc4413560562fdfd788aa30a964316cd5b6d3f9) +++ lams_tool_larsrc/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision ef93df8e0fcefe2b69624ae1aa01748df4383e50) @@ -2,11 +2,11 @@ /**************************************************************** * 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 as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * 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 @@ -35,22 +35,32 @@ <%@ 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 %> + + + + + + + + + - + - + @@ -63,7 +73,7 @@ - +
${title}${tabTitle}
\ No newline at end of file Index: lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -r0cc4413560562fdfd788aa30a964316cd5b6d3f9 -ref93df8e0fcefe2b69624ae1aa01748df4383e50 --- lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 0cc4413560562fdfd788aa30a964316cd5b6d3f9) +++ lams_tool_larsrc/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision ef93df8e0fcefe2b69624ae1aa01748df4383e50) @@ -2,11 +2,11 @@ /**************************************************************** * 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 as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * 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 @@ -32,18 +32,18 @@ %> <%@ tag body-content="scriptless" %> <%@ attribute name="id" required="true" rtexprvalue="true" %> -<%@ attribute name="title" required="false" 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" %>
- -

+ +

- +

Index: lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r0cc4413560562fdfd788aa30a964316cd5b6d3f9 -ref93df8e0fcefe2b69624ae1aa01748df4383e50 --- lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 0cc4413560562fdfd788aa30a964316cd5b6d3f9) +++ lams_tool_larsrc/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision ef93df8e0fcefe2b69624ae1aa01748df4383e50) @@ -2,11 +2,11 @@ /**************************************************************** * 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 as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * 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 Index: lams_tool_larsrc/web/WEB-INF/tags/headItems.tag =================================================================== diff -u --- lams_tool_larsrc/web/WEB-INF/tags/headItems.tag (revision 0) +++ lams_tool_larsrc/web/WEB-INF/tags/headItems.tag (revision ef93df8e0fcefe2b69624ae1aa01748df4383e50) @@ -0,0 +1,56 @@ +<% +/**************************************************************** + * 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 + * **************************************************************** + */ + + /** + * Standard Head Items + * Author: Fiona Malikoff + * Description: Includes all the standard head items e.g. the + * lams css files, sets the content type, standard javascript files. + */ + + %> +<%@ tag body-content="empty" %> + +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-lams" prefix="lams" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + + + + + + + + + + + + + + + + + + +