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