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