25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder The contents of this file are subject to the terms
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder of the Common Development and Distribution License
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder (the License). You may not use this file except in
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder You can obtain a copy of the License at
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder https://opensso.dev.java.net/public/CDDLv1.0.html or
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder See the License for the specific language governing
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder permission and limitations under the License.
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder When distributing Covered Code, include this CDDL
c90087f49069855bf684b699f9ca1e2d65eac20bChristian Maeder Header Notice in each file and include the License file
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder If applicable, add the following below the CDDL Header,
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder with the fields enclosed by brackets [] replaced by
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder your own identifying information:
abf2487c3aece95c371ea89ac64319370dcb6483Klaus Luettich "Portions Copyrighted [year] [name of copyright owner]"
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder $Id: G11NCharsetAliasEdit.jsp,v 1.3 2008/06/25 05:44:52 qcheng Exp $
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder<%@ page info="G11NCharsetAliasEdit" language="java" %>
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder<jato:useViewBean
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder className="com.sun.identity.console.service.G11NCharsetAliasEditViewBean"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder fireChildDisplayEvents="true" >
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder<cc:i18nbundle baseName="amConsole" id="amConsole"
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
4d56f2fa72e4aec20eb827c11ed49c8cbb7014bdChristian Maeder<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder<cc:form name="G11NCharsetAliasEdit" method="post" defaultCommandChild="/button1" >
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder<script language="javascript">
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder function confirmLogout() {
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder<table border="0" cellpadding="10" cellspacing="0" width="100%">
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder <cc:alertinline name="ialertCommon" bundleID="amConsole" />
d23b0cc79c0d204e6ec758dff8d0ba71c9f693f7Christian Maeder<%-- PAGE CONTENT --------------------------------------------------------- --%>
d23b0cc79c0d204e6ec758dff8d0ba71c9f693f7Christian Maeder<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
e593b89bfd4952698dc37feced21cefe869d87a2Christian Maeder<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true" />
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder</jato:useViewBean>