2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<%--
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk The contents of this file are subject to the terms
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk of the Common Development and Distribution License
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk (the License). You may not use this file except in
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk compliance with the License.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk You can obtain a copy of the License at
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk https://opensso.dev.java.net/public/CDDLv1.0.html or
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk opensso/legal/CDDLv1.0.txt
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk See the License for the specific language governing
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk permission and limitations under the License.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk When distributing Covered Code, include this CDDL
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk Header Notice in each file and include the License file
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk at opensso/legal/CDDLv1.0.txt.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk If applicable, add the following below the CDDL Header,
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk with the fields enclosed by brackets [] replaced by
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk your own identifying information:
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk "Portions Copyrighted [year] [name of copyright owner]"
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk $Id: ConfigureGoogleAppsWarning.jsp,v 1.1 2009/02/24 18:42:44 babysunil Exp $
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk--%>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<%@ page info="ConfigureGoogleAppsWarning" language="java" %>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<%
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk request.setCharacterEncoding("UTF-8");
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk%>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<jato:useViewBean
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk className="com.sun.identity.console.task.ConfigureGoogleAppsWarningViewBean"
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk fireChildDisplayEvents="true" >
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<cc:i18nbundle baseName="amConsole" id="amConsole"
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2009" fireDisplayEvents="true">
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<link rel="stylesheet" type="text/css" href="../console/css/openam.css" />
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<script language="javascript">
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk function confirmLogout() {
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk }
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk</script>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk<table border="0" cellpadding="10" cellspacing="0" width="100%">
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk <tr>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk <td>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk <cc:alertinline name="ialertCommon" bundleID="amConsole" />
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk </td>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk </tr>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk</table>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk</cc:header>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk</jato:useViewBean>
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk