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