MAPCreateDeviceTwo.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
550N/A<%--
550N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
550N/A
550N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
910N/A
910N/A The contents of this file are subject to the terms
550N/A of the Common Development and Distribution License
550N/A (the License). You may not use this file except in
550N/A compliance with the License.
550N/A
550N/A You can obtain a copy of the License at
550N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
550N/A opensso/legal/CDDLv1.0.txt
550N/A See the License for the specific language governing
550N/A permission and limitations under the License.
550N/A
550N/A When distributing Covered Code, include this CDDL
550N/A Header Notice in each file and include the License file
550N/A at opensso/legal/CDDLv1.0.txt.
550N/A If applicable, add the following below the CDDL Header,
550N/A with the fields enclosed by brackets [] replaced by
550N/A your own identifying information:
550N/A "Portions Copyrighted [year] [name of copyright owner]"
550N/A
550N/A $Id: MAPCreateDeviceTwo.jsp,v 1.2 2008/06/25 05:44:52 qcheng Exp $
550N/A
550N/A--%>
550N/A
550N/A
550N/A
550N/A
550N/A<%@ page info="MAPCreateDeviceTwo" language="java" %>
550N/A<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
550N/A<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
550N/A
550N/A<jato:useViewBean
550N/A className="com.sun.identity.console.service.MAPCreateDeviceTwoViewBean"
550N/A fireChildDisplayEvents="true" >
550N/A
550N/A<cc:i18nbundle baseName="amConsole" id="amConsole"
550N/A locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
550N/A
550N/A<cc:header name="hdrCommon"
550N/A pageTitle="webconsole.title"
550N/A bundleID="amConsole"
550N/A copyrightYear="2004"
550N/A fireDisplayEvents="true">
550N/A
550N/A<cc:form name="MAPCreateDeviceTwo" method="post" defaultCommandChild="/btnCreate">
550N/A
550N/A<cc:secondarymasthead name="secMhCommon" />
550N/A
550N/A<%-- PAGE CONTENT --------------------------------------------------------- --%>
550N/A<table border="0" cellpadding="10" cellspacing="0" width="100%">
550N/A <tr>
550N/A <td>
550N/A <cc:alertinline name="ialertCommon" bundleID="amConsole" />
</td>
</tr>
</table>
<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="map.client.manager.createDevice.window.title" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:hidden name="tfParentId" />
<cc:hidden name="tfClientType" />
<cc:propertysheet name="propertyAttributes" bundleID="amConsole" showJumpLinks="true" />
<%-- PAGE CONTENT --------------------------------------------------------- --%>
</cc:form>
</cc:header>
</jato:useViewBean>