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