Index: lams_central/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u -rd3c9d3f03c16e8f7025d7b2bfe84e68af4fc0746 -r98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 --- lams_central/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision d3c9d3f03c16e8f7025d7b2bfe84e68af4fc0746) +++ lams_central/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -24,16 +24,16 @@ -

+

 

-   - +     +  

Index: lams_central/web/WEB-INF/tags/DefineLater.tag =================================================================== diff -u -rfef442a88ab05c91db8a551081c4abc060d4da5e -r98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 --- lams_central/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision fef442a88ab05c91db8a551081c4abc060d4da5e) +++ lams_central/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -1,6 +1,6 @@ <% - /**************************************************************** + /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= * License Information: http://lamsfoundation.org/licensing/lams/2.0/ @@ -49,10 +49,18 @@ -

- -

-
- +
+
+
+ +
+
+
+
+ +
+
\ No newline at end of file Fisheye: Tag 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 refers to a dead (removed) revision in file `lams_central/web/WEB-INF/tags/HybridTab.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 refers to a dead (removed) revision in file `lams_central/web/WEB-INF/tags/HybridTabAction.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 refers to a dead (removed) revision in file `lams_central/web/WEB-INF/tags/HybridTabBody.tag'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 refers to a dead (removed) revision in file `lams_central/web/WEB-INF/tags/HybridTabHeader.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_central/web/WEB-INF/tags/Tab.tag =================================================================== diff -u -r268809b34d41cef37fc1cbacc9aa0d2eeb245377 -r98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 --- lams_central/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 268809b34d41cef37fc1cbacc9aa0d2eeb245377) +++ lams_central/web/WEB-INF/tags/Tab.tag (.../Tab.tag) (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -24,8 +24,8 @@ /** * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. * Wiki: */ %> @@ -34,7 +34,7 @@ <%@ 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"%> +<%@ attribute name="methodCall" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> Index: lams_central/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/TabBodyArea.tag (revision 0) +++ lams_central/web/WEB-INF/tags/TabBodyArea.tag (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -0,0 +1,39 @@ +<%/**************************************************************** + * 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 + * **************************************************************** + */ + +/** + * TabBodyArea.tag + * Author: Fiona Malikoff + * Description: Creates the panel body area for a nav bar screen + * Wiki: + */ + +%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-bean" prefix="bean"%> + +
+ +
+ +
\ No newline at end of file Index: lams_central/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -r268809b34d41cef37fc1cbacc9aa0d2eeb245377 -r98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 --- lams_central/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 268809b34d41cef37fc1cbacc9aa0d2eeb245377) +++ lams_central/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -23,52 +23,70 @@ /** * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. */ - %> -<%@ 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"%> -<%@ attribute name="format" required="false" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="refreshOnClickAction" required="false" rtexprvalue="true"%> +<%@ attribute name="helpToolSignature" required="false" rtexprvalue="true"%> +<%@ attribute name="helpModule" required="false" rtexprvalue="true"%> +<%@ attribute name="extraControl" required="false" rtexprvalue="true"%> + <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-lams" prefix="lams"%> + + + + + + - - - - - - - - - - + +
+ + \ No newline at end of file Index: lams_central/web/WEB-INF/tags/headItems.tag =================================================================== diff -u -r613f0d0d76eb497ed58d7e6836eda34a245425a9 -r98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 --- lams_central/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 613f0d0d76eb497ed58d7e6836eda34a245425a9) +++ lams_central/web/WEB-INF/tags/headItems.tag (.../headItems.tag) (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -41,7 +41,9 @@ - + - + + + Index: lams_central/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r268809b34d41cef37fc1cbacc9aa0d2eeb245377 -r98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09 --- lams_central/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 268809b34d41cef37fc1cbacc9aa0d2eeb245377) +++ lams_central/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 98b9cc05f4f5a1d5fd86a3270fd2f5972baa5a09) @@ -416,6 +416,10 @@ /WEB-INF/tags/TabName.tag + TabBodyArea + /WEB-INF/tags/TabBodyArea.tag + + CKEditor /WEB-INF/tags/CKEditor.tag @@ -452,18 +456,6 @@ /WEB-INF/tags/Arrow.tag - HybridTab - /WEB-INF/tags/HybridTab.tag - - - HybridTabHeader - /WEB-INF/tags/HybridTabHeader.tag - - - HybridTabBody - /WEB-INF/tags/HybridTabBody.tag - - AdvancedAccordian /WEB-INF/tags/AdvancedAccordian.tag