EntityDiscoveryDescriptionEdit.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
210N/A<%--
210N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
210N/A
210N/A Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
210N/A
210N/A The contents of this file are subject to the terms
210N/A of the Common Development and Distribution License
210N/A (the License). You may not use this file except in
210N/A compliance with the License.
210N/A
210N/A You can obtain a copy of the License at
210N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
210N/A opensso/legal/CDDLv1.0.txt
210N/A See the License for the specific language governing
210N/A permission and limitations under the License.
210N/A
210N/A When distributing Covered Code, include this CDDL
210N/A Header Notice in each file and include the License file
210N/A at opensso/legal/CDDLv1.0.txt.
210N/A If applicable, add the following below the CDDL Header,
210N/A with the fields enclosed by brackets [] replaced by
210N/A your own identifying information:
210N/A "Portions Copyrighted [year] [name of copyright owner]"
210N/A
210N/A $Id: EntityDiscoveryDescriptionEdit.jsp,v 1.1 2008/11/19 17:24:01 veiming Exp $
210N/A
210N/A--%>
210N/A
210N/A<%@ page info="EntityDiscoveryDescriptionEdit" language="java" %>
210N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
210N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
210N/A<jato:useViewBean
210N/A className="com.sun.identity.console.idm.EntityDiscoveryDescriptionEditViewBean"
210N/A fireChildDisplayEvents="true" >
210N/A
210N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
210N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
210N/A
210N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
210N/A
210N/A<cc:form name="EntityDiscoveryDescriptionEdit" method="post" defaultCommandChild="/button1" >
210N/A<cc:hidden name="tfDescriptionID" />
210N/A
210N/A<script language="javascript">
210N/A function confirmLogout() {
210N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
210N/A }
210N/A</script>
210N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
210N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
210N/A
210N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
210N/A <tr>
210N/A <td>
210N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
<%-- PAGE CONTENT --------------------------------------------------------- --%>
<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:propertysheet name="discoveryDescPropertyAttributes" bundleID="amConsole" showJumpLinks="false" />
</cc:form>
</cc:header>
</jato:useViewBean>