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