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