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