\ 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"%>
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-<%--
- 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
-
- -- onclick="${methodCall}(${id});return false;">
-
---%>
-
-
-
-
-
-
-
-
-
-
-
+
+
+