SMDiscoveryProviderResourceIdMapperAdd.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
101N/A<%--
101N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
101N/A
101N/A Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved.
101N/A
101N/A The contents of this file are subject to the terms
101N/A of the Common Development and Distribution License
101N/A (the License). You may not use this file except in
101N/A compliance with the License.
101N/A
101N/A You can obtain a copy of the License at
101N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
101N/A opensso/legal/CDDLv1.0.txt
101N/A See the License for the specific language governing
101N/A permission and limitations under the License.
101N/A
101N/A When distributing Covered Code, include this CDDL
101N/A Header Notice in each file and include the License file
101N/A at opensso/legal/CDDLv1.0.txt.
101N/A If applicable, add the following below the CDDL Header,
844N/A with the fields enclosed by brackets [] replaced by
101N/A your own identifying information:
101N/A "Portions Copyrighted [year] [name of copyright owner]"
101N/A
101N/A $Id: SMDiscoveryProviderResourceIdMapperAdd.jsp,v 1.2 2008/06/25 05:50:57 qcheng Exp $
893N/A--%>
618N/A
101N/A
893N/A<%@ page info="SMDiscoveryProviderResourceIdMapperAdd" language="java" %>
844N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
893N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
101N/A<jato:useViewBean
1258N/A className="com.sun.identity.console.service.SMDiscoveryProviderResourceIdMapperAddViewBean"
101N/A fireChildDisplayEvents="true" >
101N/A
101N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
101N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
101N/A
101N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
181N/A
101N/A<script language="javascript" src="../console/js/am.js"></script>
101N/A
101N/A<script language="javascript">
101N/A function toggleTblButtonStateEx(obj) {
101N/A toggleTblButtonState('SMDiscoveryProviderResourceIdMapperAdd',
181N/A 'SMDiscoveryProviderResourceIdMapperAdd.SecurityMechID',
181N/A 'securityMechIDCount',
181N/A 'SMDiscoveryProviderResourceIdMapperAdd.tblSecurityMechIDButtonDelete',
101N/A obj);
101N/A }
101N/A</script>
101N/A
<cc:form name="SMDiscoveryProviderResourceIdMapperAdd" method="post" defaultCommandChild="/button1" >
<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()%>"/>
<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
<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="dummy" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:propertysheet name="providerResourceIdMapperPropertyAttributes" bundleID="amConsole" showJumpLinks="false" />
</cc:form>
</cc:header>
</jato:useViewBean>