[Ejtools-cvs] CVS: applications/jmx.browser/src/webapp/content detail.jsp,1.2,1.3
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-17 07:31:56
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content In directory usw-pr-cvs1:/tmp/cvs-serv13354/jmx.browser/src/webapp/content Modified Files: detail.jsp Log Message: New directory structure Index: detail.jsp =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/detail.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** detail.jsp 25 Apr 2002 20:25:36 -0000 1.2 --- detail.jsp 17 May 2002 07:27:55 -0000 1.3 *************** *** 1,264 **** ! <?xml version="1.0"?> ! <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Laurent Etiemble (Orange) --> ! <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <jsp:directive.page language="java" contentType="text/html"/> ! <app:connect/> ! <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/> ! <meta name="GENERATOR" content="Microsoft FrontPage 4.0"/> ! <meta name="ProgId" content="FrontPage.Editor.Document"/> ! <title>MBean View of <bean:write name="detail" property="name"/> ! </title> ! <html:base/> ! <link rel="stylesheet" type="text/css" href="style.css"/> ! </head> ! <body> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <table border="0" width="100%" bgcolor="#CCCCCC" cellspacing="0"> ! <tr> ! <td width="100%"> ! <table border="0" width="100%" cellspacing="0" cellpadding="3" bgcolor="#FFFFFF"> ! <tr> ! <td> ! <b> ! <font face="verdana,arial,sans-serif" color="#000000" size="6">MBean View</font> ! </b> ! </td> ! <td align="right" rowspan="2"> ! <img border="0" src="images/ejtools50.png" width="175" height="50"/> ! </td> ! </tr> ! <tr> ! <td> ! <html:link forward="home"> ! <jsp:text>Agent View</jsp:text> ! </html:link> ! <jsp:text> >> MBean View</jsp:text> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- MBean Detail --> ! <!-- ======================================== --> ! <table border="0" cellspacing="1" bgcolor="#CCCCCC" width="100%"> ! <tr bgcolor="#EEEEEE"> ! <td align="left" valign="top"> ! <table border="0" width="100%" bgcolor="#EEEEEE" cellspacing="0" cellpadding="3"> ! <tr> ! <td align="right" nowrap="true"> ! <b>Domain :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="domain"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b>MBean Name :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="name"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b>MBean Java Class :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="className"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b>Description :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail.info" property="description"/> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! <!-- ======================================== --> ! <!-- Test for Constructors --> ! <!-- ======================================== --> ! <bean:size name="detail.info" property="constructors" id="contructorsSize"/> ! <logic:greaterThan name="contructorsSize" value="0"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- Contructors --> ! <!-- ======================================== --> ! <table border="0" width="100%" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC"> ! <!-- ======================================== --> ! <!-- Contructors Headers --> ! <!-- ======================================== --> ! <tr bgcolor="#000090"> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Constructor</b> ! </font> ! </td> ! <td align="center" valign="top" width="70%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Parameters</b> ! </font> ! </td> ! </tr> ! <!-- ======================================== --> ! <!-- Contructors List --> ! <!-- ======================================== --> ! <logic:iterate name="detail.info" property="constructors" id="constructor" type="javax.management.MBeanConstructorInfo"> ! <tr bgcolor="#EEEEEE"> ! <td valign="top" align="right"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="constructor" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="constructor" property="name"/> ! <jsp:text></a></jsp:text> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <logic:iterate name="constructor" property="signature" id="parameter" type="javax.management.MBeanParameterInfo"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="parameter" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="parameter" property="name"/> ! <jsp:text></a> (</jsp:text> ! <app:mbeanParameterClass name="parameter"/> ! <jsp:text>)</jsp:text> ! <br/> ! </logic:iterate> ! </td> ! </tr> ! </logic:iterate> ! </table> ! </logic:greaterThan> ! <!-- ======================================== --> ! <!-- Test for Notifications --> ! <!-- ======================================== --> ! <bean:size name="detail.info" property="notifications" id="notificationsSize"/> ! <logic:greaterThan name="notificationsSize" value="0"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- Notifications --> ! <!-- ======================================== --> ! <table border="0" width="100%" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC"> ! <!-- ======================================== --> ! <!-- Notifications Headers --> ! <!-- ======================================== --> ! <tr bgcolor="#000090"> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Notification</b> ! </font> ! </td> ! <td align="center" valign="top" width="70%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Types</b> ! </font> ! </td> ! </tr> ! <!-- ======================================== --> ! <!-- Notifications List --> ! <!-- ======================================== --> ! <logic:iterate name="detail.info" property="notifications" id="notification" type="javax.management.MBeanNotificationInfo"> ! <tr bgcolor="#EEEEEE"> ! <td valign="top" align="right"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="notification" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="notification" property="name"/> ! <jsp:text></a></jsp:text> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <logic:iterate name="notification" property="notifTypes" id="notif" type="java.lang.String"> ! <bean:write name="notif"/> ! <br/> ! </logic:iterate> ! </td> ! </tr> ! </logic:iterate> ! </table> ! </logic:greaterThan> ! <!-- ======================================== --> ! <!-- Test for Attributes --> ! <!-- ======================================== --> ! <bean:size name="detail.info" property="attributes" id="attributesSize"/> ! <logic:greaterThan name="attributesSize" value="0"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- Attributes --> ! <!-- ======================================== --> ! <table border="0" width="100%" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC"> ! <!-- ======================================== --> ! <!-- Attributes Headers --> ! <!-- ======================================== --> ! <tr bgcolor="#000090"> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Attribute</b> ! </font> ! </td> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Type</b> ! </font> ! </td> ! <td align="center" valign="top" width="10%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Access</b> ! </font> ! </td> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Value</b> ! </font> ! </td> ! </tr> ! <!-- ======================================== --> ! <!-- Attributes List --> ! <!-- ======================================== --> ! <logic:iterate name="detail.info" property="attributes" id="attribute" type="javax.management.MBeanAttributeInfo"> ! <tr bgcolor="#EEEEEE"> ! <td valign="top" align="left"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="attribute" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="attribute" property="name"/> ! <jsp:text></a></jsp:text> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeClass name="attribute"/> ! </td> ! <td class="attributeValue" valign="top" align="center"> ! <app:mbeanAttributeAccess name="attribute"/> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeEditor name="detail" property="attribute"/> ! </td> ! </tr> ! </logic:iterate> ! </table> ! </logic:greaterThan> ! </body> ! </html> ! </jsp:root> --- 1,263 ---- ! <?xml version="1.0"?> ! <!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Laurent Etiemble (Orange) --> ! <jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <jsp:directive.page language="java" contentType="text/html"/> ! <app:connect/> ! <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/> ! <meta name="GENERATOR" content="Microsoft FrontPage 4.0"/> ! <meta name="ProgId" content="FrontPage.Editor.Document"/> ! <title>MBean View of <bean:write name="detail" property="name"/> ! </title> ! <html:base/> ! <link rel="stylesheet" type="text/css" href="style.css"/> ! </head> ! <body> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <table border="0" width="100%" bgcolor="#CCCCCC" cellspacing="0"> ! <tr> ! <td width="100%"> ! <table border="0" width="100%" cellspacing="0" cellpadding="3" bgcolor="#FFFFFF"> ! <tr> ! <td> ! <b> ! <font face="verdana,arial,sans-serif" color="#000000" size="6">MBean View</font> ! </b> ! </td> ! <td align="right" rowspan="2"> ! <img border="0" src="images/ejtools50.png" width="175" height="50"/> ! </td> ! </tr> ! <tr> ! <td> ! <html:link forward="home"> ! <jsp:text>Agent View</jsp:text> ! </html:link> ! <jsp:text> >> MBean View</jsp:text> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- MBean Detail --> ! <!-- ======================================== --> ! <table border="0" cellspacing="1" bgcolor="#CCCCCC" width="100%"> ! <tr bgcolor="#EEEEEE"> ! <td align="left" valign="top"> ! <table border="0" width="100%" bgcolor="#EEEEEE" cellspacing="0" cellpadding="3"> ! <tr> ! <td align="right" nowrap="true"> ! <b>Domain :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="domain"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b>MBean Name :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="name"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b>MBean Java Class :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="className"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b>Description :</b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail.info" property="description"/> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! <!-- ======================================== --> ! <!-- Test for Constructors --> ! <!-- ======================================== --> ! <bean:size name="detail.info" property="constructors" id="contructorsSize"/> ! <logic:greaterThan name="contructorsSize" value="0"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- Contructors --> ! <!-- ======================================== --> ! <table border="0" width="100%" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC"> ! <!-- ======================================== --> ! <!-- Contructors Headers --> ! <!-- ======================================== --> ! <tr bgcolor="#000090"> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Constructor</b> ! </font> ! </td> ! <td align="center" valign="top" width="70%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Parameters</b> ! </font> ! </td> ! </tr> ! <!-- ======================================== --> ! <!-- Contructors List --> ! <!-- ======================================== --> ! <logic:iterate name="detail.info" property="constructors" id="constructor" type="javax.management.MBeanConstructorInfo"> ! <tr bgcolor="#EEEEEE"> ! <td valign="top" align="right"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="constructor" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="constructor" property="name"/> ! <jsp:text></a></jsp:text> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <logic:iterate name="constructor" property="signature" id="parameter" type="javax.management.MBeanParameterInfo"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="parameter" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="parameter" property="name"/> ! <jsp:text></a> (</jsp:text> ! <app:mbeanParameterClass name="parameter"/> ! <jsp:text>)<br/></jsp:text> ! </logic:iterate> ! </td> ! </tr> ! </logic:iterate> ! </table> ! </logic:greaterThan> ! <!-- ======================================== --> ! <!-- Test for Notifications --> ! <!-- ======================================== --> ! <bean:size name="detail.info" property="notifications" id="notificationsSize"/> ! <logic:greaterThan name="notificationsSize" value="0"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- Notifications --> ! <!-- ======================================== --> ! <table border="0" width="100%" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC"> ! <!-- ======================================== --> ! <!-- Notifications Headers --> ! <!-- ======================================== --> ! <tr bgcolor="#000090"> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Notification</b> ! </font> ! </td> ! <td align="center" valign="top" width="70%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Types</b> ! </font> ! </td> ! </tr> ! <!-- ======================================== --> ! <!-- Notifications List --> ! <!-- ======================================== --> ! <logic:iterate name="detail.info" property="notifications" id="notification" type="javax.management.MBeanNotificationInfo"> ! <tr bgcolor="#EEEEEE"> ! <td valign="top" align="right"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="notification" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="notification" property="name"/> ! <jsp:text></a></jsp:text> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <logic:iterate name="notification" property="notifTypes" id="notif" type="java.lang.String"> ! <bean:write name="notif"/> ! <br/> ! </logic:iterate> ! </td> ! </tr> ! </logic:iterate> ! </table> ! </logic:greaterThan> ! <!-- ======================================== --> ! <!-- Test for Attributes --> ! <!-- ======================================== --> ! <bean:size name="detail.info" property="attributes" id="attributesSize"/> ! <logic:greaterThan name="attributesSize" value="0"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <img border="0" src="images/white.png" width="5" height="15"/> ! <!-- ======================================== --> ! <!-- Attributes --> ! <!-- ======================================== --> ! <table border="0" width="100%" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC"> ! <!-- ======================================== --> ! <!-- Attributes Headers --> ! <!-- ======================================== --> ! <tr bgcolor="#000090"> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Attribute</b> ! </font> ! </td> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Type</b> ! </font> ! </td> ! <td align="center" valign="top" width="10%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Access</b> ! </font> ! </td> ! <td align="center" valign="top" width="30%"> ! <font face="verdana,arial,sans-serif" color="#ffffff" size="-1"> ! <b>Value</b> ! </font> ! </td> ! </tr> ! <!-- ======================================== --> ! <!-- Attributes List --> ! <!-- ======================================== --> ! <logic:iterate name="detail.info" property="attributes" id="attribute" type="javax.management.MBeanAttributeInfo"> ! <tr bgcolor="#EEEEEE"> ! <td valign="top" align="left"> ! <jsp:text><a href="javascript:alert('</jsp:text> ! <bean:write name="attribute" property="description"/> ! <jsp:text>');"></jsp:text> ! <bean:write name="attribute" property="name"/> ! <jsp:text></a></jsp:text> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeClass name="attribute"/> ! </td> ! <td class="attributeValue" valign="top" align="center"> ! <app:mbeanAttributeAccess name="attribute"/> ! </td> ! <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeEditor name="detail" property="attribute"/> ! </td> ! </tr> ! </logic:iterate> ! </table> ! </logic:greaterThan> ! </body> ! </html> ! </jsp:root> |