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