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