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