G11NCharsetAliasEdit.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews 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.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews You can obtain a copy of the License at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews https://opensso.dev.java.net/public/CDDLv1.0.html or
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews See the License for the specific language governing
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews 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: G11NCharsetAliasEdit.jsp,v 1.3 2008/06/25 05:44:52 qcheng Exp $
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<%@ page info="G11NCharsetAliasEdit" 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.service.G11NCharsetAliasEditViewBean"
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" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<cc:form name="G11NCharsetAliasEdit" method="post" defaultCommandChild="/button1" >
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<script language="javascript">
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews 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<table border="0" cellpadding="10" cellspacing="0" width="100%">
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <cc:alertinline name="ialertCommon" bundleID="amConsole" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<%-- PAGE CONTENT --------------------------------------------------------- --%>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true" />
93d6dfaf66258337985427c86181f01fc51f0bb4Mark Andrews</jato:useViewBean>