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