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