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