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