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