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