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