Home.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
98N/A<%--
943N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
98N/A
98N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
919N/A
919N/A The contents of this file are subject to the terms
919N/A of the Common Development and Distribution License
919N/A (the License). You may not use this file except in
919N/A compliance with the License.
919N/A
919N/A You can obtain a copy of the License at
919N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
919N/A opensso/legal/CDDLv1.0.txt
919N/A See the License for the specific language governing
919N/A permission and limitations under the License.
919N/A
919N/A When distributing Covered Code, include this CDDL
919N/A Header Notice in each file and include the License file
919N/A at opensso/legal/CDDLv1.0.txt.
919N/A If applicable, add the following below the CDDL Header,
919N/A with the fields enclosed by brackets [] replaced by
98N/A your own identifying information:
98N/A "Portions Copyrighted [year] [name of copyright owner]"
98N/A
98N/A $Id: Home.jsp,v 1.3 2008/06/25 05:44:35 qcheng Exp $
493N/A
98N/A--%>
98N/A
814N/A
98N/A
911N/A<%@ page info="Home" language="java" %>
911N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
911N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
911N/A<jato:useViewBean
98N/A className="com.sun.identity.console.agentconfig.HomeViewBean"
98N/A fireChildDisplayEvents="true" >
98N/A
98N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
98N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
156N/A
493N/A<cc:header name="hdrCommon" pageTitle="webconsole.title" bundleID="amConsole" copyrightYear="2004" fireDisplayEvents="true">
493N/A
98N/A<script language="javascript" src="../console/js/am.js"></script>
98N/A<script language="javascript">
705N/A function switchView(selectElmName) {
705N/A var frm = document.forms[0];
720N/A frm.elements['jato.defaultCommand'].value = "/btnShowMenu";
720N/A frm.submit();
98N/A }
606N/A</script>
606N/A
606N/A<cc:form name="Home" method="post" defaultCommandChild="/btnSearch">
493N/A<jato:hidden name="szCache" />
493N/A<script language="javascript">
493N/A function confirmLogout() {
493N/A return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
493N/A }
98N/A</script>
493N/A<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
705N/A<cc:breadcrumbs name="breadCrumb" bundleID="amConsole" />
98N/A<cc:tabs name="tabCommon" bundleID="amConsole" submitFormData="true" />
98N/A
493N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
98N/A <tr>
493N/A <td>
<cc:alertinline name="ialertCommon" bundleID="amConsole"
summary="message.information" detail="idrepo.missing.plugins" />
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<cc:breadcrumbs name="parentagepath" bundleID="amConsole" />
<div class="BcmWhtDiv"><cc:text name="txtRoot" bundleID="amConsole" /></div>
</td>
</tr>
</table>
</cc:form>
</cc:header>
</jato:useViewBean>