PMDefaultAuthLevelConditionAdd.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix The contents of this file are subject to the terms
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix of the Common Development and Distribution License
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix (the License). You may not use this file except in
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix compliance with the License.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix You can obtain a copy of the License at
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix See the License for the specific language governing
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix permission and limitations under the License.
c4ae5c46c1d9c171f96e47e81f2f0f5f0e189547cilix When distributing Covered Code, include this CDDL
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix Header Notice in each file and include the License file
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix If applicable, add the following below the CDDL Header,
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix with the fields enclosed by brackets [] replaced by
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix your own identifying information:
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix "Portions Copyrighted [year] [name of copyright owner]"
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix $Id: PMDefaultAuthLevelConditionAdd.jsp,v 1.3 2008/06/25 05:44:42 qcheng Exp $
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix<%@ page info="PMDefaultAuthLevelConditionAdd" language="java" %>
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix<jato:useViewBean
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix className="com.sun.identity.console.policy.PMDefaultAuthLevelConditionAddViewBean"
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix fireChildDisplayEvents="true" >
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix<cc:i18nbundle baseName="amConsole" id="amConsole"
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
377ff4742f6ad20c6594696e36cad31a395001c6Liam P. White<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="page.title.policy.condition.create" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />