[Ejtools-cvs] CVS: applications/jndi.browser/src/webapp/content detail.jsp,NONE,1.1 index.jsp,NONE,1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-24 21:16:39
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/webapp/content In directory usw-pr-cvs1:/tmp/cvs-serv30405/jndi.browser/src/webapp/content Added Files: detail.jsp index.jsp index.xml style.css style.xsl Log Message: Initial import --- NEW FILE: detail.jsp --- <?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:ejtools="/WEB-INF/ejtools.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> <link rel="stylesheet" type="text/css" href="style.css"/> <html:base/> <title>Detail View</title> </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">Detail 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>JNDI View</jsp:text> </html:link> <jsp:text> >> Detail View</jsp:text> </td> </tr> </table> </td> </tr> </table> <!-- ======================================== --> <!-- Spacer --> <!-- ======================================== --> <img border="0" src="images/white.png" width="5" height="15"/> <!-- ======================================== --> <!-- Context 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>Short Name :</b> </td> <td align="left" width="90%"> <bean:write name="detail" property="name"/> </td> </tr> <tr> <td align="right" nowrap="true"> <b>Class Name :</b> </td> <td align="left" width="90%"> <bean:write name="detail" property="className"/> </td> </tr> <tr> <td align="right" nowrap="true"> <b>Full JNDI Path :</b> </td> <td align="left" width="90%"> <bean:write name="detail" property="path"/> </td> </tr> </table> </td> </tr> </table> </body> </html> </jsp:root> --- NEW FILE: index.jsp --- <?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:ejtools="/WEB-INF/ejtools.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> <link rel="stylesheet" type="text/css" href="style.css"/> <html:base/> <title>JNDI View</title> </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">JNDI View</font> </b> </td> <td align="right" rowspan="2"> <img border="0" src="images/ejtools50.png" width="175" height="50"/> </td> </tr> <tr> <td>JNDI View</td> </tr> </table> </td> </tr> </table> <!-- ======================================== --> <!-- Spacer --> <!-- ======================================== --> <img border="0" src="images/white.png" width="5" height="15"/> <!-- ======================================== --> <!-- Agent Detail --> <!-- ======================================== --> <table border="0" cellspacing="1" bgcolor="#CCCCCC" width="100%"> <tr bgcolor="#EEEEEE"> <td align="left" valign="top"> <!-- ======================================== --> <!-- Agent Informations --> <!-- ======================================== --> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr> <td align="left">Namespace <strong>java:</strong>.</td> </tr> </table> </td> </tr> <!-- ======================================== --> <!-- JNDI Tree View --> <!-- ======================================== --> <tr bgcolor="#FFFFFF"> <td align="left" valign="top"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td class=".tree-content"> <img src="images/icons/J2EEServer16.gif"/>java:</td> </tr> </table> <ejtools:generateTree name="tree" property="server" id="jnditree"/> <logic:iterate name="jnditree" id="treenode" type="net.sourceforge.ejtools.servlet.http.jsp.tagext.IndentedObject"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td class=".tree-content"><ejtools:treeSpacer name="treenode" property="depth"/><ejtools:treeLeaf name="treenode" property="last"/><ejtools:treeRenderer name="treenode" property="object" renderer="net.sourceforge.ejtools.jndibrowser.web.taglib.TreeRendererImpl"/></td> <td class=".tree-content"> <bean:define id="context" name="treenode" property="object" type="net.sourceforge.ejtools.jndibrowser.model.JNDIContext"/> <html:link page="/detail.do?scope=java" paramId="reference" paramName="context" paramProperty="path"> <bean:write name="context" property="name"/> </html:link> </td> </tr> </table> </logic:iterate> </td> </tr> </table> <!-- ======================================== --> <!-- Spacer --> <!-- ======================================== --> <img border="0" src="images/white.png" width="5" height="15"/> <!-- ======================================== --> <!-- Agent Detail --> <!-- ======================================== --> <table border="0" cellspacing="1" bgcolor="#CCCCCC" width="100%"> <tr bgcolor="#EEEEEE"> <td align="left" valign="top"> <!-- ======================================== --> <!-- Agent Informations --> <!-- ======================================== --> <table border="0" width="100%" cellspacing="0" cellpadding="3"> <tr> <td align="left">Namespace <strong>global</strong>.</td> </tr> </table> </td> </tr> <!-- ======================================== --> <!-- JNDI Tree View --> <!-- ======================================== --> <tr bgcolor="#FFFFFF"> <td align="left" valign="top"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td class=".tree-content"> <img src="images/icons/J2EEServer16.gif"/>global</td> </tr> </table> <ejtools:generateTree name="global" property="server" id="jnditree"/> <logic:iterate name="jnditree" id="treenode" type="net.sourceforge.ejtools.servlet.http.jsp.tagext.IndentedObject"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td class=".tree-content"><ejtools:treeSpacer name="treenode" property="depth"/><ejtools:treeLeaf name="treenode" property="last"/><ejtools:treeRenderer name="treenode" property="object" renderer="net.sourceforge.ejtools.jndibrowser.web.taglib.TreeRendererImpl"/></td> <td class=".tree-content"> <bean:define id="context" name="treenode" property="object" type="net.sourceforge.ejtools.jndibrowser.model.JNDIContext"/> <html:link page="/detail.do?scope=global" paramId="reference" paramName="context" paramProperty="path"> <bean:write name="context" property="name"/> </html:link> </td> </tr> </table> </logic:iterate> </td> </tr> </table> </body> </html> </jsp:root> --- NEW FILE: index.xml --- (This appears to be a binary file; contents omitted.) --- NEW FILE: style.css --- (This appears to be a binary file; contents omitted.) --- NEW FILE: style.xsl --- (This appears to be a binary file; contents omitted.) |