SCConfigSystem.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette<%--
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette The contents of this file are subject to the terms
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette of the Common Development and Distribution License
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette (the License). You may not use this file except in
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette compliance with the License.
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette You can obtain a copy of the License at
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette https://opensso.dev.java.net/public/CDDLv1.0.html or
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette opensso/legal/CDDLv1.0.txt
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette See the License for the specific language governing
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette permission and limitations under the License.
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette When distributing Covered Code, include this CDDL
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette Header Notice in each file and include the License file
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette at opensso/legal/CDDLv1.0.txt.
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: SCConfigSystem.jsp,v 1.3 2008/06/25 05:44:53 qcheng Exp $
--%>
<%@ page info="SCConfigSystem" 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.service.SCConfigSystemViewBean"
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="2007"
fireDisplayEvents="true">
<cc:form name="SCConfigSystem" method="post">
<%-- HEADER --------------------------------------------------------------- --%>
<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: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>