UMUserDiscoveryDescriptionAdd.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync<%--
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1484d57fe5c0f7efa25f6c8240ed3aa12a6ad929vboxsync
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync The contents of this file are subject to the terms
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync of the Common Development and Distribution License
928baac153b00b3b93afa35a974cc3fd52cc978avboxsync (the License). You may not use this file except in
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync compliance with the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync You can obtain a copy of the License at
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync opensso/legal/CDDLv1.0.txt
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync See the License for the specific language governing
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync permission and limitations under the License.
c790218a6fe2b6d004a5ba933eecc24552c463aevboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync When distributing Covered Code, include this CDDL
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync Header Notice in each file and include the License file
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync at opensso/legal/CDDLv1.0.txt.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync If applicable, add the following below the CDDL Header,
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync with the fields enclosed by brackets [] replaced by
a3adfb382510ac27c1eb1c76fec0d801e8cfeb2avboxsync your own identifying information:
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync "Portions Copyrighted [year] [name of copyright owner]"
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync $Id: UMUserDiscoveryDescriptionAdd.jsp,v 1.2 2008/06/25 05:50:58 qcheng Exp $
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync
1a8be88b5b9a6353e5efdb82fddd5093dd78b3e3vboxsync--%>
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync<%@ page info="UMUserDiscoveryDescriptionAdd" language="java" %>
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync<jato:useViewBean
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync className="com.sun.identity.console.user.UMUserDiscoveryDescriptionAddViewBean"
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync fireChildDisplayEvents="true" >
735540f036965d584304791cceb494511321ab8dvboxsync
de4157257515400c2c25373591135f110227b68cvboxsync<cc:i18nbundle baseName="amConsole" id="amConsole"
de4157257515400c2c25373591135f110227b68cvboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
1a8be88b5b9a6353e5efdb82fddd5093dd78b3e3vboxsync
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
ab50347e9a302448690793ae65f61272c491b012vboxsync
ab50347e9a302448690793ae65f61272c491b012vboxsync<cc:form name="UMUserDiscoveryDescriptionAdd" method="post" defaultCommandChild="/button1" >
ab50347e9a302448690793ae65f61272c491b012vboxsync<cc:hidden name="tfDescriptionID" />
ab50347e9a302448690793ae65f61272c491b012vboxsync
ab50347e9a302448690793ae65f61272c491b012vboxsync<script language="javascript">
ab50347e9a302448690793ae65f61272c491b012vboxsync function confirmLogout() {
ab50347e9a302448690793ae65f61272c491b012vboxsync return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
ab50347e9a302448690793ae65f61272c491b012vboxsync }
ab50347e9a302448690793ae65f61272c491b012vboxsync</script>
ab50347e9a302448690793ae65f61272c491b012vboxsync<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
ab50347e9a302448690793ae65f61272c491b012vboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync<table border="0" cellpadding="10" cellspacing="0" width="100%">
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync <tr>
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync <td>
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync <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>