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