HomePage.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<%--
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson The contents of this file are subject to the terms
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson of the Common Development and Distribution License
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson (the License). You may not use this file except in
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson compliance with the License.
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson You can obtain a copy of the License at
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson https://opensso.dev.java.net/public/CDDLv1.0.html or
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson opensso/legal/CDDLv1.0.txt
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson See the License for the specific language governing
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson permission and limitations under the License.
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson When distributing Covered Code, include this CDDL
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson Header Notice in each file and include the License file
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson at opensso/legal/CDDLv1.0.txt.
f71f7a61dec7c9089378d14493ad564a1dedf0b5neil_a_wilson If applicable, add the following below the CDDL Header,
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson with the fields enclosed by brackets [] replaced by
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson your own identifying information:
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson "Portions Copyrighted [year] [name of copyright owner]"
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson $Id: HomePage.jsp,v 1.3 2008/06/25 05:44:48 qcheng Exp $
f71f7a61dec7c9089378d14493ad564a1dedf0b5neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson--%>
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
2f0f7926326cc76419b074fd91a589cb68980ffbdugan<%@ page info="HomePage" language="java" %>
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<jato:useViewBean
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara className="com.sun.identity.console.realm.HomePageViewBean"
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson fireChildDisplayEvents="true" >
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<cc:i18nbundle baseName="amConsole" id="amConsole"
bdb635e49a2fb168c65e8adc2027cf11b7864c64jvergara locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<cc:header
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara name="hdrCommon"
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara pageTitle="webconsole.title"
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara bundleID="amConsole"
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara copyrightYear="2004"
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson fireDisplayEvents="true">
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<cc:form name="HomePage" method="post" defaultCommandChild="/btnSearch">
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson<script language="javascript">
7fe7590e076de60f097cbe5280f63327cf6097e8neil_a_wilson 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>