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