ConfigureGoogleAppsComplete.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<%--
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd The contents of this file are subject to the terms
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd of the Common Development and Distribution License
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd (the License). You may not use this file except in
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd compliance with the License.
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd You can obtain a copy of the License at
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd https://opensso.dev.java.net/public/CDDLv1.0.html or
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd opensso/legal/CDDLv1.0.txt
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd See the License for the specific language governing
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd permission and limitations under the License.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd When distributing Covered Code, include this CDDL
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd Header Notice in each file and include the License file
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd at opensso/legal/CDDLv1.0.txt.
4b5981e276e93df97c34e4da05ca5cf8bbd937dand If applicable, add the following below the CDDL Header,
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd with the fields enclosed by brackets [] replaced by
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd your own identifying information:
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd "Portions Copyrighted [year] [name of copyright owner]"
8e31885fc494b603e0650113dde9e29d1b1d2602maczniak
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd $Id: ConfigureGoogleAppsComplete.jsp,v 1.3 2009/03/13 21:33:44 asyhuang Exp $
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd--%>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<%@ page info="ConfigureGoogleAppsComplete" language="java" %>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
734b788a9d97cb637eda7a50c36853ae426a8655nd<%
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd request.setCharacterEncoding("UTF-8");
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd%>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<jato:useViewBean
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd className="com.sun.identity.console.task.ConfigureGoogleAppsCompleteViewBean"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd fireChildDisplayEvents="true" >
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<cc:i18nbundle baseName="amConsole" id="amConsole"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2009" fireDisplayEvents="true">
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<script language="javascript" src="../console/js/am.js">
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd</script>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<cc:form name="ConfigureGoogleAppsComplete" method="post" defaultCommandChild="/btnSearch">
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<jato:hidden name="szCache" />
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<%-- HEADER --%>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<script language="javascript">
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd function confirmLogout() {
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd }
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd</script>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<table border="0" cellpadding="10" cellspacing="0" width="100%">
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd <tr>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd <td>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd <cc:alertinline name="ialertCommon" bundleID="amConsole" />
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd </td>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd </tr>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd</table>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<%-- PAGE CONTENT --%>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd<cc:pagetitle name="pgtitleOneBtns"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd bundleID="amConsole"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd pageTitleText="configure.google.apps.complete.label.name"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd showPageTitleSeparator="false"
9bcfc3697a91b5215893a7d0206865b13fc72148nd viewMenuLabel=""
9bcfc3697a91b5215893a7d0206865b13fc72148nd pageTitleHelpMessage=""
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd showPageButtonsTop="true"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd showPageButtonsBottom="true" >
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd <cc:propertysheet
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd name="propertyAttributes"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd bundleID="amConsole"
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd showJumpLinks="false" />
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd</cc:pagetitle>
1235345dc5fd04766bcf6f9c18d14638eda2eea1nd
1235345dc5fd04766bcf6f9c18d14638eda2eea1nd
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd</cc:form>
1235345dc5fd04766bcf6f9c18d14638eda2eea1nd<%-- END CONTENT --%>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd
1235345dc5fd04766bcf6f9c18d14638eda2eea1nd</cc:header>
03c25fb6f628ac81f2ecb637d1e7502dcee783f3nd</jato:useViewBean>
1235345dc5fd04766bcf6f9c18d14638eda2eea1nd