Index: lams_tool_larsrc/web/WEB-INF/tags/AdvancedAccordian.tag
===================================================================
diff -u
--- lams_tool_larsrc/web/WEB-INF/tags/AdvancedAccordian.tag (revision 0)
+++ lams_tool_larsrc/web/WEB-INF/tags/AdvancedAccordian.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -0,0 +1,53 @@
+<%
+ /****************************************************************
+ * 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
+ * ****************************************************************
+ */
+
+ /**
+ * AdvancedAccordian.tag
+ * Author: Fiona Malikoff
+ * Description: Creates the show/hide entry for the Advanced Settings in Montoring.
+ * Wiki:
+ */
+%>
+<%@ attribute name="title" required="true" rtexprvalue="true"%>
+
+<%@ taglib uri="tags-core" prefix="c"%>
+<%@ taglib uri="tags-fmt" prefix="fmt"%>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+
+
+
\ No newline at end of file
Index: lams_tool_larsrc/web/WEB-INF/tags/RestrictedUsageAccordian.tag
===================================================================
diff -u
--- lams_tool_larsrc/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision 0)
+++ lams_tool_larsrc/web/WEB-INF/tags/RestrictedUsageAccordian.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -0,0 +1,54 @@
+<%
+ /****************************************************************
+ * 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
+ * ****************************************************************
+ */
+
+ /**
+ * AdvancedAccordian.tag
+ * Author: Fiona Malikoff
+ * Description: Creates the show/hide entry for the Restricted Usage Settings in Monitoring.
+ * Wiki:
+ */
+%>
+<%@ attribute name="title" required="true" rtexprvalue="true"%>
+
+<%@ taglib uri="tags-core" prefix="c"%>
+<%@ taglib uri="tags-fmt" prefix="fmt"%>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+
+
+
\ No newline at end of file
Index: lams_tool_larsrc/web/WEB-INF/tags/TabBodyArea.tag
===================================================================
diff -u
--- lams_tool_larsrc/web/WEB-INF/tags/TabBodyArea.tag (revision 0)
+++ lams_tool_larsrc/web/WEB-INF/tags/TabBodyArea.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -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_tool_larsrc/web/WEB-INF/tags/TabBodys.tag
===================================================================
diff -u
--- lams_tool_larsrc/web/WEB-INF/tags/TabBodys.tag (revision 0)
+++ lams_tool_larsrc/web/WEB-INF/tags/TabBodys.tag (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -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"%>
+
+
+
+
+
Index: lams_tool_larsrc/web/common/header.jsp
===================================================================
diff -u -rb3fe40cd67fc779a6eee8320fadc3a489565a557 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd
--- lams_tool_larsrc/web/common/header.jsp (.../header.jsp) (revision b3fe40cd67fc779a6eee8320fadc3a489565a557)
+++ lams_tool_larsrc/web/common/header.jsp (.../header.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -4,18 +4,14 @@
-
-<%--
-
-
- --%>
+
\ No newline at end of file
Index: lams_tool_larsrc/web/common/tabbedheader.jsp
===================================================================
diff -u -rb3fe40cd67fc779a6eee8320fadc3a489565a557 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd
--- lams_tool_larsrc/web/common/tabbedheader.jsp (.../tabbedheader.jsp) (revision b3fe40cd67fc779a6eee8320fadc3a489565a557)
+++ lams_tool_larsrc/web/common/tabbedheader.jsp (.../tabbedheader.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -1,20 +1,15 @@
-<%@ include file="/common/taglibs.jsp"%>
-
-<%--
-
-
- --%>
+
\ No newline at end of file
Fisheye: Tag ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd refers to a dead (removed) revision in file `lams_tool_larsrc/web/includes/css/rsrc.css'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_larsrc/web/pages/monitoring/advanceoptions.jsp
===================================================================
diff -u -r94ed30ec071e295e4a2d469f02778c25f401ca41 -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd
--- lams_tool_larsrc/web/pages/monitoring/advanceoptions.jsp (.../advanceoptions.jsp) (revision 94ed30ec071e295e4a2d469f02778c25f401ca41)
+++ lams_tool_larsrc/web/pages/monitoring/advanceoptions.jsp (.../advanceoptions.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -1,16 +1,9 @@
<%@ include file="/common/taglibs.jsp"%>
-
-
\ No newline at end of file
+
\ No newline at end of file
Index: lams_tool_larsrc/web/pages/monitoring/editactivity.jsp
===================================================================
diff -u -r7d391686e87496990fd475aede299ee5bab884ad -rce92f0b193ab5e4ce9a9c161e515cdca982b7ffd
--- lams_tool_larsrc/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision 7d391686e87496990fd475aede299ee5bab884ad)
+++ lams_tool_larsrc/web/pages/monitoring/editactivity.jsp (.../editactivity.jsp) (revision ce92f0b193ab5e4ce9a9c161e515cdca982b7ffd)
@@ -3,12 +3,12 @@
-