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