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