[Ejtools-cvs] applications/jmx.browser/src/webapp/content admin.xml,1.10,1.11 help.xml,1.4,1.5 invok
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 08:38:21
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content In directory sc8-pr-cvs1:/tmp/cvs-serv11709/jmx.browser/src/webapp/content Modified Files: admin.xml help.xml invoke.xml notifications.xml style.css Log Message: Add more javadocs. Adjust some things. Index: admin.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/admin.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin.xml 24 Oct 2002 22:39:16 -0000 1.10 --- admin.xml 13 Dec 2003 22:15:08 -0000 1.11 *************** *** 1,126 **** ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.admin"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.admin"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <bean:message key="web.title.admin"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Header Block --> ! <!-- ======================================== --> ! <HeaderBlock> ! <html:form action="/register"> ! <table border="0" width="100%" cellspacing="0" cellpadding="3"> ! <tr> ! <td colspan="3"> ! <b> ! <bean:message key="web.text.register.mandatory"/> ! </b> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.objectName"/> ! </td> ! <td> ! <html:text property="objectName"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.objectName.nota"/> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.className"/> ! </td> ! <td> ! <html:text property="className"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.className.nota"/> ! </td> ! </tr> ! <tr> ! <td colspan="3"> ! <b> ! <bean:message key="web.text.register.optional"/> ! </b> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.classLoader"/> ! </td> ! <td> ! <html:text property="classLoader"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.classLoader.nota"/> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.parameters"/> ! </td> ! <td> ! <html:text property="parameters"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.parameters.nota"/> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.signature"/> ! </td> ! <td> ! <html:text property="signature"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.signature.nota"/> ! </td> ! </tr> ! </table> ! <center> ! <table border="0" cellspacing="0" cellpadding="3"> ! <tr align="center"> ! <td> ! <html:submit styleClass="button"> ! <bean:message key="web.button.register"/> ! </html:submit> ! </td> ! <td> ! <html:reset styleClass="button"> ! <bean:message key="web.button.cancel"/> ! </html:reset> ! </td> ! </tr> ! </table> ! </center> ! </html:form> ! </HeaderBlock> ! <html:errors/> ! </Content> ! </Page> --- 1,126 ---- ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.admin"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.admin"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <bean:message key="web.title.admin"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Header Block --> ! <!-- ======================================== --> ! <HeaderBlock> ! <html:form action="/register"> ! <table border="0" width="100%" cellspacing="0" cellpadding="3"> ! <tr> ! <td colspan="3"> ! <b> ! <bean:message key="web.text.register.mandatory"/> ! </b> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.objectName"/> ! </td> ! <td> ! <html:text property="objectName"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.objectName.nota"/> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.className"/> ! </td> ! <td> ! <html:text property="className"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.className.nota"/> ! </td> ! </tr> ! <tr> ! <td colspan="3"> ! <b> ! <bean:message key="web.text.register.optional"/> ! </b> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.classLoader"/> ! </td> ! <td> ! <html:text property="classLoader"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.classLoader.nota"/> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.parameters"/> ! </td> ! <td> ! <html:text property="parameters"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.parameters.nota"/> ! </td> ! </tr> ! <tr> ! <td nowrap="true"> ! <bean:message key="web.label.register.signature"/> ! </td> ! <td> ! <html:text property="signature"/> ! </td> ! <td width="90%"> ! <bean:message key="web.text.register.signature.nota"/> ! </td> ! </tr> ! </table> ! <center> ! <table border="0" cellspacing="0" cellpadding="3"> ! <tr align="center"> ! <td> ! <html:submit styleClass="button"> ! <bean:message key="web.button.register"/> ! </html:submit> ! </td> ! <td> ! <html:reset styleClass="button"> ! <bean:message key="web.button.cancel"/> ! </html:reset> ! </td> ! </tr> ! </table> ! </center> ! </html:form> ! </HeaderBlock> ! <html:errors/> ! </Content> ! </Page> Index: help.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/help.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** help.xml 24 Oct 2002 22:39:16 -0000 1.4 --- help.xml 13 Dec 2003 22:15:08 -0000 1.5 *************** *** 1,55 **** ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.help"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.help"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <bean:message key="web.title.help"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Content Block --> ! <!-- ======================================== --> ! <ContentBlock> ! <b> ! <bean:message key="web.help.title.whatisview"/> ! </b> ! <jsp:text><br></jsp:text> ! <bean:message key="web.help.content.whatisview"/> ! </ContentBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Content Block --> ! <!-- ======================================== --> ! <ContentBlock> ! <b> ! <bean:message key="web.help.title.howtohaveview"/> ! </b> ! <jsp:text><br></jsp:text> ! <bean:message key="web.help.content.howtohaveview"/> ! </ContentBlock> ! </Content> ! </Page> --- 1,55 ---- ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.help"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.help"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <bean:message key="web.title.help"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Content Block --> ! <!-- ======================================== --> ! <ContentBlock> ! <b> ! <bean:message key="web.help.title.whatisview"/> ! </b> ! <jsp:text><br></jsp:text> ! <bean:message key="web.help.content.whatisview"/> ! </ContentBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Content Block --> ! <!-- ======================================== --> ! <ContentBlock> ! <b> ! <bean:message key="web.help.title.howtohaveview"/> ! </b> ! <jsp:text><br></jsp:text> ! <bean:message key="web.help.content.howtohaveview"/> ! </ContentBlock> ! </Content> ! </Page> Index: invoke.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/invoke.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** invoke.xml 24 Oct 2002 22:39:16 -0000 1.7 --- invoke.xml 13 Dec 2003 22:15:08 -0000 1.8 *************** *** 1,103 **** ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.invocation"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.invocation"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <logic:equal parameter="from" value="detail"> ! <html:link page="/detail.do" paramId="reference" paramName="detail" paramProperty="name"> ! <bean:message key="web.title.detail"/> ! </html:link> ! </logic:equal> ! <logic:equal parameter="from" value="customview"> ! <html:link page="/customview.do" paramId="view" paramName="custom.view.index"> ! <bean:message key="web.title.customview"/> ! </html:link> ! </logic:equal> ! </Element> ! <Element> ! <bean:message key="web.title.invocation"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Header Block --> ! <!-- ======================================== --> ! <HeaderBlock> ! <table border="0" width="100%" cellspacing="0" cellpadding="3"> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.mbean.domain"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="domain"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.mbean.name"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="name"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.operation.name"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="operation.name"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.operation.type"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="operation.type"/> ! </td> ! </tr> ! </table> ! </HeaderBlock> ! <!-- ======================================== --> ! <!-- Errors --> ! <!-- ======================================== --> ! <html:errors/> ! <logic:present name="invoke.result"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <ContentBlock> ! <app:mbeanResultEditor name="invoke.result" filter="false"/> ! </ContentBlock> ! </logic:present> ! </Content> ! </Page> --- 1,103 ---- ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.invocation"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.invocation"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <logic:equal parameter="from" value="detail"> ! <html:link page="/detail.do" paramId="reference" paramName="detail" paramProperty="name"> ! <bean:message key="web.title.detail"/> ! </html:link> ! </logic:equal> ! <logic:equal parameter="from" value="customview"> ! <html:link page="/customview.do" paramId="view" paramName="custom.view.index"> ! <bean:message key="web.title.customview"/> ! </html:link> ! </logic:equal> ! </Element> ! <Element> ! <bean:message key="web.title.invocation"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Header Block --> ! <!-- ======================================== --> ! <HeaderBlock> ! <table border="0" width="100%" cellspacing="0" cellpadding="3"> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.mbean.domain"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="domain"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.mbean.name"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="detail" property="name"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.operation.name"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="operation.name"/> ! </td> ! </tr> ! <tr> ! <td align="right" nowrap="true"> ! <b> ! <bean:message key="web.label.operation.type"/> ! </b> ! </td> ! <td align="left" width="90%"> ! <bean:write name="operation.type"/> ! </td> ! </tr> ! </table> ! </HeaderBlock> ! <!-- ======================================== --> ! <!-- Errors --> ! <!-- ======================================== --> ! <html:errors/> ! <logic:present name="invoke.result"> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <ContentBlock> ! <app:mbeanResultEditor name="invoke.result" filter="false"/> ! </ContentBlock> ! </logic:present> ! </Content> ! </Page> Index: notifications.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/notifications.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** notifications.xml 24 Oct 2002 22:39:16 -0000 1.4 --- notifications.xml 13 Dec 2003 22:15:08 -0000 1.5 *************** *** 1,121 **** ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.notifications"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.notifications"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <bean:message key="web.title.notifications"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Page Iteration --> ! <!-- ======================================== --> ! <bean:size name="tree" property="notifications" id="notificationsSize"/> ! <ejtools:requestParameter id="currentPage" name="page" type="java.lang.Integer" value="0"/> ! <ejtools:requestParameter id="prevPage" name="page" type="java.lang.Integer" value="0"/> ! <ejtools:requestParameter id="nextPage" name="page" type="java.lang.Integer" value="0"/> ! <ejtools:computePage current="currentPage" size="notificationsSize" length="25" id="startIndex" offset="0"/> ! <ejtools:computePage current="prevPage" size="notificationsSize" length="25" id="prevIndex" offset="-1"/> ! <ejtools:computePage current="nextPage" size="notificationsSize" length="25" id="nextIndex" offset="1"/> ! <table align="center"> ! <tr> ! <td width="33%" align="right"> ! <ejtools:previousPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="prevPage"> ! <bean:message key="web.text.previouspage"/> ! </html:link> ! </ejtools:previousPage> ! </td> ! <td width="34%" align="center"> ! <ejtools:currentPage current="currentPage" size="notificationsSize" length="25"/> ! </td> ! <td width="33%" align="left"> ! <ejtools:nextPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="nextPage"> ! <bean:message key="web.text.nextpage"/> ! </html:link> ! </ejtools:nextPage> ! </td> ! </tr> ! </table> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Events --> ! <!-- ======================================== --> ! <EventsBlock> ! <!-- ======================================== --> ! <!-- List --> ! <!-- ======================================== --> ! <logic:iterate name="tree" property="notifications" id="event" type="javax.management.Notification" offset="startIndex" length="25"> ! <Event> ! <EventSource> ! <bean:write name="event" property="source"/> ! </EventSource> ! <EventTimeStamp> ! <bean:write name="event" property="timeStamp"/> ! </EventTimeStamp> ! <EventSequence> ! <bean:write name="event" property="sequenceNumber"/> ! </EventSequence> ! <EventType> ! <bean:write name="event" property="type"/> ! </EventType> ! <EventMessage> ! <bean:write name="event" property="message"/> ! </EventMessage> ! </Event> ! </logic:iterate> ! </EventsBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Page Iteration --> ! <!-- ======================================== --> ! <table align="center"> ! <tr> ! <td width="33%" align="right"> ! <ejtools:previousPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="prevPage"> ! <bean:message key="web.text.previouspage"/> ! </html:link> ! </ejtools:previousPage> ! </td> ! <td width="34%" align="center"> ! <ejtools:currentPage current="currentPage" size="notificationsSize" length="25"/> ! </td> ! <td width="33%" align="left"> ! <ejtools:nextPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="nextPage"> ! <bean:message key="web.text.nextpage"/> ! </html:link> ! </ejtools:nextPage> ! </td> ! </tr> ! </table> ! </Content> ! </Page> --- 1,121 ---- ! <?xml version="1.0" encoding="US-ASCII"?> ! <?xml-stylesheet type="text/xsl" href="style.xsl"?> ! <Page xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:app="/WEB-INF/application.tld" xmlns:ejtools="/WEB-INF/ejtools-taglib.tld" xmlns:bean="/WEB-INF/struts-bean.tld" xmlns:html="/WEB-INF/struts-html.tld" xmlns:logic="/WEB-INF/struts-logic.tld"> ! <Title> ! <bean:message key="web.title.notifications"/> ! </Title> ! <Content> ! <!-- ======================================== --> ! <!-- Header --> ! <!-- ======================================== --> ! <TitleBlock> ! <Title> ! <bean:message key="web.title.notifications"/> ! </Title> ! <Path> ! <Element> ! <html:link forward="home"> ! <bean:message key="web.title.index"/> ! </html:link> ! </Element> ! <Element> ! <bean:message key="web.title.notifications"/> ! </Element> ! </Path> ! </TitleBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Page Iteration --> ! <!-- ======================================== --> ! <bean:size name="tree" property="notifications" id="notificationsSize"/> ! <ejtools:requestParameter id="currentPage" name="page" type="java.lang.Integer" value="0"/> ! <ejtools:requestParameter id="prevPage" name="page" type="java.lang.Integer" value="0"/> ! <ejtools:requestParameter id="nextPage" name="page" type="java.lang.Integer" value="0"/> ! <ejtools:computePage current="currentPage" size="notificationsSize" length="25" id="startIndex" offset="0"/> ! <ejtools:computePage current="prevPage" size="notificationsSize" length="25" id="prevIndex" offset="-1"/> ! <ejtools:computePage current="nextPage" size="notificationsSize" length="25" id="nextIndex" offset="1"/> ! <table align="center"> ! <tr> ! <td width="33%" align="right"> ! <ejtools:previousPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="prevPage"> ! <bean:message key="web.text.previouspage"/> ! </html:link> ! </ejtools:previousPage> ! </td> ! <td width="34%" align="center"> ! <ejtools:currentPage current="currentPage" size="notificationsSize" length="25"/> ! </td> ! <td width="33%" align="left"> ! <ejtools:nextPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="nextPage"> ! <bean:message key="web.text.nextpage"/> ! </html:link> ! </ejtools:nextPage> ! </td> ! </tr> ! </table> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Events --> ! <!-- ======================================== --> ! <EventsBlock> ! <!-- ======================================== --> ! <!-- List --> ! <!-- ======================================== --> ! <logic:iterate name="tree" property="notifications" id="event" type="javax.management.Notification" offset="startIndex" length="25"> ! <Event> ! <EventSource> ! <bean:write name="event" property="source"/> ! </EventSource> ! <EventTimeStamp> ! <bean:write name="event" property="timeStamp"/> ! </EventTimeStamp> ! <EventSequence> ! <bean:write name="event" property="sequenceNumber"/> ! </EventSequence> ! <EventType> ! <bean:write name="event" property="type"/> ! </EventType> ! <EventMessage> ! <bean:write name="event" property="message"/> ! </EventMessage> ! </Event> ! </logic:iterate> ! </EventsBlock> ! <!-- ======================================== --> ! <!-- Spacer --> ! <!-- ======================================== --> ! <Spacer/> ! <!-- ======================================== --> ! <!-- Page Iteration --> ! <!-- ======================================== --> ! <table align="center"> ! <tr> ! <td width="33%" align="right"> ! <ejtools:previousPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="prevPage"> ! <bean:message key="web.text.previouspage"/> ! </html:link> ! </ejtools:previousPage> ! </td> ! <td width="34%" align="center"> ! <ejtools:currentPage current="currentPage" size="notificationsSize" length="25"/> ! </td> ! <td width="33%" align="left"> ! <ejtools:nextPage current="currentPage" size="notificationsSize" length="25"> ! <html:link page="/view-notifications.do" paramId="page" paramName="nextPage"> ! <bean:message key="web.text.nextpage"/> ! </html:link> ! </ejtools:nextPage> ! </td> ! </tr> ! </table> ! </Content> ! </Page> Index: style.css =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** style.css 13 Jun 2002 20:28:46 -0000 1.3 --- style.css 13 Dec 2003 22:15:08 -0000 1.4 *************** *** 1,82 **** ! a:link ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! text-decoration: none; ! color: blue; ! } ! a:visited ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! text-decoration: none; ! color: blue; ! } ! a:active ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! text-decoration: none; ! color: blue; ! } ! a:hover ! { ! color: #000099; ! text-decoration: underline; ! } ! body, td ! { ! font-family: Arial, 'Times New Roman', Times; ! font-size: 10 pt; ! } ! ! .tableHeader ! { ! font-family: Verdana, Arial, Helvetica; ! font-size: 10 pt; ! font-weight: bold; ! background-color: #909090; ! color: #FFFFFF; ! } ! ! .tableHeader2 ! { ! font-family: Verdana, Arial, Helvetica; ! font-size: 10 pt; ! font-weight: bold; ! background-color: #DDDDDD; ! color: #000000; ! } ! ! .attributeName ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! font-style: italic; ! } ! ! .selectedText ! { ! font-family: Arial, Times New Roman, Times; ! font-weight: bold; ! font-size: 10 pt; ! } ! ! .attributeValue, .methodName, .methodArguments, .cellText ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! } ! ! .tree-content, .tree-content:a:link, .tree-content:a:visited, .tree-content:a:active ! { ! font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; ! font-size: 11px; ! } ! ! .button ! { ! background-color: #909090; ! color: rgb(255,255,255); ! font-weight: bold; } --- 1,82 ---- ! a:link ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! text-decoration: none; ! color: blue; ! } ! a:visited ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! text-decoration: none; ! color: blue; ! } ! a:active ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! text-decoration: none; ! color: blue; ! } ! a:hover ! { ! color: #000099; ! text-decoration: underline; ! } ! body, td ! { ! font-family: Arial, 'Times New Roman', Times; ! font-size: 10 pt; ! } ! ! .tableHeader ! { ! font-family: Verdana, Arial, Helvetica; ! font-size: 10 pt; ! font-weight: bold; ! background-color: #909090; ! color: #FFFFFF; ! } ! ! .tableHeader2 ! { ! font-family: Verdana, Arial, Helvetica; ! font-size: 10 pt; ! font-weight: bold; ! background-color: #DDDDDD; ! color: #000000; ! } ! ! .attributeName ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! font-style: italic; ! } ! ! .selectedText ! { ! font-family: Arial, Times New Roman, Times; ! font-weight: bold; ! font-size: 10 pt; ! } ! ! .attributeValue, .methodName, .methodArguments, .cellText ! { ! font-family: Arial, Times New Roman, Times; ! font-size: 10 pt; ! } ! ! .tree-content, .tree-content:a:link, .tree-content:a:visited, .tree-content:a:active ! { ! font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; ! font-size: 11px; ! } ! ! .button ! { ! background-color: #909090; ! color: rgb(255,255,255); ! font-weight: bold; } |