PMDefaultAuthLevelConditionAdd.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
377ff4742f6ad20c6594696e36cad31a395001c6Liam P. White<%--
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix
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
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix You can obtain a copy of the License at
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix https://opensso.dev.java.net/public/CDDLv1.0.html or
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix opensso/legal/CDDLv1.0.txt
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix See the License for the specific language governing
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix permission and limitations under the License.
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix
c4ae5c46c1d9c171f96e47e81f2f0f5f0e189547cilix When distributing Covered Code, include this CDDL
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix Header Notice in each file and include the License file
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix at opensso/legal/CDDLv1.0.txt.
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]"
c4ae5c46c1d9c171f96e47e81f2f0f5f0e189547cilix
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix $Id: PMDefaultAuthLevelConditionAdd.jsp,v 1.3 2008/06/25 05:44:42 qcheng Exp $
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix--%>
fbdfd8486b6e079ebac503d948d77131bffaa600cilix
fbdfd8486b6e079ebac503d948d77131bffaa600cilix
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix
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
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix<cc:i18nbundle baseName="amConsole" id="amConsole"
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
1d882e9533b20c0e0783e9d17fcd3f5466fa422fcilix
377ff4742f6ad20c6594696e36cad31a395001c6Liam P. White<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
<cc:form name="PMDefaultAuthLevelConditionAdd" method="post" defaultCommandChild="/btnFilter">
<script language="javascript">
function confirmLogout() {
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
}
</script>
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
<%-- PAGE CONTENT --------------------------------------------------------- --%>
<cc:pagetitle name="pgtitleTwoBtns" bundleID="amConsole" pageTitleText="page.title.policy.condition.create" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="false"/>
</cc:form>
</cc:header>
</jato:useViewBean>