From 68fb9a03641e50fbb6c045ac2f39091bf0bf9d08 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 12 Feb 2010 22:30:38 +0000 Subject: I have added the license header to the files included in this commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909641 13f79535-47bb-0310-9956-ffa450edef68 --- java/management/client/console/console.jsp | 223 ++++++++++++++++------------- 1 file changed, 122 insertions(+), 101 deletions(-) (limited to 'java/management/client/console/console.jsp') diff --git a/java/management/client/console/console.jsp b/java/management/client/console/console.jsp index cdb53fede9..d1a207fe32 100644 --- a/java/management/client/console/console.jsp +++ b/java/management/client/console/console.jsp @@ -1,101 +1,122 @@ -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%> - - - - QMan Administration Console - - -
- - - - -
- - -
-
- - - - - - -
-
- QMan - - - - - - - - - - - - - - - - - -
Version
${requestScope.model.version}

Version Name
${requestScope.model.versionName}

Start Date
- -

Host
${requestScope.model.host}

Port
${requestScope.model.port}
-
-
- Operating System - - - - - - - - - - - - -
Name
${requestScope.model.osName}

Version
${requestScope.model.osVersion}

Arch
${requestScope.model.archName}

Processors
${requestScope.model.processors}
-
-
-
- JVM Environment - - - - - -
-

Boot Classpath : -

- - ; -
-
-

-
-

- Input Arguments : -

- - ; -
-
-

-
-
-
-
-
-
-
-
- - \ No newline at end of file + + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%> + + + + QMan Administration Console + + +
+ + + + +
+ + +
+
+ + + + + + +
+
+ QMan + + + + + + + + + + + + + + + + + +
Version
${requestScope.model.version}

Version Name
${requestScope.model.versionName}

Start Date
+ +

Host
${requestScope.model.host}

Port
${requestScope.model.port}
+
+
+ Operating System + + + + + + + + + + + + +
Name
${requestScope.model.osName}

Version
${requestScope.model.osVersion}

Arch
${requestScope.model.archName}

Processors
${requestScope.model.processors}
+
+
+
+ JVM Environment + + + + + +
+

Boot Classpath : +

+ + ; +
+
+

+
+

+ Input Arguments : +

+ + ; +
+
+

+
+
+
+
+
+
+
+
+ + -- cgit v1.2.1