MAPDeviceProfile.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync The contents of this file are subject to the terms
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync of the Common Development and Distribution License
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync (the License). You may not use this file except in
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync compliance with the License.
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync You can obtain a copy of the License at
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync https://opensso.dev.java.net/public/CDDLv1.0.html or
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync See the License for the specific language governing
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync permission and limitations under the License.
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync When distributing Covered Code, include this CDDL
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync Header Notice in each file and include the License file
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync If applicable, add the following below the CDDL Header,
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync with the fields enclosed by brackets [] replaced by
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync your own identifying information:
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync "Portions Copyrighted [year] [name of copyright owner]"
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync $Id: MAPDeviceProfile.jsp,v 1.2 2008/06/25 05:44:52 qcheng Exp $
11d817ec366e01926a69295682502feb90d1d859vboxsync<%@ page info="MAPDeviceProfile" language="java" %>
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
468c2bcb36eb9a032f5dd0fcb34db10bd58e9996vboxsync<jato:useViewBean
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync className="com.sun.identity.console.service.MAPDeviceProfileViewBean"
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync fireChildDisplayEvents="true" >
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<cc:i18nbundle baseName="amConsole" id="amConsole"
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync locale="<%=((com.sun.identity.console.base.AMViewBeanBase)viewBean).getUserLocale()%>"/>
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<cc:header name="hdrCommon"
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync bundleID="amConsole"
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync copyrightYear="2004"
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync fireDisplayEvents="true">
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<cc:form name="MAPDeviceProfile" method="post" defaultCommandChild="/button1">
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<cc:hidden name="tfDeviceName" />
ca0ee85505c252493a3ee53577848ef8939f991bvboxsync<cc:hidden name="tfClassification" />
<cc:pagetitle name="pgtitle" bundleID="amConsole" pageTitleText="map.client.manager.createDevice.window.title" showPageTitleSeparator="true" viewMenuLabel="" pageTitleHelpMessage="" showPageButtonsTop="true" showPageButtonsBottom="false" />
<cc:dropdownmenu name="singleChoiceClassification" bundleID="amConsole" onChange="switchClassification(this.value);" type="jump"/></td>
var frm = document.forms['dummy'];
frm.submit();