+
+
\ No newline at end of file
Index: lams_admin/web/WEB-INF/tags/TabBody.tag
===================================================================
diff -u -r9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6 -radd7948dbdf9451fb5bb7839e22d2f22ca8b54f1
--- lams_admin/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 9481bb9c6f8c0e4d6fbed6b230a41c77feda64c6)
+++ lams_admin/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1)
@@ -1,52 +1,44 @@
-<%/****************************************************************
- * 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
- * ****************************************************************
- */
-
-/**
- * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+/**
+ * TabBody.tag
+ * Author: Mitchell Seaton
+ * Description: Creates the body container for a tab element
+ * Wiki:
+ */
+
+%>
+<%@ 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"%>
+
+
+
+ active
+
+
+
Index: lams_admin/web/WEB-INF/tags/TabBodyArea.tag
===================================================================
diff -u
--- lams_admin/web/WEB-INF/tags/TabBodyArea.tag (revision 0)
+++ lams_admin/web/WEB-INF/tags/TabBodyArea.tag (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1)
@@ -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_admin/web/WEB-INF/tags/TabBodys.tag
===================================================================
diff -u
--- lams_admin/web/WEB-INF/tags/TabBodys.tag (revision 0)
+++ lams_admin/web/WEB-INF/tags/TabBodys.tag (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1)
@@ -0,0 +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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ * USA
+ *
+ * http://www.gnu.org/licenses/gpl.txt
+ * ****************************************************************
+ */
+
+/**
+ * TabBodys.tag
+ * Author: Fiona Malikoff
+ * Description: Create a tabbody list from nested TabBody tags.
+ * Wiki:
+ */
+
+ %>
+<%@ tag body-content="scriptless"%>
+
+
+
\ No newline at end of file
Index: lams_admin/web/signupmanagement/add.jsp
===================================================================
diff -u -rbb70a5e5c0c3abb5f9331aa2deffe926ecf30659 -radd7948dbdf9451fb5bb7839e22d2f22ca8b54f1
--- lams_admin/web/signupmanagement/add.jsp (.../add.jsp) (revision bb70a5e5c0c3abb5f9331aa2deffe926ecf30659)
+++ lams_admin/web/signupmanagement/add.jsp (.../add.jsp) (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1)
@@ -1,21 +1,19 @@
<%@ include file="/taglibs.jsp"%>
-
- :
-
-
+
+
+
+
-
-
-
+
:
-
+
@@ -34,13 +32,14 @@
-
:
-
-
+
+
:
+
+
:
-
+
@@ -64,18 +63,17 @@
+
+
+
:
signup/
-
-
-
-
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
Index: lams_admin/web/signupmanagement/list.jsp
===================================================================
diff -u -rafcc8e2197603d94c2c476def4b6dd601951b84b -radd7948dbdf9451fb5bb7839e22d2f22ca8b54f1
--- lams_admin/web/signupmanagement/list.jsp (.../list.jsp) (revision afcc8e2197603d94c2c476def4b6dd601951b84b)
+++ lams_admin/web/signupmanagement/list.jsp (.../list.jsp) (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1)
@@ -1,17 +1,15 @@
<%@ page import="org.lamsfoundation.lams.signup.model.SignupOrganisation" %>
<%@ include file="/taglibs.jsp"%>
-
+
-
-
-
-
-
+
+
+
-
+
@@ -54,6 +52,4 @@
-
-
-
\ No newline at end of file
+
Fisheye: Tag add7948dbdf9451fb5bb7839e22d2f22ca8b54f1 refers to a dead (removed) revision in file `lams_admin/web/templatehelp.jsp'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_admin/web/themeManagement.jsp
===================================================================
diff -u -r3dbf966d900adefc34cdad501d3c392118451cd9 -radd7948dbdf9451fb5bb7839e22d2f22ca8b54f1
--- lams_admin/web/themeManagement.jsp (.../themeManagement.jsp) (revision 3dbf966d900adefc34cdad501d3c392118451cd9)
+++ lams_admin/web/themeManagement.jsp (.../themeManagement.jsp) (revision add7948dbdf9451fb5bb7839e22d2f22ca8b54f1)
@@ -2,7 +2,7 @@
-