Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 5890 invoked from network); 9 Feb 2009 20:20:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 20:20:53 -0000 Received: (qmail 16036 invoked by uid 500); 9 Feb 2009 20:20:48 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 15927 invoked by uid 500); 9 Feb 2009 20:20:48 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 15864 invoked by uid 99); 9 Feb 2009 20:20:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 12:20:48 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 20:20:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BA2DD2388C31; Mon, 9 Feb 2009 20:20:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r742717 [2/3] - in /geronimo/server/branches/2.1/plugins: monitoring/mconsole-jetty/src/main/plan/ monitoring/mconsole-tomcat/src/main/plan/ monitoring/mconsole-war/ monitoring/mconsole-war/src/main/resources/ monitoring/mconsole-war/src/ma... Date: Mon, 09 Feb 2009 20:20:22 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090209202024.BA2DD2388C31@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringEditView.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringEditView.jsp?rev=742717&r1=742716&r2=742717&view=diff ============================================================================== --- geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringEditView.jsp (original) +++ geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringEditView.jsp Mon Feb 9 20:20:21 2009 @@ -16,6 +16,7 @@ --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ page import="org.apache.geronimo.monitoring.console.StatsGraph" %> <%@ page import="org.apache.geronimo.monitoring.console.GraphsBuilder" %> <%@ page import="java.util.Set" %> @@ -30,6 +31,7 @@ <%@ page import="java.sql.ResultSet" %> <%@ page import="java.sql.SQLException" %> <%@ page import="org.apache.geronimo.monitoring.console.util.*" %> + <% @@ -102,34 +104,34 @@

- Editing: <%=name%> + : <%=name%>

"> - + - + - + - + - +
Added::   <%=added%>
Last Modified::   <%=modified%>
Name::  
Description::  
Graphs::   <% @@ -148,10 +150,10 @@ - - - - + + + + <% while (rs.next()) @@ -164,7 +166,7 @@ - + @@ -180,9 +182,9 @@ - + - +
NameTimeframeServerEdit
" <%if (graphsList.contains(rs.getInt("graph_id"))){%> checked<%}%>> ','graph','width=800,height=300','title=<%=rs.getString("name") %>')"><%=rs.getString("name")%><%=rs.getString("timeframe")%> min.<%=rs.getString("timeframe")%> "><%=rs2.getString("name")%> ">
 
 
@@ -198,17 +200,17 @@ @@ -219,17 +221,17 @@
- Navigation +
 
 
@@ -248,10 +250,10 @@
- Actions +
 
 
- << Back + <<

- View does not exist +

@@ -264,17 +266,17 @@ @@ -285,14 +287,14 @@
- Navigation +
 
 
Modified: geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringGraphs.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringGraphs.jsp?rev=742717&r1=742716&r2=742717&view=diff ============================================================================== --- geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringGraphs.jsp (original) +++ geronimo/server/branches/2.1/plugins/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringGraphs.jsp Mon Feb 9 20:20:21 2009 @@ -17,6 +17,7 @@ --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ page import="java.util.ArrayList" %> <%@ page import="java.sql.Connection" %> <%@ page import="java.sql.PreparedStatement" %> @@ -24,6 +25,7 @@ <%@ page import="org.apache.geronimo.monitoring.console.util.*" %> <%@page import="org.apache.geronimo.monitoring.console.GraphsBuilder"%> <%@page import="org.apache.geronimo.monitoring.console.StatsGraph"%> +
- Actions +