HomePage.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
6029N/A<%--
6029N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6029N/A
6029N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
6029N/A
6029N/A The contents of this file are subject to the terms
6029N/A of the Common Development and Distribution License
6029N/A (the License). You may not use this file except in
6029N/A compliance with the License.
6029N/A
6029N/A You can obtain a copy of the License at
6029N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
6029N/A opensso/legal/CDDLv1.0.txt
6029N/A See the License for the specific language governing
6029N/A permission and limitations under the License.
6029N/A
6029N/A When distributing Covered Code, include this CDDL
6029N/A Header Notice in each file and include the License file
6029N/A at opensso/legal/CDDLv1.0.txt.
6029N/A If applicable, add the following below the CDDL Header,
6029N/A with the fields enclosed by brackets [] replaced by
6029N/A your own identifying information:
6029N/A "Portions Copyrighted [year] [name of copyright owner]"
6029N/A
6029N/A $Id: HomePage.jsp,v 1.3 2008/06/25 05:44:48 qcheng Exp $
6029N/A
6029N/A--%>
6029N/A
6029N/A
6029N/A
6029N/A
6029N/A<%@ page info="HomePage" language="java" %>
6029N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
6029N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
6029N/A<jato:useViewBean
6029N/A className="com.sun.identity.console.realm.HomePageViewBean"
fireChildDisplayEvents="true" >
<cc:i18nbundle baseName="amConsole" id="amConsole"
locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:header
name="hdrCommon"
pageTitle="webconsole.title"
bundleID="amConsole"
copyrightYear="2004"
fireDisplayEvents="true">
<cc:form name="HomePage" method="post" defaultCommandChild="/btnSearch">
<script language="javascript">
function confirmLogout() {
return confirm("<cc:text name="txtLogout" defaultValue="masthead.logoutMessage" bundleID="amConsole"/>");
}
</script>
<cc:primarymasthead name="mhCommon" bundleID="amConsole" logoutOnClick="return confirmLogout();" locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
<cc:tabs name="tabCommon" bundleID="amConsole" />
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
<%-- PAGE CONTENT --%>
<cc:pagetitle
name="pgtitle"
bundleID="amConsole"
pageTitleText="page.title.common.tasks"
showPageTitleSeparator="true"
viewMenuLabel=""
pageTitleHelpMessage=""
showPageButtonsTop="false"
showPageButtonsBottom="false" />
<cc:spacer name="spacer" height="10" newline="true" />
<blockquote>
This page will contain links to the tasks identified to be the most common
for a particular type of user. A sample of tasks may be:
<ul>
<li>Modify a users password...</li>
<li>Create a new policy...</i>
<li>Edit a users profile...</li>
</ul>
</blockquote>
<cc:spacer name="spacer" height="10" newline="true" />
</cc:form>
</cc:header>
</jato:useViewBean>