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