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